diff --git a/components/esp_wifi/include/esp_wifi_types_generic.h b/components/esp_wifi/include/esp_wifi_types_generic.h index dd1ab1a4bd..2cc2fa008a 100644 --- a/components/esp_wifi/include/esp_wifi_types_generic.h +++ b/components/esp_wifi/include/esp_wifi_types_generic.h @@ -246,6 +246,7 @@ typedef struct { wifi_scan_channel_bitmap_t channel_bitmap; /**< Channel bitmap for setting specific channels to be scanned. Please note that the 'channel' parameter above needs to be set to 0 to allow scanning by bitmap. Also, note that only allowed channels configured by wifi_country_t can be scanned. */ + bool coex_background_scan; /**< Enable it to scan return home channel under coexist */ } wifi_scan_config_t; /** diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index b60fa94e4b..583c685668 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit b60fa94e4b50aaef8344e9eb494c7d7d28fe2d8d +Subproject commit 583c685668cc420e60f5f22148ddf10c32e94cc3