:orphan: .. title:: CONFIG_WIFI_ESP_AT_SCAN_RESULT_RSSI_ORDERED .. kconfig:: CONFIG_WIFI_ESP_AT_SCAN_RESULT_RSSI_ORDERED CONFIG_WIFI_ESP_AT_SCAN_RESULT_RSSI_ORDERED ########################################### *Scan result ordering based on RSSI* Type: ``bool`` Help ==== .. code-block:: none Order based on RSSI. Direct dependencies =================== \ :kconfig:`WIFI_ESP_AT ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support .. code-block:: kconfig config WIFI_ESP_AT_SCAN_RESULT_RSSI_ORDERED bool "Scan result ordering based on RSSI" depends on WIFI_ESP_AT && WIFI help Order based on RSSI. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*