From fcbf70f44d3c6d072288f8505bb1335faabdfb94 Mon Sep 17 00:00:00 2001 From: Vivekananda Uppunda Date: Wed, 11 Dec 2024 13:52:37 +0530 Subject: [PATCH] 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 --- tests/net/wifi/configs/testcase.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/net/wifi/configs/testcase.yaml b/tests/net/wifi/configs/testcase.yaml index 7d4c1c6456b9..4568fcf26eb1 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