mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 22:54:33 +02:00
Merge branch 'bugfix/split_scan_tx' into 'master'
esp_wifi : Fix issues with split scan data tx and sta roam. Closes WIFI-5285, IDFGH-9885, and WIFI-5016 See merge request espressif/esp-idf!23163
This commit is contained in:
@@ -165,6 +165,7 @@ typedef struct {
|
|||||||
bool show_hidden; /**< enable to scan AP whose SSID is hidden */
|
bool show_hidden; /**< enable to scan AP whose SSID is hidden */
|
||||||
wifi_scan_type_t scan_type; /**< scan type, active or passive */
|
wifi_scan_type_t scan_type; /**< scan type, active or passive */
|
||||||
wifi_scan_time_t scan_time; /**< scan time per channel */
|
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;
|
} wifi_scan_config_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Submodule components/esp_wifi/lib updated: eff065af01...8cc455b378
Reference in New Issue
Block a user