forked from espressif/esp-idf
Merge branch 'bugfix/split_scan_tx_v50' into 'release/v5.0'
fix(esp_wifi) : Fix collection of issues in sta roam and scan. See merge request espressif/esp-idf!24576
This commit is contained in:
@@ -157,6 +157,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 {
|
||||
|
Submodule components/esp_wifi/lib updated: 9a2cbdc710...5033478764
Reference in New Issue
Block a user