zephyr/subsys/net/lib
Paul Sokolovsky c89a06dbc1 net: config: Introduce a dedicated header for the library
Split out definition of net_app_init() and its parameter flags from
net_app.h header to new net_config.h header. As we do this, rename
the function to net_config_init() and flags to NET_CONFIG_NEED_*.
This is a second step in splitting out network configuration API
out of net_app API, started in the c60df1311 commit.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-07-02 12:36:35 +03:00
..
app net: lib: app: Convert CMakeLists.txt to avoid library 2018-06-20 17:10:39 +03:00
coap net: coap: Fix CoAP observer helper function 2018-05-22 08:54:54 -04:00
config net: config: Introduce a dedicated header for the library 2018-07-02 12:36:35 +03:00
dns net: llmnr: Add LLMNR responder support 2018-06-29 13:11:18 +03:00
http
lwm2m net: lwm2m: retry registration update 6 seconds before expiration 2018-06-18 10:51:15 +03:00
mqtt
openthread net: openthread: Add function for getting current radio channel 2018-05-18 15:09:53 +03:00
sntp
sockets net: sockets: Check for errors from dns_get_addr_info 2018-04-03 14:15:43 +03:00
websocket net: websocket: Revise generation of Sec-WebSocket-Accept header 2018-05-14 08:16:46 +03:00
CMakeLists.txt net: app: Split code for configuring network to a separate lib, "config" 2018-06-20 17:10:39 +03:00
Kconfig net: app: Split code for configuring network to a separate lib, "config" 2018-06-20 17:10:39 +03:00