From 598e99fd4d3a49d9e422a50409ebe298f03a9bb2 Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Fri, 5 Apr 2024 11:36:34 +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 1e6059a118..934be5afd6 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 1e6059a1189e0ee1fe3385bfe8c48b10608774f1 +Subproject commit 934be5afd6c668b0e507e3bed762af43e23329f5