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_MAX_SCAN_RETRIES
  • View page source

CONFIG_WIFI_SIMPLELINK_MAX_SCAN_RETRIES

Number of retries to get network scan table

Type: int

Help

The number of times, separated by a one second interval, to retry
a request for the network list.

Direct dependencies

WIFI_SIMPLELINK && WIFI

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

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

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_MAX_SCAN_RETRIES
    int "Number of retries to get network scan table"
    default 10
    depends on WIFI_SIMPLELINK && WIFI
    help
      The number of times, separated by a one second interval, to retry
      a request for the network list.

(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