feat(coex): support backgorund scan for coex, fix some issues of scan when connected

This commit is contained in:
sibeibei
2025-04-11 11:22:35 +08:00
parent 85c77bdb82
commit b62e55db0b
2 changed files with 2 additions and 1 deletions

View File

@ -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;
/**