From 9494b58b32764e8268b69889bf851834a7aaa50e Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Tue, 17 Oct 2023 15:35:14 +0530 Subject: [PATCH] fix(esp_wifi): Fixes issues in PMKSA and AID assignment - Fix missing PMKSA flush scenarios. - Fix wrong AID assigned to station when multiple stations try to connect simultaneously with mixed order of auth-request and assoc-request frames. --- 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 ffefe60c4e..769d2384e4 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit ffefe60c4ed6babde69f37456ddf1ea39e395c0a +Subproject commit 769d2384e47517667dbb2b47c89a005415a3dd10