Skip to content

Commit f2eda94

Browse files
VivekUppundafabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 1c769c3 commit f2eda94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/hostap/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ config WIFI_NM_WPA_SUPPLICANT_WEP
109109

110110
choice WIFI_NM_WPA_SUPPLICANT_CRYPTO_BACKEND
111111
prompt "WPA supplicant crypto implementation"
112-
default WIFI_NM_WPA_SUPPLICANT_CRYPTO
112+
default WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT
113113
help
114114
Select the crypto implementation to use for WPA supplicant.
115-
WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT support enterprise
116-
and DPP. And use Mbedtls PSA apis for HW acceleration.
115+
WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT supports enterprise mode
116+
and DPP.
117117

118118
config WIFI_NM_WPA_SUPPLICANT_CRYPTO
119119
bool "Crypto support for WiFi"

0 commit comments

Comments
 (0)