zephyr/subsys/net/lib/app
Jukka Rissanen 5e7765ba28 net: app: Setup IEEE 802.15.4 during init
If IEEE 802.15.4 is enabled, then setup the network settings
automatically so that the device is ready for IP configuration.
This is only done if CONFIG_NET_APP_AUTO_INIT is enabled, which
is currently the default.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-07-20 17:09:27 +03:00
..
client.c net: net_app: fix syntax error when accessing remote from default_ctx 2017-07-07 09:42:07 +03:00
ieee802154_settings.c net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
ieee802154_settings.h net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
init.c net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
Kconfig net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
Makefile net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
net_app_private.h net: app: Fix dual IPv4 and IPv6 support 2017-07-06 14:32:37 +03:00
net_app.c net: Fix connectivity issues if only UDP or TCP is enabled 2017-07-14 08:49:45 +03:00
server.c net: app: Fix dual IPv4 and IPv6 support 2017-07-06 14:32:37 +03:00