diff --git a/tests/net/wifi/configs/testcase.yaml b/tests/net/wifi/configs/testcase.yaml index 7d4c1c6456b..4568fcf26eb 100644 --- a/tests/net/wifi/configs/testcase.yaml +++ b/tests/net/wifi/configs/testcase.yaml @@ -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