Skip to content

Commit

Permalink
[nrf fromlist] wifi: nrf_wifi: Add Kconfig option to disabling priori…
Browse files Browse the repository at this point in the history
…ty window

Add Kconfig option to disabling priority window for scan.

Upstream PR #: 83104

Signed-off-by: Kapil Bhatt <[email protected]>
  • Loading branch information
kapbh committed Dec 18, 2024
1 parent 5a9fa72 commit e78378b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/wifi/nrf_wifi/Kconfig.nrfwifi
Original file line number Diff line number Diff line change
Expand Up @@ -807,4 +807,9 @@ config NRF70_PASSIVE_SCAN_ONLY
help
Enable this configuration to force passive scan on all channels.
This will override application-specified scan type.

config NRF_WIFI_DISABLE_PRIORITY_WINDOW_FOR_SCAN
bool "Forced to disable priority window for scan"
help
Enable this configuration to disable priority window for scan.
endif # WIFI_NRF70
1 change: 1 addition & 0 deletions modules/nrf_wifi/os/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ target_compile_definitions(
NRF70_ANT_GAIN_5G_BAND3=${CONFIG_NRF70_ANT_GAIN_5G_BAND3}
NRF_WIFI_PS_INT_PS=${CONFIG_NRF_WIFI_PS_INT_PS}
NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS=${CONFIG_NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS}
NRF_WIFI_DISABLE_PRIORITY_WINDOW_FOR_SCAN=$={CONFIG_NRF_WIFI_DISABLE_PRIORITY_WINDOW_FOR_SCAN}
)

target_include_directories(
Expand Down

0 comments on commit e78378b

Please sign in to comment.