History log of /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/LegacyPasspointConfigParserTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7f2a1e30dd5d14320ffc7b185ac25fdb79fe52b0 23-Jan-2018 Etan Cohen <etancohen@google.com> Update SmallTest library

android.test.suitebuilder.annotation.SmallTest is deprecated and
replaced by android.support.test.filters.SmallTest.

Update all test files. No other change (except import order cleaning
up to pass preload format check).

Bug: 72324160
Test: all unit tests pass
Change-Id: Icc4abe3b3b37926d583c0d4ae510a7d7c74c1a03
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/LegacyPasspointConfigParserTest.java
e9471f7d35cb5a39af883b5379812eeaba8b12d0 08-Jan-2018 Roshan Pius <rpius@google.com> Revert "WifiConfigStore: Remove legacy modules"

This reverts commit a83bd15861ae7175b1f62bc2dc8de63e0dbe808e.

Bug: 31041781
Test: Unit tests
Test: Upgraded a device from N to P and ensured that the saved networks
are not lost.
Test: Will send for integration tests
Change-Id: I62ba62579b5a2004b1b854a53f4d465ee806a440
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/LegacyPasspointConfigParserTest.java
a83bd15861ae7175b1f62bc2dc8de63e0dbe808e 31-Aug-2017 Roshan Pius <rpius@google.com> WifiConfigStore: Remove legacy modules

These modules were used to migrate store data out of the old store
files. Now that O is released, these classes are unused so cleaning up
dead code.

Bug: 31041781
Test: Unit test passes.
Test: Flashed a device and ensured that none of the saved networks are
lost.

Change-Id: Ib6936cace3c72408ba4be2e33226737228159a48
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/LegacyPasspointConfigParserTest.java
ab83ab09b554e4012af5cf439efe081504a29b88 03-Apr-2017 Peter Qiu <zqiu@google.com> hotspot2: fix parsing of IMSI from legacy Passpoint config file

The parsing of IMSI form the legacy Passpoint config file is incorrect.
The IMSI field is under "Credential/SIM" node instead of "Credential" node.

Bug: 36531896
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Test: manual upgrade device with EAP-SIM Passpoint profile from N to O
Change-Id: If6ff9facfb380def84818a4c03c80c0bad4c08a9
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/LegacyPasspointConfigParserTest.java
15eeedd83c258ae7eec5065880b0887545124456 16-Feb-2017 Peter Qiu <zqiu@google.com> hotspot2: add config parser for legacy Passpoint configuration file

For Hotspot 2.0 Release 1, most of the configuration data are
already stored as part of WifiConfiguration across multiple files
in N and older. There are number of fields contained in the
legacy Passpoint configuration file
(/data/misc/wifi/PerProviderSubscription.conf) that needed in order
to complete the configuration. Mainly:
- Friendly Name
- Roaming Consortium OI
- Realm
- IMSI (for SIM credential)

So add the parsing support for the legacy Passpoint configuration
file to retrieve the missing configuration fields.

Refer to the javadoc in LegacyPasspointConfigParser for the format
of the configuration file.

Bug: 34206769
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: I1d1a96a2534e123fcd06e91eaa9fc18af842bea1
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/LegacyPasspointConfigParserTest.java