mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
feat(wifi): add scan max ap num config
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.
|
||||
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 */
|
||||
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;
|
||||
|
||||
/**
|
||||
|
||||
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.
|
||||
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 */
|
||||
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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user