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:
parent
12152443b6
commit
6b79e34b95
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue