1. Discard commit frame received at confirmed state in SAE STA
2. Add nvs values for new config params
3. Bugfix NVS get values for sae pwe
4. Bugfix memory leak caused by assoc retry timer and assoc IE
1. Bugfixes in Initiator and Responder mode.
2. Update PHY compensation values for ESP32S2, S3 and C3.
3. Fix wrong first value of PHY compensation.
4. Fix bug when number of FTM measurement frames received is more
than (number_of_brusts * FTMs per brust).
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. Remove waiting RX/TXING during hw mac deinit
2. Fix the mac bug that hardware parse beacon of ie length equal to zero
3. Fix softap qos null issue
4. Correct wifi spelling error
5. Add check for memory allocation in tx buffers
6. Fix association refused temporarily comeback time set to zero issue
7. Add new API to get rssi info after station connected to AP
8. check the second channel info when bandwidth is ht40
9. vnd ie callback can be set to null
1. fix set inactive time crash issue
2. update pairwise cipher in softAP
3. overwrite pairwise cipher when softap auth mode is wpa2 wpa2_wpa3 wpa3
4. fix single tail queue conjunct issue
5. fix some txop issues
6. process association request verify ssid
1. mesh: fix the heap corrupt issue in MTXON task
2. fix the tx data error when change phymode form LR to 11N
3. mesh: Update discard context condition and process disconnect condition
2. mesh: Set idle type should change mesh type to idle
3. mesh: Fix the bug that esp_mesh_is_root() return error when set root type
4. mesh: Fix the bug that user can't set inactive time on mesh root
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. fix ftm timer macro issue
2. send null data when state change from association to run
3. bugfix for optimize abnormal beacon log
4. bugfix RSNXE related changes
5. send ftm frames immediately
6. fix ftm procedure with peer failed status 4 issue
1. fix deinit return wrong status issue
2. fix get wrong channel value use esp_wifi_get_config
3. fix bug of missing unlock when wifi stop
4. fix error of esp_wifi_start_scan in api esp_wifi_connect
5. beacon loss feature support for all chips
6. optimize phy calibration for C3
1. update regdomain max channel according to country info from nvs and/or AP.
2. channel 14 is allowed only in 11b mode.
3. remove csa when switch channel from/to 14 channel.
4. update phy mode nvs when softap channel from 14 to other.
5. fix the bug that check whether channel parameter is valid.
6. add regdomain max channel of ap.
7. update total scan time.
8. update min chan when country policy is auto.
9. check whether country schan and nchan is valid.
10. fix pairwise cipher tkip pmf compability issue.
11. fix disconnect when set country.
12. fix set country code before wifi start issue.
13. check the third octect of country code string.
14. can active scan channel 12 13 14 when country policy is manual.
15. add clear ap list interface
1. Fixed not update phy according to country code.
2. Fixed crashed when esp_wifi_set_ant_gpio() called
3. Fixed a bug when ftm used with ps enabled
4. Fixed a potential issue to allocate PSRAM to wifi stack where internal RAM is required
5. Fixed potential fail to scan AP after receiving disassoc/deauth from AP on esp32s2
1. Clear old keys before going for new connection
2. Fix deep sleep can't reconnect to ap when pmf enable
3. Fix some ap will ignore auth when rx deauth for some time
4. Support force ht40 for espnow & 80211_tx
5. WAPI: Key mgmt type compability issue
6. Update wifi header file
7. Fix espnow recv unencrypted packets issue
1 Bugfix for wrong config of static txbuf
2 fix bug that qos data will update BA SSN
3 reset beacon timeout timer
4 Bugfix for close sniffer mode when wifi stop
5 update wifi header files