We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130d420 commit 33919fcCopy full SHA for 33919fc
modules/hostap/Kconfig
@@ -109,6 +109,7 @@ config WIFI_NM_WPA_SUPPLICANT_WEP
109
110
choice WIFI_NM_WPA_SUPPLICANT_CRYPTO_BACKEND
111
prompt "WPA supplicant crypto implementation"
112
+ default WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_NCS_PSA if SOC_SERIES_NRF54HX
113
default WIFI_NM_WPA_SUPPLICANT_CRYPTO_LEGACY_NCS_PSA if SOC_SERIES_NRF54LX || BUILD_WITH_TFM
114
default WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_LEGACY_NCS
115
help
0 commit comments