esp-idf/components/wpa_supplicant
zhangyanjiao 3acd9861bf 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.
2020-12-22 15:50:52 +08:00
..
include wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
port wpa_supplicant: Support for mbedtls tls handshake 2020-07-27 18:47:27 +05:30
src wpa_supplicant: Use WPA3 flag to reduce code size 2020-12-22 15:50:52 +08:00
test wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
CMakeLists.txt wpa_supplicant: Use WPA3 flag to reduce code size 2020-12-22 15:50:52 +08:00
component.mk wpa_supplicant: Use WPA3 flag to reduce code size 2020-12-22 15:50:52 +08:00
COPYING wpa_supplicant: replace pre-built crypto library with source code 2016-11-04 14:58:47 +08:00
Kconfig wpa_supplicant: Support for mbedtls tls handshake 2020-07-27 18:47:27 +05:30