File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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.
810815endif # WIFI_NRF70
Original file line number Diff line number Diff 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
8687target_include_directories (
You can’t perform that action at this time.
0 commit comments