mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'feat/add_some_scan_feature_and_fix' into 'master'
feat(wifi): add scan max ap num config and log Closes WIFI-7035 and WIFI-7428 See merge request espressif/esp-idf!51111
This commit is contained in:
@@ -258,6 +258,7 @@ typedef struct {
|
|||||||
Please note that the 'channel' parameter above needs to be set to 0 to allow scanning by bitmap.
|
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. */
|
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 */
|
bool coex_background_scan; /**< Enable it to scan return home channel under coexist */
|
||||||
|
uint8_t max_scan_ap_num; /**< Max AP records to keep during the scan, sorted by RSSI. 0 means no limit. */
|
||||||
} wifi_scan_config_t;
|
} wifi_scan_config_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Submodule components/esp_wifi/lib updated: 778c894d93...029850a040
@@ -258,6 +258,7 @@ typedef struct {
|
|||||||
Please note that the 'channel' parameter above needs to be set to 0 to allow scanning by bitmap.
|
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. */
|
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 */
|
bool coex_background_scan; /**< Enable it to scan return home channel under coexist */
|
||||||
|
uint8_t max_scan_ap_num; /**< Max AP records to keep during the scan, sorted by RSSI. 0 means no limit. */
|
||||||
} wifi_scan_config_t;
|
} wifi_scan_config_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user