]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/reuse_pmk_without_set_config' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Mon, 12 Aug 2019 15:33:45 +0000 (23:33 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Mon, 12 Aug 2019 15:33:45 +0000 (23:33 +0800)
commit65b9032dba21c1b5e1c62676b7865d59772902f1
treee0db40d03b73418129a084885412111d7117934c
parent212e7be28ce6e7e7d38dd76235cec92b2b6fbf91
parentb1f657fc656f1784c1d237a4476e8e0db0a19236
Merge branch 'bugfix/reuse_pmk_without_set_config' into 'master'

wifi: Avoid recalculating PMK when esp_wifi_set_config is not called

Closes IDFGH-1520

See merge request espressif/esp-idf!5745