-
CONFIG_WIFI_SIMPLELINK_SCAN_COUNT
¶
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.
Defaults¶
- 20 if
WIFI_SIMPLELINK
&&WIFI
Kconfig definition¶
At drivers/wifi/simplelink/Kconfig.simplelink:31
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:78
→ drivers/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" ifWIFI_SIMPLELINK
&&WIFI
default 20 ifWIFI_SIMPLELINK
&&WIFI
depends onWIFI_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.)