net: drivers: wifi: SimpleLink WiFi Offload Driver (wifi_mgmt only)

Initiate a SimpleLink WiFi Driver, implemented to the WiFi management
offload APIs for scan, connect, disconnect.

Also registers the DHCP-obtained IPv4 address upon connect.

This was validated on a cc3220sf_launchxl using the wifi
shell module from the Zephyr shell_module sample.

Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
This commit is contained in:
Gil Pitney 2018-03-02 17:30:32 -08:00 committed by Anas Nashif
commit 3bc77e88fb
7 changed files with 952 additions and 1 deletions

View file

@ -44,5 +44,6 @@ config WIFI_OFFLOAD
Enable support for Full-MAC WiFi devices.
source "drivers/wifi/winc1500/Kconfig.winc1500"
source "drivers/wifi/Kconfig.simplelink"
endif # WIFI