From 33919fc981c12469ea96f987c23b90bfa5a8ebea Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Wed, 23 Oct 2024 03:34:54 +0530 Subject: [PATCH] [nrf noup] modules: hostap: Add NCS PSA for hostap crypto ALT For 54H Legacy mode is broken, so, enable PSA at the cost of supporting WPA2 only. Signed-off-by: Chaitanya Tata --- modules/hostap/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hostap/Kconfig b/modules/hostap/Kconfig index e2d3b1d3fbc..f6c75f1a46c 100644 --- a/modules/hostap/Kconfig +++ b/modules/hostap/Kconfig @@ -109,6 +109,7 @@ config WIFI_NM_WPA_SUPPLICANT_WEP choice WIFI_NM_WPA_SUPPLICANT_CRYPTO_BACKEND prompt "WPA supplicant crypto implementation" + default WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_NCS_PSA if SOC_SERIES_NRF54HX default WIFI_NM_WPA_SUPPLICANT_CRYPTO_LEGACY_NCS_PSA if SOC_SERIES_NRF54LX || BUILD_WITH_TFM default WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_LEGACY_NCS help