Skip to content

Commit

Permalink
samples: scan_bm: Fix max-channels for 5GHz
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
krish2718 committed Oct 22, 2024
1 parent c378c83 commit 99a97e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/scan_bm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,9 @@ config WIFI_SCAN_PROFILE_2_4GHz_NON_OVERLAP_AND_5GHz_NON_DFS_CHAN

endchoice

if WIFI_SCAN_PROFILE_5GHz_NON_DFS_CHAN || WIFI_SCAN_PROFILE_2_4GHz_NON_OVERLAP_AND_5GHz_NON_DFS_CHAN
config WIFI_MGMT_SCAN_CHAN_MAX_MANUAL
default 12
endif

endmenu

0 comments on commit 99a97e8

Please sign in to comment.