modules: hostap: Move Enterprise configs under Enterprise
These are only for Enterprise. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
9e63357355
commit
60dbb6fa4f
1 changed files with 3 additions and 3 deletions
|
|
@ -159,9 +159,6 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT
|
|||
select MBEDTLS_NIST_KW_C
|
||||
select MBEDTLS_DHM_C
|
||||
select MBEDTLS_HKDF_C
|
||||
select MBEDTLS_SERVER_NAME_INDICATION
|
||||
select MBEDTLS_X509_CRL_PARSE_C
|
||||
select MBEDTLS_TLS_VERSION_1_2
|
||||
|
||||
config WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE
|
||||
bool "No Crypto support for WiFi"
|
||||
|
|
@ -184,6 +181,9 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA
|
|||
config WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
|
||||
bool "Enterprise Crypto support for WiFi"
|
||||
select MBEDTLS_PEM_CERTIFICATE_FORMAT
|
||||
select MBEDTLS_SERVER_NAME_INDICATION
|
||||
select MBEDTLS_X509_CRL_PARSE_C
|
||||
select MBEDTLS_TLS_VERSION_1_2
|
||||
depends on !WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE
|
||||
|
||||
config EAP_TLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue