summaryrefslogtreecommitdiffstats
path: root/service/java/com/android/server/wifi/ScanDetailCache.java
Commit message (Expand)AuthorAgeFilesLines
* Remove HomeSP dependency from ScanDetailPeter Qiu2016-11-151-77/+1
* WifiConfigManagerNew: Scan results to config lookupRoshan Pius2016-07-141-14/+32
* WifiConfigManager: do not use ScanDetailCache to set SSID for...Samuel Tan2016-07-061-5/+0
* Fix checkstyle issues in ScanDetail and ScanDetailCacheRebecca Silberstein2016-03-241-1/+0
* Fix ScanDetailCache thread safety issueRandy Pan2016-03-021-4/+5
* Fix checkstyle issues with ScanDetailCacheRebecca Silberstein2016-02-261-20/+61
* Retire ScanResult.autoJoinStatusRandy Pan2016-02-241-3/+0
* make PNO autojoin retries exponential, use elapsedTime instead of upTime for ...Pierre Vandwalle2015-06-191-3/+3
* use the scan result timestamp for aging out networksPierre Vandwalle2015-06-191-2/+14
* Fix incorrect matching of Passpoint networksVinit Deshpande2015-04-131-2/+6
* Use PasspointMatchInfo to select good passpoint networkVinit Deshpande2015-04-081-20/+34
* Store PasspointMatchInfo in ScanDetailCacheVinit Deshpande2015-04-081-0/+270