Number of entries in network scan table: Max: 30

Type: int

Help

The number of results to request on a wifi scan operation. Actual number returned may be less. Maximum is 30.

Direct dependencies

WIFI_SIMPLELINK && WIFI

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/wifi/simplelink/Kconfig.simplelink:31

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:78drivers/wifi/Kconfig:45

Menu path: (top menu) → Device Drivers → add support for WiFi Drivers → SimpleLink WiFi driver support

config WIFI_SIMPLELINK_SCAN_COUNT
    int
    prompt "Number of entries in network scan table: Max: 30" if WIFI_SIMPLELINK && WIFI
    default 20 if WIFI_SIMPLELINK && WIFI
    depends on WIFI_SIMPLELINK && WIFI
    help
      The number of results to request on a wifi scan operation.
      Actual number returned may be less.  Maximum is 30.

(Definitions include propagated dependencies, including from if’s and menus.)