From 56232dac77c3df764ce9ada776dce4ca1690e3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Audun=20Kvamtr=C3=B8?= Date: Tue, 28 Jan 2025 09:39:57 +0100 Subject: [PATCH] wifi: samples: Shell: Set CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -Previously there may have been a CONFIG_HOSTAP_CRYPTO_LEGACY_PSA config but this is causing build-failures. This commit updates shell-sample to use CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA as extra_args Signed-off-by: Frank Audun Kvamtrø --- samples/wifi/shell/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/wifi/shell/sample.yaml b/samples/wifi/shell/sample.yaml index cba7961f0802..d44282fcaaae 100644 --- a/samples/wifi/shell/sample.yaml +++ b/samples/wifi/shell/sample.yaml @@ -458,7 +458,7 @@ tests: - ci_samples_wifi sample.nrf7002.shell.psa: build_only: true - extra_args: CONFIG_HOSTAP_CRYPTO_LEGACY_PSA=y + extra_args: CONFIG_HOSTAP_CRYPTO_ALT_LEGACY_PSA=y integration_platforms: - nrf7002dk/nrf5340/cpuapp platform_allow: nrf7002dk/nrf5340/cpuapp