From cd428d0346236fcf127d855f20bda0e262fbf997 Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Thu, 2 Dec 2021 11:21:46 +0800 Subject: [PATCH] esp_wifi: fix some wifi bugs 1. Fix airkiss and esptouch find channel crash issue 2. Fix softAP crash by adding NULL pointer check for handling public action frame 3. Ignore dirtyBuf check when buffer size is larger than 4092 4. Fix rf signal test without 9M rate issue 5. Fix issue with hidden AP scans after connecting AP 6. Fix the watchdog issue when receiving action frame 7. Clear hotspot bss when auth timeout happens 8. Fix the bug for esptouch find hidden AP fail 9. Fixed issue of reason code change from 15 to 204 when provide wrong password 10. Fix set config return value error 11. Fix ampdu age timer memory leak 12. Fix PMK not saved in NVS for SoftAP for PSK mode --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 7fc09aa09f..b66c98b2b4 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 7fc09aa09f7b5d3f69d0c653c87c6f1e4b881bcf +Subproject commit b66c98b2b47d9d2aca39704b8ae11891d64c4cb8