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:
parent
1c769c342b
commit
f2eda942f8
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue