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

WIFI_SIMPLELINK && WIFI

(Includes any dependencies from ifs and menus.)

Default

  • 7

Kconfig definition

At <Zephyr>/drivers/wifi/simplelink/Kconfig.simplelink:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:76<Zephyr>/drivers/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.)