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 <vivekananda.uppunda@nordicsemi.no>
This commit is contained in:
Vivekananda Uppunda 2024-08-30 07:41:36 +05:30 committed by Fabio Baltieri
parent 1c769c342b
commit f2eda942f8

View file

@ -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"