Skip to content

Commit

Permalink
[nrf noup] modules: hostap: Add NCS PSA for hostap crypto ALT
Browse files Browse the repository at this point in the history
For 54H Legacy mode is broken, so, enable PSA at the cost of supporting
WPA2 only.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and rlubos committed Oct 25, 2024
1 parent 130d420 commit 33919fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/hostap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ config WIFI_NM_WPA_SUPPLICANT_WEP

choice WIFI_NM_WPA_SUPPLICANT_CRYPTO_BACKEND
prompt "WPA supplicant crypto implementation"
default WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_NCS_PSA if SOC_SERIES_NRF54HX
default WIFI_NM_WPA_SUPPLICANT_CRYPTO_LEGACY_NCS_PSA if SOC_SERIES_NRF54LX || BUILD_WITH_TFM
default WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_LEGACY_NCS
help
Expand Down

0 comments on commit 33919fc

Please sign in to comment.