Skip to content

Commit

Permalink
twister: wifi: Add PSA API Wi-Fi build support to twister
Browse files Browse the repository at this point in the history
This enables the PSA API support for Wi-Fi in twister test setup
for Wi-Fi.

Signed-off-by: Vivekananda Uppunda <[email protected]>
  • Loading branch information
VivekUppunda authored and kartben committed Dec 13, 2024
1 parent ab6dfa2 commit fcbf70f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/net/wifi/configs/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ tests:
wifi.build.crypto_none:
extra_configs:
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE=y
# FIXME: The psa crypto does not work atm so commented out
# the build test temporarily.
# wifi.build.crypto_psa:
# extra_configs:
# - CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA=y
wifi.build.crypto_psa:
extra_configs:
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT=y
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA=y
wifi.build.crypto_enterprise:
extra_configs:
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT=y
Expand Down

0 comments on commit fcbf70f

Please sign in to comment.