Skip to content

Commit 96cadc4

Browse files
rado17anangl
authored andcommitted
samples: wifi: shell: Correct the options for scan_only build
In scan_only build we need to override the sysbuild config option as well. By default it gets set to SB_CONFIG_WIFI_NRF70_SYSTEM_MODE which enables supplicant. Overriding this with SB_CONFIG_WIFI_NRF70_SCAN_ONLY fixes this. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent 94de4b8 commit 96cadc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: samples/wifi/shell/sample.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ tests:
196196
build_only: true
197197
extra_args:
198198
- EXTRA_CONF_FILE=overlay-scan-only.conf
199-
- CONFIG_WIFI_NM_WPA_SUPPLICANT=n
199+
- SB_CONFIG_WIFI_NRF70_SCAN_ONLY=y
200200
platform_allow:
201201
- thingy91x/nrf9151/ns
202202
tags:

0 commit comments

Comments
 (0)