We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6dfa2 commit fcbf70fCopy full SHA for fcbf70f
tests/net/wifi/configs/testcase.yaml
@@ -16,11 +16,10 @@ tests:
16
wifi.build.crypto_none:
17
extra_configs:
18
- 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
+ wifi.build.crypto_psa:
+ extra_configs:
+ - CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT=y
+ - CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA=y
24
wifi.build.crypto_enterprise:
25
26
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT=y
0 commit comments