From 2417ffe69ec22510a89ff63fca3986ea5d1bffb7 Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Fri, 29 Mar 2024 18:22:19 +0530 Subject: [PATCH] fix(rsnxe): Expands maximum size of RSNXE IE to 255 - Allows for RSNXE IE to be processed as a variable length upto 255 bytes, changing the earlier max of 20. --- 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 00ffcf8882..39926ae1f5 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 00ffcf8882a8fc8882a7957649877f619bfda5bb +Subproject commit 39926ae1f56bd2de3d0c7fb875d5d301c4bf4467