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:
parent
7a864bb79b
commit
3bc77e88fb
7 changed files with 952 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue