:orphan: .. title:: WIFI_SIMPLELINK_FAST_CONNECT_TIMEOUT .. option:: 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. Direct dependencies =================== \ :option:`WIFI_SIMPLELINK ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 7 Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/simplelink/Kconfig.simplelink:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:33`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → SimpleLink Wi-Fi driver support .. parsed-literal:: config WIFI_SIMPLELINK_FAST_CONNECT_TIMEOUT int "Time (in seconds) to wait for fast connect on startup" default 7 depends on \ :option:`WIFI_SIMPLELINK ` && \ :option:`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.)*