esp-idf/components/wpa_supplicant/src
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
..
ap wpa_supplicant: ignore static analysis violations 2020-03-27 19:17:36 +01:00
common wpa_supplicant: Use WPA3 flag to reduce code size 2020-12-22 15:50:52 +08:00
crypto wpa_supplicant: Replace internal RSA APIs by mbedtls APIs 2020-12-22 15:37:38 +08:00
eap_peer wpa_supplicant: Support for mbedtls tls handshake 2020-07-27 18:47:27 +05:30
esp_supplicant wpa_supplicant: Use WPA3 flag to reduce code size 2020-12-22 15:50:52 +08:00
rsn_supp wpa_supplicant: Use WPA3 flag to reduce code size 2020-12-22 15:50:52 +08:00
tls wpa_supplicant: Fix IOT issue with latest freeradius 2020-07-27 18:49:47 +05:30
utils wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
wps Fix handling of multiple AP credentials in WPS 2020-07-27 21:41:20 +08:00