Skip to content

Commit 835896b

Browse files
committed
samples: scan_bm: Fix max-channels for 5GHz
When 5GHz is used (standalone or with 2.4GHz) the maximum channels allowed should be increase to avoid scan failure. Fixes SHEL-3196. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent fd5536d commit 835896b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/scan_bm/Kconfig

+5
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,9 @@ config WIFI_SCAN_REG_DOMAIN
131131
help
132132
Specifies the regulatory domain to be used for the scan.
133133

134+
if WIFI_SCAN_PROFILE_5GHz_NON_DFS_CHAN || WIFI_SCAN_PROFILE_2_4GHz_NON_OVERLAP_AND_5GHz_NON_DFS_CHAN
135+
config WIFI_MGMT_SCAN_CHAN_MAX_MANUAL
136+
default 12
137+
endif
138+
134139
endmenu

0 commit comments

Comments
 (0)