From 6881b3fa33764362fa9f60babe3e782ab7024ee9 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 a23258a3fe..c25c53f183 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit a23258a3fe54bc1833234070dcd2c7a1e1621ebb +Subproject commit c25c53f183daf2f914524b3d0dce0e47c993ec59