zephyr/subsys/net/lib
Robert Lubos d6792494b7 net: coap_client: Fix build with cpp projects
The coap_client.h header won't build if included from c++ file:

error: expected primary-expression before ‘.’ token
  .value[0] = coap_bytes_to_block_size(CONFIG_COAP_CLIENT_BLOCK_SIZE),

Therefore move the actual function implementation to the library C file
to prevent this.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-02-11 15:41:37 +01:00
..
capture net: Remove deprecated CONFIG_NET_PKT_BUF_DATA_POOL_SIZE 2024-12-11 21:32:29 +01:00
coap net: coap_client: Fix build with cpp projects 2025-02-11 15:41:37 +01:00
config usb: device_next: NCM driver for usb-next 2024-10-17 15:38:00 -04:00
dhcpv4 net: dhcpv4_server: skip the DNS option if not configured 2025-01-29 04:17:36 +01:00
dhcpv6 net: dhcpv6: adjust switch-case in dhcpv6_enter_state 2024-09-20 11:06:03 +02:00
dns net: mdns_responder: Not an error if dispatcher is already registered 2025-02-07 17:47:12 +01:00
http net: http_client: Ignore message body on 101 Switching Protocols reply 2025-02-11 10:11:41 +01:00
lwm2m net: lwm2m: Tickless does not depend on SOCKETPAIR 2025-02-06 14:46:55 +01:00
mqtt net: mqtt: Fix missing close function 2024-10-31 09:22:44 -05:00
mqtt_sn net: mqtt-sn: Wait for register & subscribe to complete 2025-02-11 11:44:52 +00:00
prometheus net: prometheus: Add way to format output by a metric 2024-11-26 15:42:40 -05:00
ptp net: Extend the protocol handling in Ethernet 2025-01-20 09:21:32 +01:00
shell net: shell: Print interface status for iface command 2025-02-10 11:30:47 +01:00
sntp net: lib: sntp_simple: Handle responses from previous iterations 2024-11-08 11:37:02 -06:00
sockets net: socket: service: Restart instead of bailing out when error 2025-02-07 17:48:14 +01:00
socks
tftp
tls_credentials net: tls_credentials: Do not free slot when cred buf is NULL 2025-01-28 09:51:43 +01:00
trickle net: trickle: Remove useless asserts 2024-12-10 11:09:25 +01:00
utils
websocket net: websocket: don't mask data sent from server via zvfs write 2025-01-03 13:26:43 +01:00
wifi_credentials net: wifi_cred: Decrease flash usage for error print strings 2024-11-28 20:52:06 +01:00
zperf net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
CMakeLists.txt net: lib: add wifi_credentials library 2024-10-22 08:21:04 -04:00
Kconfig net: lib: add wifi_credentials library 2024-10-22 08:21:04 -04:00