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 Wi-Fi scan operation.
Actual number returned may be less. Maximum is 30.
Default¶
20
Kconfig definition¶
At <Zephyr Driver>/wifi/simplelink/Kconfig.simplelink:27
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:78
→ <Zephyr Driver>/wifi/Kconfig:33
Menu path: (Top) → Device Drivers → Wi-Fi Drivers → SimpleLink Wi-Fi driver support
config WIFI_SIMPLELINK_SCAN_COUNT
int "Number of entries in network scan table: Max: 30"
default 20
depends on WIFI_SIMPLELINK && WIFI
help
The number of results to request on a Wi-Fi scan operation.
Actual number returned may be less. Maximum is 30.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)