From 171a59cc88273f56d95f1d1930dcb94e39edac10 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Tue, 14 Dec 2021 20:15:42 +0800 Subject: [PATCH] esp_wifi: fix fragment issue and PMF compatible for faulty APs 1. fix(pp): fix fragment plt loss when 2td pn compare with 1th pn 2. pmf allow keyindex in big endian format to workaround faulty APs 3. docs: update miswritten and abbreviated words and syntax errors for initialize WiFi section in esp_wifi.h header file 4. allow for minimal scope of wifi_init_config_t --- 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 06476afc57..127aa3bba9 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 06476afc5786185031cd1d0488a21086a3a89144 +Subproject commit 127aa3bba9effe0976e5de30d89107318be3cc34