We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674fd09 commit 979fcc0Copy full SHA for 979fcc0
modules/hostap/Kconfig
@@ -198,7 +198,12 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
198
select MBEDTLS_SERVER_NAME_INDICATION if MBEDTLS_BUILTIN
199
select MBEDTLS_X509_CRL_PARSE_C
200
select MBEDTLS_TLS_VERSION_1_2
201
+ select NOT_SECURE
202
depends on !WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE
203
+ help
204
+ Enable Enterprise Crypto support for WiFi. This feature
205
+ is considered NOT SECURE due the lack of certificate
206
+ validation.
207
208
if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
209
config EAP_TLS
0 commit comments