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.
5) Adds a obss scan timer disarm when a sta disconnects from an AP
1. fix sta auth failed but softap shows it connected issue
2. fix ftm procedure with peer failed status 4 issue
3. send ftm frames immediately
4. send null data when state change from association to run
1. Disable SA query timers when station disconnect and other SA query related improvements
2. Send appropriate reason code in 4 way handshake failure
3. Send deauth while going from assoc to init, if reason is assoc timeout
1. Update discard context condition and process disconnect condition
2. Set idle type should change mesh type to idle
3. Fix the bug that esp_mesh_is_root() return error when set root type
4. Fix the bug that user can't set inactive time on mesh root
1. esp_wifi: sync peripheral device reg base
2. fix common clock issue on esp32s2
3. fix deinit return wrong status issue
4. fix get wrong channel value use esp_wifi_get_config
5. fix bug of missing unlock when wifi stop
6. fix error of esp_wifi_start_scan in api esp_wifi_connect
1. fix disconnect when set country.
2. fix set country code before wifi start issue.
3. check the third octect of country code string.
4. can active scan channel 12 13 14 when country policy is manual.
1.Update wifi doc for espnow/LR/fix rate/disable 11b/multiple antennas
2.Optimization example of wifi station
3.Optimize the null pointer judgment of eb
4.Bugfix for close sniffer mode when wifi stop
5.Fix deep sleep can't reconnect to ap when pmf enable.
6.Fix some ap will ignore auth when rx deauth for a while.
7.Fixed espnow recv unencrypted packets issue
8.Fix not update phy according to country code.
9.Update regdomain max channel according to country info from nvs and or AP.
10.Channel 14 is allowed only 11b mode.
11.Remove csa when switch channel from/to 14 channel.
12.Update phy mode nvs when softap channel from 14 to other.
13.Fix the bug that check whether channel parameter is valid.