esp_wifi : Fix collection of issues during sta scan and roam.

1) Fix issue during split scan to allow for data tx.
2) Fix issue when parsing wpa_ie to set correct authmode when AP
   supports both WPA_EAP and WPA_EAP_SHA256 authmode.
   Closes https://github.com/espressif/esp-idf/issues/11202
3) Fix an occasional crash during sta roam.
4) Add home_channel_dwell_time to wifi_scan_config_t. This allows
   configuration of the time spent between scanning consecutive
   channels for tx.
This commit is contained in:
jgujarathi 2023-06-12 10:27:25 +05:30 committed by BOT
parent 91f16fea8c
commit 1302c5a622
2 changed files with 2 additions and 1 deletions

View File

@ -165,6 +165,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 {

@ -1 +1 @@
Subproject commit eff065af01a201dc0446f1f70d510a1d8f16e33d
Subproject commit 8cc455b37809e94ca7c299a6b787f0fabbee48ff