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 @@ -813,4 +813,14 @@ config NRF70_PASSIVE_SCAN_ONLY
813813 help
814814 Enable this configuration to force passive scan on all channels.
815815 This will override application-specified scan type.
816+ config NRF_WIFI_DISPLAY_SCAN_BSS_LIMIT
817+ # Display scan BSS entries limit
818+ # By default, the limit is 250 in scan-only mode and 150 in regular mode.
819+ int "Display scan bss limit"
820+ range 1 450 if NRF70_SCAN_ONLY
821+ def_int 250 if NRF70_SCAN_ONLY
822+ range 1 160
823+ def_int 150
824+ help
825+ Number of BSS entries in scan result.
816826endif # 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_DISPLAY_SCAN_BSS_LIMIT=${CONFIG_NRF_WIFI_DISPLAY_SCAN_BSS_LIMIT}
8485)
8586
8687target_include_directories (
You can’t perform that action at this time.
0 commit comments