modules: hostap: Convert WPA cli to selectable option

This should be configurable by applications in case a full CLI interface
to the WPA supplicant is needed.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2024-08-11 21:44:48 +05:30 committed by Fabio Baltieri
parent 12152443b6
commit 6b79e34b95

View file

@ -222,6 +222,12 @@ config WIFI_NM_WPA_SUPPLICANT_DPP
select MBEDTLS_X509_CSR_WRITE_C
select MBEDTLS_X509_CSR_PARSE_C
config WPA_CLI
bool "WPA CLI support"
help
Enable WPA CLI support for wpa_supplicant.
# Create hidden config options that are used in hostap. This way we do not need
# to mark them as allowed for CI checks, and also someone else cannot use the
# same name options.
@ -393,9 +399,6 @@ config WEP
bool
default y if WIFI_NM_WPA_SUPPLICANT_WEP
config WPA_CLI
bool
config WPA_CRYPTO
bool