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 <vivekananda.uppunda@nordicsemi.no>
This commit is contained in:
parent
ab6dfa2bf2
commit
fcbf70f44d
1 changed files with 4 additions and 5 deletions
|
@ -16,11 +16,10 @@ tests:
|
||||||
wifi.build.crypto_none:
|
wifi.build.crypto_none:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE=y
|
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE=y
|
||||||
# FIXME: The psa crypto does not work atm so commented out
|
wifi.build.crypto_psa:
|
||||||
# the build test temporarily.
|
extra_configs:
|
||||||
# wifi.build.crypto_psa:
|
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT=y
|
||||||
# extra_configs:
|
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA=y
|
||||||
# - CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA=y
|
|
||||||
wifi.build.crypto_enterprise:
|
wifi.build.crypto_enterprise:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT=y
|
- CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue