:orphan: .. title:: CONFIG_WIFI_SIMPLELINK_SCAN_COUNT .. kconfig:: CONFIG_WIFI_SIMPLELINK_SCAN_COUNT CONFIG_WIFI_SIMPLELINK_SCAN_COUNT ################################# *Number of entries in network scan table: Max: 30* Type: ``int`` Help ==== .. code-block:: none The number of results to request on a Wi-Fi scan operation. Actual number returned may be less. Maximum is 30. Direct dependencies =================== \ :kconfig:`WIFI_SIMPLELINK ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 20 Kconfig definition ================== At ``/wifi/simplelink/Kconfig.simplelink:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:33`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → SimpleLink Wi-Fi driver support .. code-block:: kconfig 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.)*