OVMS3-idf/components/wpa_supplicant
Nachiket Kukade b302b4bb43 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 this
   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 22:54:03 +05:30
..
include wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
port wpa_supplicant: Disable TLSv1.2 by default 2020-04-28 10:05:35 +05:30
src wpa_supplicant: Fix memory leaks in WPA3 connection 2020-05-13 22:54:03 +05:30
test wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
CMakeLists.txt wpa_supplicant: Disable TLSv1.2 by default 2020-04-28 10:05:35 +05:30
component.mk wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +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:05:35 +05:30