esp-idf/components/wpa_supplicant
zhangyanjiao c0f4fdfd4d wpa_supplicant: Use WPA3 flag to reduce code size
Flag ESP32_WIFI_ENABLE_WPA3_SAE from Menuconfig is used to
control the stack size required by WPA3. Use the same flag
to compile out the WPA3 code and control the code size.
With this flag disabled code footprint reduces by about 7.7kB
in libwpa_supplicant.a
Update WiFi libs with added checks to cleanly handle disabling
of WPA3 callbacks.

Closes https://github.com/espressif/esp-idf/issues/5971
2020-11-23 14:28:12 +08:00
..
include wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
port wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
src wpa_supplicant: Use WPA3 flag to reduce code size 2020-11-23 14:28:12 +08:00
test
CMakeLists.txt wpa_supplicant: Use WPA3 flag to reduce code size 2020-11-23 14:28:12 +08:00
COPYING
Kconfig wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
component.mk wpa_supplicant: Use WPA3 flag to reduce code size 2020-11-23 14:28:12 +08:00