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)
This commit reverts the support for 'WIFI_AUTH_WPA3_ENTERPRISE' and
'WIFI_AUTH_WPA2_WPA3_ENTERPRISE'.
This reverts commit 19143aa24991ff1624d8098508d039e89edc4172 and 70b3b9150da7134cb6fb4597e694137499d6338f
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