esp-idf/components/esp_wifi
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
..
esp32
esp32s2
include mesh: add duty cycle control and support only transmit/receive in actve duty cycle 2020-05-05 18:06:47 +08:00
lib@eefba3c515 wpa_supplicant: Fix memory leaks in WPA3 connection 2020-05-13 22:54:03 +05:30
src
test
test_md5
CMakeLists.txt
Kconfig esp_wifi: Enable WPA3 & PMF by default 2020-05-04 16:02:14 +05:30
Makefile.projbuild
component.mk
linker.lf
phy_multiple_init_data.bin
sdkconfig.rename