]> granicus.if.org Git - esp-idf/commit
wifi: Avoid recalculating PMK when esp_wifi_set_config is not called
authorSagar Bijwe <sagar@espressif.com>
Thu, 8 Aug 2019 10:32:33 +0000 (16:02 +0530)
committerSagar Bijwe <sagar@espressif.com>
Fri, 9 Aug 2019 10:58:33 +0000 (16:28 +0530)
commitb1f657fc656f1784c1d237a4476e8e0db0a19236
tree74e7c8bc2eb88b00c955fcef947e1d37c5351120
parentd260ee695574338456aae6aee4715461378d75e0
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