:orphan: .. title:: CONFIG_WIFI_SIMPLELINK_FAST_CONNECT_TIMEOUT .. kconfig:: CONFIG_WIFI_SIMPLELINK_FAST_CONNECT_TIMEOUT CONFIG_WIFI_SIMPLELINK_FAST_CONNECT_TIMEOUT ########################################### *Time (in seconds) to wait for fast connect on startup* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`WIFI_SIMPLELINK ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 7 Kconfig definition ================== At ``/wifi/simplelink/Kconfig.simplelink:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:33`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → SimpleLink Wi-Fi driver support .. code-block:: kconfig 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.)*