From 27ec86cd8e1cf42f39ff0f60c42b5bcb22d8c3e8 Mon Sep 17 00:00:00 2001 From: Nachiket Kukade Date: Fri, 24 Apr 2020 16:34:20 +0530 Subject: [PATCH] esp_wifi: Update wifi lib Backports 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 d4bbb1a92..93bc2dede 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit d4bbb1a9270559e3f72e4a37f525bbac44c64afd +Subproject commit 93bc2dededa174a4227a4589fe9cc4b474dabcd5