From 8009320fb44abaf8acf8a1e1a38a67fc4c8d458c Mon Sep 17 00:00:00 2001 From: liu zhifu Date: Thu, 30 May 2019 21:16:15 +0800 Subject: [PATCH] esp_wifi: fix wpa2 enterprise vulnerability issues Fix following wpa2 enterprise vulnerability issues: 1. The station can complete 4-way handshake after EAP-FAIL is received 2. The station crashes if EAP-SUCCESS is received before PMK is setup --- components/esp_wifi/lib_esp32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib_esp32 b/components/esp_wifi/lib_esp32 index 691e0a0cf6..eb27c814d5 160000 --- a/components/esp_wifi/lib_esp32 +++ b/components/esp_wifi/lib_esp32 @@ -1 +1 @@ -Subproject commit 691e0a0cf6079703dec4e916a8f7be381e320d1f +Subproject commit eb27c814d5d178698bb45c6ad675c0dce9427fa1