Merge branch 'feature/configurable_wpa2_ent' into 'master'

esp_wifi: Make enterprise support configurable to save binary size.

Closes WIFI-3597

See merge request espressif/esp-idf!24345
This commit is contained in:
Jiang Jiang Jian
2023-09-13 10:17:44 +08:00
5 changed files with 20 additions and 0 deletions
+1
View File
@@ -411,6 +411,7 @@ The following binary size optimizations apply to a particular component or a fun
- Disabling :ref:`CONFIG_ESP_WIFI_ENABLE_WPA3_SAE` will save some Wi-Fi binary size if WPA3 support is not needed. Note that WPA3 is mandatory for new Wi-Fi device certifications.
- Disabling :ref:`CONFIG_ESP_WIFI_SOFTAP_SUPPORT` will save some Wi-Fi binary size if soft-AP support is not needed.
- Disabling :ref:`CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT` will save some Wi-Fi binary size if enterprise support is not needed.
.. only:: esp32