History log of /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ScanResultUtilTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
55b645ab4d044fbe7e0aa1c8cbb9bfdb5c17ff1d 25-Aug-2016 Roshan Pius <rpius@google.com> ScanResultUtil: Add a method to create ephemeral networks

Add a method to create ephemeral network configuration from provided
scan result.

While there,
Move the scan result matching to network matching logic entirely to
ScanResultUtil.

Change-Id: Ibf88ba1640ff71f864b1eec1c25d89404f33cd38
TEST: Added unit tests.
BUG: 31009287
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ScanResultUtilTest.java
22b5eca14a99c2bbeeae8361c665923ce71e1603 28-Jun-2016 Roshan Pius <rpius@google.com> WifiConfigManagerNew: Scan results to config lookup

Add methods to perform:
1. Scan results to saved network lookup.
2. Cache the scan results for each saved network. Also, need to maintain
this list so that it doesn't grow uncontrolled.
3. Rename ScanDetailUtil to ScanResultUtil to accomodate scan result
helper classes for encryption type lookup.
4. Change ScanDetailCache to always trim the cache to the provided fixed
size.

While there,
Fix couple of checkstyle errors in the test.

BUG:29822168
TEST: Unit tests
Change-Id: I281ddcd606d73b8d04d6c9b33b9fc2d4f408f173
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ScanResultUtilTest.java