Skip to content

Commit 8ab3732

Browse files
committed
fix(wifi_remote): Update per v5.5 espressif/esp-idf@c0580480852
1 parent a936924 commit 8ab3732

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/esp_wifi_remote/idf_v5.5/Kconfig.wifi.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ config WIFI_RMT_11KV_SUPPORT
537537
config WIFI_RMT_RRM_SUPPORT
538538
bool "Enable 802.11k APIs Support"
539539
depends on WIFI_RMT_11KV_SUPPORT
540-
default n
540+
default y
541541
help
542542
Select this option to enable 802.11k APIs(RRM support).
543543
Only APIs which are helpful for network assisted roaming
@@ -552,7 +552,7 @@ config WIFI_RMT_RRM_SUPPORT
552552
config WIFI_RMT_WNM_SUPPORT
553553
bool "Enable 802.11v APIs Support"
554554
depends on WIFI_RMT_11KV_SUPPORT
555-
default n
555+
default y
556556
help
557557
Select this option to enable 802.11v APIs(BTM support).
558558
Only APIs which are helpful for network assisted roaming
@@ -584,7 +584,6 @@ config WIFI_RMT_ENABLE_ROAMING_APP
584584
bool "Advanced support for Wi-Fi Roaming (Experimental)"
585585
depends on IDF_EXPERIMENTAL_FEATURES
586586
default n
587-
select WIFI_RMT_SCAN_CACHE
588587
help
589588
Enable Espressif's roaming app to allow for efficient Wi-Fi roaming.
590589
This includes configurable periodic environment scans, maintaining a cache of the

components/esp_wifi_remote/idf_v5.5/include/injected/esp_wifi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,7 @@ esp_err_t esp_wifi_sta_get_rssi(int *rssi);
16471647
* @return
16481648
* - ESP_OK: succeed
16491649
* - 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
16501651
* - ESP_ERR_INVALID_ARG: invalid argument
16511652
*/
16521653
esp_err_t esp_wifi_set_band(wifi_band_t band);

0 commit comments

Comments
 (0)