Merge branch 'bugfix/split_scan_tx_v43' into 'release/v4.3'

Fix collection of issues in sta roam and scan.(v4.3)

See merge request espressif/esp-idf!24885
This commit is contained in:
Jiang Jiang Jian
2023-07-21 11:25:31 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ typedef struct {
bool show_hidden; /**< enable to scan AP whose SSID is hidden */
wifi_scan_type_t scan_type; /**< scan type, active or passive */
wifi_scan_time_t scan_time; /**< scan time per channel */
uint8_t home_chan_dwell_time;/**< time spent at home channel between scanning consecutive channels.*/
} wifi_scan_config_t;
typedef enum {