Reject Wifi Access Points without MAC Addresses in Network Location API
Mac OS is now preventing applications from being able to see Wifi Access Point MAC Addresses if location services are turned off. We did not have a check for this and we were assuming that if we got an access point then it would have a MAC Address. This caused bad requests to be sent to the Location API. This CL added in a check so that we do not include access points without MAC Addresses in the request body. Bug: 956376 Change-Id: Ifa67e8e1e025f8b75087c68751f5bc544d910566 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583587Reviewed-by:Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: James Hollyer <jameshollyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#654726}
Showing
Please register or sign in to comment