History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff21cf2ed3aa7e71056ec68ce2c14eba22ef4b28 24-Mar-2016 Rebecca Silberstein <silberst@google.com> Fix checkstyle issues in ScanDetail and ScanDetailCache

Remove extra comments and fix unused import.

BUG: 27836797
Change-Id: I1b43dbafb94de2d5dea5b660e3ee9417300261c1
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
8adb4e72f58e3e25918f33e0b2687e6acc14c47d 04-Nov-2015 Mitchell Wills <mwills@google.com> Refactor WifiScanner support for oneshot scans

Seperate oneshot scans so they are no longer implemented using
background scans and make WifiStateMachine use WifiScanner for single
scans.

This changes requires a few parts:
1. Implement single scan logic in WifiScanningServiceImpl for merging
and executing scan requests using the single scan native interface.
2. Writing tests for the new code in 1
3. Make supplicant start scans by using WifiScanner and when it
recieves callbacks dispatch scan complete/failure messages.
4. Enable HalWifiScannerImpl and SupplicantWifiScannerImpl to listen to
supplicant scan events now that WifiStateMachine does not.

Bug: 26525037
Bug: 26895774
Change-Id: I7d03b43bbd2be396b3c772bc4bae681acce8eb7b
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
2691cf8a53d13c47eccf71e9c16c3cb9ef35af27 26-Feb-2016 Mitchell Wills <mwills@google.com> Merge "Remove a bunch of dead wifi code" into mm-wireless-dev
2af03130d7f85823223b8591dc52858d851b301d 24-Feb-2016 Mitchell Wills <mwills@google.com> Remove a bunch of dead wifi code

Bug: 26907933

Change-Id: I3398b9bc9a2c915319ac4533b402ba400588f6e8
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
b3c9b82f86637a6bc0a9e442ee759bd4eb5d8ad0 26-Feb-2016 Rebecca Silberstein <silberst@google.com> checkstyle fixes for ScanDetail

Fix issues flagged by checkstyle.

BUG=27363592

Change-Id: Iddd584cb780b806f1bef1d56b58b97e8e8dfbd8c
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
63539f1283899fbbf83ab90757961b4be51d5034 04-Feb-2016 Mitchell Wills <mwills@google.com> Update scanner onScanStatus callback to include event

This now allows scanner implementations to indicate scan failues as
well.

This change also ensures that anqpLines is set in results from supplicant

Change-Id: Ibe18c9b804bf073b9152800295c40d072a41e641
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
e4e3b8cb884dd9e754a437ea6feac502191f1767 07-Feb-2016 Mitchell Wills <mwills@google.com> Add ScanDetailUtil to convert ScanResult to ScanDetail

Also move InformationElementUtilTest to util package

Change-Id: I4a2c6a561ce6106d7c8c671cec225cf5ae6532f0
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
2e814680f4dd27a5f825afab189843582235cedc 24-Jan-2016 Jan Nordqvist <jannq@google.com> New System APIs for Passpoint r2 app.

Change-Id: If23e6ab432e871a407cbff94292673524c6d72bd
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
d9f37b2f3df18e96246db93ec4c2a5159b5d3915 13-Jun-2015 Vinit Deshpande <vinitd@google.com> Address API review comments

Added a flags field in ScanResult; along with flag
values and methods to read them.

Changed types of passpoint related fields.

Bug: 21342042

Change-Id: I413960de88b387853d11b9e10f92665e9c06a81b
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
0510c350db16f6bd2930f0a5ace483efbfa681d5 18-Jun-2015 Pierre Vandwalle <vandwalle@google.com> retry autojoin to pno network after a minute
Bug:21740448

Change-Id: I50b91da5f7fb23f5e3366c7e7b79811c89314f72
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
866c5b061e6e762f2627e3467afc0fe6f29c2668 12-Jun-2015 Jan Nordqvist <jannq@google.com> Separated auth checking from SP matching.

Bug: 21729565

Change-Id: Ia0617efaf32f4dc9dddc6059322265520f2d5c3a
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
5bee0e4616e2f8025d60cbfe3eec3e274a68a452 06-Jun-2015 Jan Nordqvist <jannq@google.com> ANQP caching cleaned up.

Disabling all HS2.0 logic with no SPs.

Bug: 21306404
Bug: 21660552

Change-Id: I080e99b5e41ead0b718c9e14514fba3108f19ac9
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
31891afce40b903ada9b24ec12e3648ae6aa27b2 29-May-2015 Jan Nordqvist <jannq@google.com> Minor fixes from comments.

Bug: 21306404
Bug: 21283355
Bug: 21171957

Fixed trust cert validation.

Fixed bad network history saving and reading.
Bug: 21022868

Bug in domain matcher, fixed some log levels.

Finished HS2.0/legacy network persistence consistency.

Change-Id: Ic93093a41dd87d70a386909bdea744b5810c7299
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
4d381bc39f5263effdae73ec99065eb299b806ca 09-Apr-2015 Vinit Deshpande <vinitd@google.com> Store PasspointMatchInfo in ScanDetailCache

This change moves ScanDetailCache as a stand alone class; since
it has lot of logic related sorting and finding candidates.

This will get used in network selection going forward.

Change-Id: If039779f4274dca64fa7aceae62dca26caeae2d4
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
25ee2d5d30434712b28aef6eec9460035101e493 31-Mar-2015 Vinit Deshpande <vinitd@google.com> Stop using scanResultCache, and move to ScanDetailCache

Change-Id: I28898eb8f1dfc0b8d6a8f9029e94784e99565fa1
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
b151395e1d4de62ea8a9254e69e1878d3d1cde28 25-Mar-2015 Vinit Deshpande <vinitd@google.com> Set passpointNetwork flag and a crash on forgetNetwork

Crash is due to an incorrect lookup of WifiConfiguration.

Change-Id: Ib273f820f149fd195c7b4cb9b74ae783b2518550
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
d3fb9cbb12d013dd70e672ace5c41ab18a3679a0 18-Mar-2015 Vinit Deshpande <vinitd@google.com> Connect to passpoint end-to-end

Change-Id: I9bdec486b2a5963ce8858ad1ed322f6d62e6349f
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
243931f3474f6235cfcf5c1a55fa2f192ee264ae 02-Mar-2015 xinhe <xinhe@google.com> add 2 side RTT support on scan

Bug:19533713
Change-Id: I3076cba3c7c7d5f234caa7e35ab96dd3f7471aa2
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java
77f2b82a2e80af8da52c22d69a76def6d4209757 14-Feb-2015 Jan Nordqvist <jannq@google.com> Integrate passpoint with existing Wifi infrastructure

This change hooks passpoint with rest of the wifi infrastructure.

It includes changes related to passing ANQP and other passpoint
information along with scan results and various fixes to parsing
and selection logic.

Change-Id: Id15ef1aea65dedab3e8e3df0c8a7515974c94021
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ScanDetail.java