CONFIG_WIFI_SIMPLELINK_FAST_CONNECT_TIMEOUT¶
Time (in seconds) to wait for fast connect on startup
Type: int
Help¶
SimpleLink uses the "FastConnect" feature to reconnect to the
previously connected AP on startup. Should the Wi-Fi connection
timeout, the SimpleLink driver will fail to initialize,
and LOG an error.
Default¶
- 7 
Kconfig definition¶
At <Zephyr Driver>/wifi/simplelink/Kconfig.simplelink:41
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:78 → <Zephyr Driver>/wifi/Kconfig:33
Menu path: (Top) → Device Drivers → Wi-Fi Drivers → SimpleLink Wi-Fi driver support
config WIFI_SIMPLELINK_FAST_CONNECT_TIMEOUT
    int "Time (in seconds) to wait for fast connect on startup"
    default 7
    depends on WIFI_SIMPLELINK && WIFI
    help
      SimpleLink uses the "FastConnect" feature to reconnect to the
      previously connected AP on startup. Should the Wi-Fi connection
      timeout, the SimpleLink driver will fail to initialize,
      and LOG an error.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)