esp-idf/components/wpa_supplicant/src/common
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
..
bss.c wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
bss.h wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
defs.h esp_wifi: Support for additional WPA3 testcases 2020-03-03 19:01:51 +05:30
dpp.c wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
dpp.h wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
eapol_common.h supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
ieee802_11_common.c wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
ieee802_11_common.h wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
ieee802_11_defs.h wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
rrm.c wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
rrm.h wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
sae.c wpa_supplicant: Port dpp feature from supplicant 2020-04-14 18:53:35 +05:30
sae.h esp_wifi: Support for additional WPA3 testcases 2020-03-03 19:01:51 +05:30
scan.c wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
scan.h wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
wnm_sta.c wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
wnm_sta.h wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
wpa_common.c wpa_supplicant: Use WPA3 flag to reduce code size 2020-11-23 14:28:12 +08:00
wpa_common.h wpa_supplicant: Support WPA3 4-way handshake, add config option 2019-11-26 10:59:55 +05:30
wpa_ctrl.h supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
wpa_supplicant_i.h wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30