OVMS3-idf/components/wpa_supplicant/src
Nachiket Kukade db5f01429f wpa_supplicant: Fix memory leaks in WPA3 connection
1. Buffers for SAE messages are not freed after the handshake.
   This causes memory leak, free buffers after SAE handshake.
2. SAE global data is not freed until the next WPA3 connection
   takes place, holding up heap space without reason. Free theis
   data after SAE handshake is complete or event fails.
3. Update wifi lib which includes memory leak fix during BIP
   encryption/decryption operations.
2020-05-13 20:45:34 +05:30
..
ap wpa_supplicant: Make internal crypto headers private (backport v4.0) 2019-09-17 13:28:30 +00:00
common esp_wifi: Additional changes for WPA3 & PMF testcases 2020-05-06 10:20:46 +05:30
crypto wpa_supplicant: Support WPA3 4-way handshake, add config option 2020-05-06 10:20:35 +05:30
eap_peer wpa_supplicant: Make internal crypto headers private (backport v4.0) 2019-09-17 13:28:30 +00:00
esp_supplicant wpa_supplicant: Fix memory leaks in WPA3 connection 2020-05-13 20:45:34 +05:30
rsn_supp esp_wifi: Additional changes for WPA3 & PMF testcases 2020-05-06 10:20:46 +05:30
tls wpa_supplicant: Cleanup fast_xxx modules that use duplicate code 2019-07-10 14:53:20 +05:30
utils wpa_supplicant: Add parsing support for WEP40 key 2020-05-11 11:23:10 +05:30
wps wpa_supplicant: Fix some memleaks and invalid memory access 2020-05-06 11:06:51 +00:00