History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ScanScheduleUtil.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f5cdd8e7a6b7d4c0b5f77134273c7e894d8c087b 16-May-2016 Mitchell Wills <mwills@google.com> Fix crash when scanner gets results that don't match the request

Before this, when WifiScanningService processed single scan results from
supplicant that only contained results that did not match a request the
filter code would return null indicating that the results should not be
delivered, causing a NPE later. This change updates the meaning of the
bucket index that the single scan code provides to the filtering code to
instead force it to always include scan results.

Change-Id: I65cd57b14abacec3f407991188c570601d05ac77
Fixes: 28794598
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ScanScheduleUtil.java
c4f23cbd6de85cbffcd91b398e51eff106ef08d4 26-Mar-2016 Mitchell Wills <mwills@google.com> Use buckets scanned field when delivering scan results

Fixes: 27506257
Change-Id: I224b78a89dfde54ef4f3dae37f1bb10d2a12b78e
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ScanScheduleUtil.java
4e54617758f86acef751bc8588257a58ed985b0f 22-Mar-2016 Mitchell Wills <mwills@google.com> Move scan filtering to a common utility class

This way single scans don't depend on the background scan scheduler

Bug: 27506257
Change-Id: I7130302b364cc86e3a8f1cd0a168e0068c29953b
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ScanScheduleUtil.java
95984d1af44a00183a4b0e0ed61417583096ff90 17-Mar-2016 Mitchell Wills <mwills@google.com> Merge MultiClientScheduler and WifiScanningScheduler

And move them to the com.android.server.wifi.scanner package

Change-Id: Iceac6823f118017f577e316d8eacc77c3445b2a7
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ScanScheduleUtil.java