OVMS3-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 esp_wifi: Reduce Bin size 2020-03-10 17:45:06 +08:00
esp32s2 esp_wifi: Fix ESP32S2 wifi log not printing 2020-03-13 14:48:18 +08:00
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 driver(adc): add adc initial code before app_main for esp32s2. 2020-04-04 10:15:30 +08:00
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
test_md5 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
CMakeLists.txt esp32s2: fix when enable multi phy init data bin compile err. 2020-03-11 18:03:21 +08:00
component.mk esp_wifi: Move wifi OS adapter structures into esp_wifi component 2020-01-08 18:13:12 +11:00
Kconfig esp_wifi: Enable WPA3 & PMF by default 2020-05-04 16:02:14 +05:30
linker.lf esp_wifi: Put some rx code to iram 2019-11-13 11:44:23 +00:00
Makefile.projbuild bugfix: fix make compile phy multiple bin error 2020-04-15 10:19:54 +08:00
phy_multiple_init_data.bin feature: support multiple PHY init data 2020-03-05 16:14:00 +08:00
sdkconfig.rename components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario 2020-01-10 16:00:12 +08:00