Skip to content

Commit

Permalink
[nrf noup] modules: hostap: Fix Enterpise mode with nRF security
Browse files Browse the repository at this point in the history
The PEM Kconfig symbols is non-standard and isn't available for nRF
security, for now add a check to enable that only for MbedTLS builtin
which is not applicable for nRF security.

Fixes NCSDK-30762.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and jukkar committed Dec 4, 2024
1 parent 48cdbac commit c21cc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hostap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ 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_PEM_CERTIFICATE_FORMAT if MBEDTLS_BUILTIN
depends on !WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE

config EAP_TLS
Expand Down

0 comments on commit c21cc96

Please sign in to comment.