mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
feat(coex): support backgorund scan for coex, fix some issues of scan when connected
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
|
Submodule components/esp_wifi/lib updated: b60fa94e4b...583c685668
Reference in New Issue
Block a user