From 6ddeba878c6a88fbeb4d2d01d40bc67b3ddd019f 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 beacon_timeout, PMKSA and AID assignment - Fixes issue wheere beacon timeout would get triggerred multiple times leading to a m f probe req. - 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 983a779766..557c6fa326 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 983a779766850d8e0d6114a9512cfefc11a8aa64 +Subproject commit 557c6fa326dc423118576a5f9d4b34ba60e0d991