- GCMP-256 SoftAP support was previously added as part of SAE Extended Key handling.
- Fixes the authmode sent in WIFI_EVENT_STA_CONNECTED, which was previously taken directly
from the AKM field. This caused incorrect values in some cases.
- Updates the "security" log to show the correct wifi_auth_mode_t.
- Fixes wrong authmode strength used in the connection path.
Ensure that NON-PMF station does not attemp connection retries when
'esp_wifi_disconnect()' is called before the 4-way-handshake is
completes, even if 'failure_retry_cnt' allows retries.
1. add channel check before scan start
2. fix bss max idle always use default period
3. fix sleep without sending sleep null when enable bss max idle
4. fix do not send keep alive when run as udprx server
5. fix channel txpower limition not take effect when connected ap switch channel
1. fixed the issues of repeatedly establishing rx addba
2. fix twt post just one event for multiple flow
3. fix not update country in beacon
4. fix txpower not update when country changes
5. fix the issue where the PS state machine becomes invalid after enabling max bss idle
1. Show mesh is deinited when calling mesh stop
2. Fixed the scan result error when AP is lr only mode
3. Add timer to send wake null after STA received assoc response
4. Fixed the noise floor error on C5
1. Fix stack overflow when failure_retry_cnt is set
Fix issue of increased stack usage when failure_retry_cnt is set
and wifi driver internally retries connection attempts
2. Add WIFI_EVENT_AP_WRONG_PASSWORD in SoftAP
This event is triggered when external station tries connecting to softAP
with wrong password.
Current supported softAP AUTH modes: WPA-PSK, WPA2-PSK and WPA3-PSK (SAE-auth)
Add support to recognize APs supporting WPA3-Enterprise-Only Mode and WPA3-Enterprise-Transition Mode
using authmodes WIFI_AUTH_WPA3_ENTERPRISE and WIFI_AUTH_WPA2_WPA3_ENTERPRISE, respectively.
1. Add check for espnow type and length on v1.0
2. Fixed delete group id error in wifi mesh
3. Fixed the tbtt interval update error when AP's beacon interval changed
4. Enlarge the mesh TX task stack
5. Fixed cant sleep if reconnect to connected ap
2. Clear pmk in internal reconnection
3. Update connect status for init-->auth