Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: nrf_cloud_multi_service: Wi-Fi scan config #12143

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ CONFIG_LOCATION_METHOD_WIFI=y
# We set this to 30 in this overlay (as opposed to 60 in the wifi-scan-only overlay) so that
# CONFIG_HEAP_MEM_POOL_SIZE can be small enough to leave at least 24kB of unused RAM in the final
# build, which is required by WPA_supp
CONFIG_NRF700X_SCAN_LIMIT=30
CONFIG_WIFI_MGMT_SCAN_MAX_BSS_CNT=30
CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT=30

## Enable shell and WIFI_CREDENTIALS shell
Expand All @@ -120,7 +120,7 @@ CONFIG_NET_RX_STACK_SIZE=2048
CONFIG_POSIX_MAX_FDS=16
CONFIG_NET_SOCKETS_POLL_MAX=8
# Heap allocation should be changed when CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT
# and CONFIG_NRF700X_SCAN_LIMIT (which should be the same value) are changed. With the limit at 30,
# and CONFIG_WIFI_MGMT_SCAN_MAX_BSS_CNT (which should be the same value) are changed. With the limit at 30,
# this could be set as low as 130000. Add 256 bytes for each additional scanning result, assuming
# sane SSID lengths. We set the heap much higher in case of long SSIDs.
CONFIG_HEAP_MEM_POOL_SIZE=130000
Loading