-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
net: lib: nrf_cloud: filter local APs from Wi-Fi location req #11988
Conversation
408e8a8
to
b6ac422
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
Do not include access points with local MAC addresses in nRF Cloud location requests. The cloud will discard them. Consolidate location request message generation into one function, nrf_cloud_obj_location_request_payload_add(), and remove nrf_cloud_location_req_json_encode(). IRIS-6733 Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
Do not include access points with local MAC addresses in nRF Cloud location requests. The cloud will discard them.
Consolidate location request message generation into one function, nrf_cloud_obj_location_request_payload_add(), and remove nrf_cloud_location_req_json_encode().
IRIS-6733