esp_wifi: Make enterprise support configurable to save binary size.

This commit is contained in:
aditi_lonkar
2023-06-16 13:19:50 +05:30
parent fc4fcb5519
commit c88e7106ec
5 changed files with 20 additions and 0 deletions

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