CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT

Max number of Wi-Fi scanning results

Type: int

Help

Maximum number of Wi-Fi scanning results to use when creating HTTP request.
Increasing the max number will increase the library's RAM usage.

Direct dependencies

LOCATION_METHOD_WIFI && LOCATION

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

At <nRF>/lib/location/Kconfig:72

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:94<nRF>/lib/Kconfig:37

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Location

config LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT
    int "Max number of Wi-Fi scanning results"
    default 10
    depends on LOCATION_METHOD_WIFI && LOCATION
    help
      Maximum number of Wi-Fi scanning results to use when creating HTTP request.
      Increasing the max number will increase the library's RAM usage.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)