From 8507f1f777cfbbc26ee0f898346ee64336c47558 Mon Sep 17 00:00:00 2001 From: xiehang Date: Tue, 23 Mar 2021 21:04:58 +0800 Subject: [PATCH] esp_wifi: Fix some WiFi bugs 1. Unlock mutex for esp_wifi_80211_tx when out of memory. 2. Fix issue that esp_wifi_80211_tx can't be used in ap mode. 3. Clear hotspot bss when auth timeout happens. 4. Fix PMK not saved in NVS for SoftAP for PSK mode. 5. Fix the bug for esptouch find hidden AP fail. 6. Fix not connect to open AP when WPA3 auth fail. 7. Fix issue with hidden AP scans after connecting AP. 8. Fix the watchdog issue when receiving action frame. 9. Fix the issue that the parameters obtained form RAM cannot be saved to NVS. 10.Modify not to store the default value in NVS. 11.Delete interface STATIONAP_IF. 12.Modify the _do_wifi_start and _do_wifi_stop parameters to mode. 13.Fixed issue of reason code change from 15 to 204 when provide wrong password. 14.Fix set config return value error. 15.Fix ampdu age timer memory leak. --- components/esp_wifi/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 5ebf229b99..840c1db8d3 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 5ebf229b9940805f0fce91964ae80d0f2c05f5f3 +Subproject commit 840c1db8d305435ad70d920dc8b263a8eca24915