File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -802,4 +802,14 @@ config NRF70_PASSIVE_SCAN_ONLY
802
802
help
803
803
Enable this configuration to force passive scan on all channels.
804
804
This will override application-specified scan type.
805
+ config NRF_WIFI_DISPLAY_SCAN_BSS_LIMIT
806
+ # Display scan BSS entries limit
807
+ # By default, the limit is 250 in scan-only mode and 150 in regular mode.
808
+ int "Display scan bss limit"
809
+ range 1 450 if NRF70_SCAN_ONLY
810
+ def_int 250 if NRF70_SCAN_ONLY
811
+ range 1 160
812
+ def_int 150
813
+ help
814
+ Number of BSS entries in scan result.
805
815
endif # WIFI_NRF70
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ target_compile_definitions(
80
80
NRF70_ANT_GAIN_5G_BAND3=${CONFIG_NRF70_ANT_GAIN_5G_BAND3}
81
81
NRF_WIFI_PS_INT_PS=${CONFIG_NRF_WIFI_PS_INT_PS}
82
82
NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS=${CONFIG_NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS}
83
+ NRF_WIFI_DISPLAY_SCAN_BSS_LIMIT=${CONFIG_NRF_WIFI_DISPLAY_SCAN_BSS_LIMIT}
83
84
)
84
85
85
86
target_include_directories (
You can’t perform that action at this time.
0 commit comments