From f9970b8e29aa84a5692226319539f973d9d46988 Mon Sep 17 00:00:00 2001 From: Nachiket Kukade Date: Fri, 24 Apr 2020 15:36:43 +0530 Subject: [PATCH] esp_wifi: Update wifi lib PMF Certification fixes - 1. Check return status of decrypt operation. Fixes 5.3.3.1. 2. Allow PMF negotiation for WPA2-Enterprise. Fixes 5.3.3.2, 5.3.3.4. 3. Add NULL check on key before encrypting PMF, fixes crash. Closes WIFI-2251 --- 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 0c525430a9..2362026ea1 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 0c525430a9d6de459e1fcff3ee8a43f9bed7f3b7 +Subproject commit 2362026ea1d8692fc0a362ddac298c6a32628978