Skip to content

Commit

Permalink
samples: mss: Fix Wi-Fi scan
Browse files Browse the repository at this point in the history
Small config tweak to fix Wi-Fi scan on LTE-connectivity
MSS builds.

Related to SHEL-3213

Signed-off-by: Georges Oates_Larsen <[email protected]>
(cherry picked from commit 82cfff1)
  • Loading branch information
glarsennordic authored and rlubos committed Oct 26, 2024
1 parent 6a64abb commit 6033626
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ CONFIG_NET_MAX_CONTEXTS=5

# Disable LED patterns, enabling WiFi scanning takes control of two LEDs
CONFIG_LED_INDICATION_DISABLED=y

# Temporary tweak: Disable wifi_mgmt buffer offload; It causes scans to fail in scan-only mode.
# To be removed when SHEL-3213 is resolved
DCONFIG_NRF_WIFI_MGMT_BUFF_OFFLOAD=n

0 comments on commit 6033626

Please sign in to comment.