zephyr/drivers/wifi
Gil Pitney 7f956a9353 drivers: wifi: simplelink: add timeout for fast connect feature
The SimpleLink wifi driver enables the Fast Connect method of
WiFi provisioning, which allows the network coprocessor to
reconnect to a previously connected Access Point (AP) on
startup.

Previously, if Fast Connect failed to connect, any network
socket applications would inevitably fail, as there would have
been no wifi connection.

This patch adds a configurable timeout for the Fast Connect
feature, after which timeout, an error is logged informing
the user to manually reconnect to an AP.

Reconnection is typically accomplished by separately running the
wifi sample shell program.

Fixes: #11889

Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2019-01-18 12:32:59 +02:00
..
eswifi drivers: wifi: eswifi: Fix coverity issues 2019-01-08 08:01:20 -05:00
simplelink drivers: wifi: simplelink: add timeout for fast connect feature 2019-01-18 12:32:59 +02:00
winc1500 net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
CMakeLists.txt
Kconfig