From 0ac6e829227ea2b314cfd6a84540f17fe2b71a2f Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Thu, 18 Jan 2024 00:12:01 +0530 Subject: [PATCH] samples: wifi: shell: Use the new overlay file for SAP The overlay file for SAP has additional parameters and fine tuning than just enable of the feature. Signed-off-by: Chaitanya Tata --- 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 89ca35132324..c239de759995 100644 --- a/samples/wifi/shell/sample.yaml +++ b/samples/wifi/shell/sample.yaml @@ -218,7 +218,7 @@ tests: tags: ci_build_superset sample.nrf7002.ap: build_only: true - extra_args: CONFIG_WPA_SUPP_AP=y CONFIG_NRF700X_AP_MODE=y + extra_args: OVERLAY_CONFIG=overlay-sap.conf integration_platforms: - nrf7002dk_nrf5340_cpuapp platform_allow: nrf7002dk_nrf5340_cpuapp