Skip to content

Commit 82cfff1

Browse files
glarsennordicrlubos
authored andcommitted
samples: mss: Fix Wi-Fi scan
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]>
1 parent 088bd54 commit 82cfff1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/cellular/nrf_cloud_multi_service/overlay-nrf7002ek-wifi-scan-only.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ CONFIG_NET_MAX_CONTEXTS=5
5050

5151
# Disable LED patterns, enabling WiFi scanning takes control of two LEDs
5252
CONFIG_LED_INDICATION_DISABLED=y
53+
54+
# Temporary tweak: Disable wifi_mgmt buffer offload; It causes scans to fail in scan-only mode.
55+
# To be removed when SHEL-3213 is resolved
56+
DCONFIG_NRF_WIFI_MGMT_BUFF_OFFLOAD=n

0 commit comments

Comments
 (0)