From 7ef11a140921c63d8e3c981a441a6678df5e1352 Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Tue, 26 Mar 2024 15:06:36 +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 854c76c14a..3da1bb58c1 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 854c76c14a89c7835ed7cf555c027de4b8442067 +Subproject commit 3da1bb58c1e01efc56e479b7499afdb6286c8a23