File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/esp_wifi_remote/idf_v5.5 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ config WIFI_RMT_11KV_SUPPORT
537
537
config WIFI_RMT_RRM_SUPPORT
538
538
bool "Enable 802.11k APIs Support"
539
539
depends on WIFI_RMT_11KV_SUPPORT
540
- default n
540
+ default y
541
541
help
542
542
Select this option to enable 802.11k APIs(RRM support).
543
543
Only APIs which are helpful for network assisted roaming
@@ -552,7 +552,7 @@ config WIFI_RMT_RRM_SUPPORT
552
552
config WIFI_RMT_WNM_SUPPORT
553
553
bool "Enable 802.11v APIs Support"
554
554
depends on WIFI_RMT_11KV_SUPPORT
555
- default n
555
+ default y
556
556
help
557
557
Select this option to enable 802.11v APIs(BTM support).
558
558
Only APIs which are helpful for network assisted roaming
@@ -584,7 +584,6 @@ config WIFI_RMT_ENABLE_ROAMING_APP
584
584
bool "Advanced support for Wi-Fi Roaming (Experimental)"
585
585
depends on IDF_EXPERIMENTAL_FEATURES
586
586
default n
587
- select WIFI_RMT_SCAN_CACHE
588
587
help
589
588
Enable Espressif's roaming app to allow for efficient Wi-Fi roaming.
590
589
This includes configurable periodic environment scans, maintaining a cache of the
Original file line number Diff line number Diff line change @@ -1647,6 +1647,7 @@ esp_err_t esp_wifi_sta_get_rssi(int *rssi);
1647
1647
* @return
1648
1648
* - ESP_OK: succeed
1649
1649
* - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
1650
+ * - ESP_ERR_WIFI_NOT_STARTED: WiFi is not started by esp_wifi_start
1650
1651
* - ESP_ERR_INVALID_ARG: invalid argument
1651
1652
*/
1652
1653
esp_err_t esp_wifi_set_band (wifi_band_t band );
You can’t perform that action at this time.
0 commit comments