OVMS3-idf/components/wpa_supplicant
Nachiket Kukade 276cbb69f3 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-18 15:46:32 +05:30
..
include esp_wifi: Support for additional WPA3 testcases 2020-03-05 12:15:03 +05:30
port wpa_supplicant: Disable TLSv1.2 by default 2020-04-28 10:46:59 +05:30
src wpa_supplicant: Fix memory leaks in WPA3 connection 2020-05-18 15:46:32 +05:30
test hw crypto: activated hardware acceleration for esp32s2beta 2019-12-12 12:37:29 +08:00
CMakeLists.txt wpa_supplicant: Disable TLSv1.2 by default 2020-04-28 10:46:59 +05:30
component.mk wpa_supplicant: Support WPA3 4-way handshake, add config option 2019-11-26 10:59:55 +05:30
COPYING wpa_supplicant: replace pre-built crypto library with source code 2016-11-04 14:58:47 +08:00
Kconfig wpa_supplicant: Disable TLSv1.2 by default 2020-04-28 10:46:59 +05:30