1. Fix multi antenna issue
2. Static buffer for management, ctrl, qos null, null data
3. Fix beacon timeout retrigger issue
4. Fix typo in wifi api docs
5. Optimize BB filter timer to pass some corner case
6. Change fragment threshold to 256
7. Support fragment for LR mode
8. Fix rx fragment fail in Open mode.
9. Drop fragmented AMPDUs
10. Fix ampdu duration issue
1. fix ccmp pn became large issue
2. sta not pmf capable when requires should reject profile
3. fix softap set config issue
4. allow some special igtk keyindex to workaround faulty APs
5. remove target_power_backoff
6. remove FreqCalCntforScan
7. fix enable psram wapi dhcp fail issue
- Fix missing PMKSA flush scenarios.
- Fix wrong AID assigned to station when multiple stations try to connect
simultaneously with mixed order of auth-request and assoc-request frames.
1. Moves the location of null data frame TX to before channel switch during
offchannel action frame TX req.
2. Reverts Send wake up and sleep null between scanning.
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