From f2eda942f8a646e26b717deacb71d97ca8786a3f Mon Sep 17 00:00:00 2001 From: Vivekananda Uppunda Date: Fri, 30 Aug 2024 07:41:36 +0530 Subject: [PATCH] modules: hostap: Set WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT as crypto Set WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT as the default crypto configuration. The crypto ALT implementation contains the necessary crypto operations and also allows the user to choose PSA or non PSA crypto operation. Signed-off-by: Vivekananda Uppunda --- modules/hostap/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hostap/Kconfig b/modules/hostap/Kconfig index eaff728c856..333317ff48c 100644 --- a/modules/hostap/Kconfig +++ b/modules/hostap/Kconfig @@ -109,11 +109,11 @@ config WIFI_NM_WPA_SUPPLICANT_WEP choice WIFI_NM_WPA_SUPPLICANT_CRYPTO_BACKEND prompt "WPA supplicant crypto implementation" - default WIFI_NM_WPA_SUPPLICANT_CRYPTO + default WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT help Select the crypto implementation to use for WPA supplicant. - WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT support enterprise - and DPP. And use Mbedtls PSA apis for HW acceleration. + WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT supports enterprise mode + and DPP. config WIFI_NM_WPA_SUPPLICANT_CRYPTO bool "Crypto support for WiFi"