:orphan: .. title:: WIFI_SIMPLELINK_MAX_SCAN_RETRIES .. option:: 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 =================== \ :option:`WIFI_SIMPLELINK ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/simplelink/Kconfig.simplelink:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:33`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → SimpleLink Wi-Fi driver support .. parsed-literal:: config WIFI_SIMPLELINK_MAX_SCAN_RETRIES int "Number of retries to get network scan table" default 10 depends on \ :option:`WIFI_SIMPLELINK ` && \ :option:`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.)*