Kconfig Reference
 
  • All Configuration Options
  • Architecture Configuration Options
  • SoC Configuration Options
  • Boards Configuration Options
  • Driver Configuration Options
  • Kernel Configuration Options
  • Library Configuration Options
  • Subsystem Configuration Options
  • External Modules Configuration Options
  • Bridle Configuration Options
Kconfig Reference
  • »
  • CONFIG_WIFI_SIMPLELINK_FAST_CONNECT_TIMEOUT
  • View page source

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

WIFI_SIMPLELINK && WIFI

(Includes any dependencies from ifs and menus.)

Default

  • 7

Kconfig definition

At <Driver>/wifi/simplelink/Kconfig.simplelink:41

Included via Kconfig:8 → Kconfig.zephyr:42 → <Driver>/Kconfig:78 → <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.)


© Copyright 2019-2022 TiaC Systems members and individual contributors. Last updated on Apr 01, 2022.

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings