1. Fix issues related to mgmt packets encryption in GCMP
2. Fix issue of wrong decryption of mgmt packets when PMF is enabled
3. Fix frame subtype in send_mgmt_frame
4. Fix issue of wrong Rx control information of espnow packets for esp32 and esp32s2
5. Fix send mgmt err when eapol process
* Improvements in scan and connect path as per specifications along with
minor bugfixes
* When AP advertises all PSK modes (WPA, WPA2 and WPA3), make sure that
station treats it as WPA2_WPA3_PSK mixed mode.
1. fix esp_wifi_set_mode return error issue
2. fix qos encapsulated eapol issue
3. eapol arp and dhcp add flag PP_F_PER_PKT_RATE
4. fix lmac_stop_hw_txq issue
5. fix typo
6. limite number of amsdu block in eb
7. fix recycle cache sub amsdu eb issue
8. update ba session store and restore rx ba num
9. fix multicast address qos frame by reset rx ba
10. fix lmacStopTransmit issue
11. sync multi antenna gpio register from IDF
12. clear eb to fix tx single AMPDU to some AP not reply BA when ampdu_entry single bit was set
13. fix internal set log level check fail issue
14. update esp_wifi_connect doc
15. update api esp_wifi_sta_get_rssi docs
16. add interupt lock during hardware reload of Rx link
1. Break FTM State Machine code into separate functions
2. Use dynamic allocation for FTM session to save memory
3. Add API to get FTM report instead of event based mechanism
4. Add FTM Request re-try and comeback support
5. Fix issues with duplicate FTM response, stale sessions and
frequent failures to respond from SoftAP side
6. Update PHY FTM Compensation for all 40MHz cases
1. feat(wifi): Add new API to get one scan ap record
2. fix(wifi): Fix the crash issue when clear scan ap list
1. fix(wifi/mesh): fix the bug that station can't found AP when the authmode is WPA
2. fix(wifi/mesh): fix wifi mode error when mesh start after station has connected to router
1. sta not pmf capable when ap requires should reject profile
2. fix softap set config issue
3. allow some special igtk keyindex to workaround faulty APs
1. optimize bin size when softap & ftm not enabled
2. change fragment threshold to 256
3. support fragment for LR mode
4. fix rx fragment fail in Open mode.
5. Drop fragmented AMPDUs
6. Remove cipher header from eapol packet in case of encryption
7. fix ampdu duration issue
1.bringup c3 v1.1 and sync func to c3 eco7 rom
2.support to set null&probe lifetime
3.support to adjust listen interval to dtim period
4.support tx pkt w/o wake null
5.allow to tx null0 if requtest to rx data
6.fix issue of esp32 sta disconnecting immediately after scanning when RSSI is zero
1.fix beacon timeout retrigger issue
2.fix observed disconnect when scanning on a particular channel
3.fix return fail if HT40 is not supported
4.fix tx power issue
5.fix ccmp pn beacon large issue
6.static buffer for management, ctrl, qos null, null data
7.fix multi antenna issue
8.workaround nulldata alloc fail issue
9.fix wifi api typo
- 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. Discard commit frame received at confirmed state in SAE STA
2. Bugfix NVS get values for sae pwe
3. Bugfix memory leak caused by assoc retry timer and assoc IE
4. Bugfix store nvs authmode security values
1. Bugfixes in Initiator and Responder mode.
2. Update PHY compensation values for esp32S2, S3, C3 and C2.
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. Remove waiting RX/TXING during hw mac deinit
2. Fix the mac bug that hardware parse beacon of ie length equal to zero
3. Correct wifi spelling error
4. Fix association refused temporarily comeback time set to zero issue
5. Add new API to get rssi info after station connected to AP
6. vnd ie callback can be set to null