Skip to content

Commit fcbf70f

Browse files
VivekUppundakartben
authored andcommitted
twister: wifi: Add PSA API Wi-Fi build support to twister
This enables the PSA API support for Wi-Fi in twister test setup for Wi-Fi. Signed-off-by: Vivekananda Uppunda <[email protected]>
1 parent ab6dfa2 commit fcbf70f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/net/wifi/configs/testcase.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ tests:
1616
wifi.build.crypto_none:
1717
extra_configs:
1818
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE=y
19-
# FIXME: The psa crypto does not work atm so commented out
20-
# the build test temporarily.
21-
# wifi.build.crypto_psa:
22-
# extra_configs:
23-
# - CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA=y
19+
wifi.build.crypto_psa:
20+
extra_configs:
21+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT=y
22+
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA=y
2423
wifi.build.crypto_enterprise:
2524
extra_configs:
2625
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT=y

0 commit comments

Comments
 (0)