From 911653fffb79b1ac24c1d44a11be7c9073dca1f7 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Tue, 25 Jul 2023 13:01:48 +0800 Subject: [PATCH] fix(wifi): fix some wifi bugs 230725 1. update pairwise cipher in softAP 2. overwrite pairwise cipher when softap auth mode is wpa2 wpa2_wpa3 wpa3 3. fix single tail queue conjunct issue 4. fix some txop issues 5. process association request verify ssid 6. fix sta rx csa issue 7. fix ftm timer macro issue --- 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 c6a1eca8ec..6c3fda2460 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit c6a1eca8ec99f0a0f3c9d8017801b5999534651f +Subproject commit 6c3fda24604a9a21b852c6318d92c89127f6cdb4