Skip to content

Commit e78378b

Browse files
committed
[nrf fromlist] wifi: nrf_wifi: Add Kconfig option to disabling priority window
Add Kconfig option to disabling priority window for scan. Upstream PR #: 83104 Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 5a9fa72 commit e78378b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,4 +807,9 @@ config NRF70_PASSIVE_SCAN_ONLY
807807
help
808808
Enable this configuration to force passive scan on all channels.
809809
This will override application-specified scan type.
810+
811+
config NRF_WIFI_DISABLE_PRIORITY_WINDOW_FOR_SCAN
812+
bool "Forced to disable priority window for scan"
813+
help
814+
Enable this configuration to disable priority window for scan.
810815
endif # WIFI_NRF70

modules/nrf_wifi/os/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ target_compile_definitions(
8181
NRF70_ANT_GAIN_5G_BAND3=${CONFIG_NRF70_ANT_GAIN_5G_BAND3}
8282
NRF_WIFI_PS_INT_PS=${CONFIG_NRF_WIFI_PS_INT_PS}
8383
NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS=${CONFIG_NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS}
84+
NRF_WIFI_DISABLE_PRIORITY_WINDOW_FOR_SCAN=$={CONFIG_NRF_WIFI_DISABLE_PRIORITY_WINDOW_FOR_SCAN}
8485
)
8586

8687
target_include_directories(

0 commit comments

Comments
 (0)