From 085bf0ed5abaa220a0557bf8d9d3e86db790ebed 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 c8d2790c1d..30a45022c5 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit c8d2790c1d5c27a45e131337abf978181af03e88 +Subproject commit 30a45022c5ed880690322d7e1febedb7f18c91c3