APs requested 4 at a time now, not 5

This commit is contained in:
GrapheneOS 2025-03-25 23:14:29 -04:00
parent f9ab7613d2
commit 390c288c2a

View File

@ -593,7 +593,7 @@
<li>Network Location: improve RSSI-based (signal strength) distance estimation including tuning it separately for 2.4GHz vs. 5GHz/6GHz and take distance variance into account for position estimation (Wi-Fi Round-Trip-Time support will be added in the future for Access Points supporting it)</li>
<li>Network Location: add support for 6GHz Wi-Fi networks via Reduced Neighbor Report (RNR)</li>
<li>Network Location: increase requested closest APs from 5 to 15</li>
<li>Network Location: request data for up to 5 APs at a time (maximum permitted by Apple's service) instead of only 1 to improve networking efficiency</li>
<li>Network Location: request data for up to 4 APs at a time (maximum permitted by Apple's service for the modern mode) instead of only 1 to improve networking efficiency</li>
<li>Network Location: make our requests more closely match a current macOS release to avoid future compatibility issues and to get Apple's service to provide more than only 2.4GHz networks as nearby networks in response to queries</li>
<li>Network Location: throttle requesting 100 additional results down to 8 additional results when a decent amount of additional results were returned from a request in the past 10 seconds</li>
<li>backport upstream brightness fluctuation fix from Android 16 Beta 3.1</li>