From 84a1e6549512d9917908aad6b27eb2381f5a0fbf Mon Sep 17 00:00:00 2001 From: ronghulin Date: Fri, 29 Jan 2021 11:02:40 +0800 Subject: [PATCH] esp_wifi: fixes some Wi-Fi bugs 1. Clear hotspot bss when auth timeout happens. 2. Fix PMK not saved in NVS for SoftAP for PSK mode. 3. Fix the bug for esptouch find hidden AP fail. 4. Fix not connect to open AP when WPA3 auth fail. --- 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 ba5b0ff41f..41cd490042 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit ba5b0ff41f052c8e1e66c92be577a503fcd46674 +Subproject commit 41cd490042176abb723a20b095be90b82cc46196