OVMS3-idf/components/wpa_supplicant/src
Nachiket Kukade 21dc9fcb5d wpa_supplicant: Fix WPA3 and WPA2 transition related failures
1. If Device is connected to AP in WPA3-PSK mode, AP switching
security to WPA2-PSK causes connection failures even after reset.
Fix is to not store WPA3's PMK in NVS for caching.

2. AP switching back to WPA3 causes even more connection failures.
This is due to device not clearing Supplicant level PMK Cache when
it is no longer valid. Fix is to clear the Cache when 4-way handshake
fails and to check Key Mgmt of Cache before using.

3. When AP switches from WPA3 to WPA2, device's PMF config in
Supplicant remains enabled. This may cause failures during
4-way handshake. So clear PMF config in when PMF is no longer used.
2020-08-10 09:05:48 +00:00
..
ap wpa_supplicant: ignore static analysis violations 2020-03-27 19:17:36 +01:00
common wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
crypto wpa_supplicant: Fix invalid pointer deference and memleak 2020-07-27 18:49:07 +05:30
eap_peer wpa_supplicant: Support for mbedtls tls handshake 2020-07-27 18:47:27 +05:30
esp_supplicant wpa_supplicant: Fix WPA3 and WPA2 transition related failures 2020-08-10 09:05:48 +00:00
rsn_supp wpa_supplicant: Fix WPA3 and WPA2 transition related failures 2020-08-10 09:05:48 +00:00
tls wpa_supplicant: Fix IOT issue with latest freeradius 2020-07-27 18:49:47 +05:30
utils wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
wps Fix handling of multiple AP credentials in WPS 2020-07-27 21:41:20 +08:00