Skip to content

Commit eb8409f

Browse files
krish2718jukkar
authored andcommitted
[nrf noup] modules: hostap: Fix Enterpise mode with nRF security
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]> (cherry picked from commit c21cc96)
1 parent 1441c77 commit eb8409f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA
183183

184184
config WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
185185
bool "Enterprise Crypto support for WiFi"
186-
select MBEDTLS_PEM_CERTIFICATE_FORMAT
186+
select MBEDTLS_PEM_CERTIFICATE_FORMAT if MBEDTLS_BUILTIN
187187
depends on !WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE
188188

189189
config EAP_TLS

0 commit comments

Comments
 (0)