From b1f657fc656f1784c1d237a4476e8e0db0a19236 Mon Sep 17 00:00:00 2001 From: Sagar Bijwe Date: Thu, 8 Aug 2019 16:02:33 +0530 Subject: [PATCH] wifi: Avoid recalculating PMK when esp_wifi_set_config is not called Scenarios where this fix is applicable. 1) Every time the system is powered-on/restarted without calling esp_wifi_set_config. 2) esp_wifi_init()/connect()/stop()/deinit() is called multiple times without esp_wifi_set_config. Closes IDFGH-1520 --- 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 8e2ed075db..09ed80c2b0 160000 --- a/components/esp_wifi/lib_esp32 +++ b/components/esp_wifi/lib_esp32 @@ -1 +1 @@ -Subproject commit 8e2ed075db7f4d5f942b5ea354070d6273c01638 +Subproject commit 09ed80c2b047ae5bb41ddbfb9be44ec2bc71fedd