History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/NonEAPInnerAuth.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
87c6f1b149804685e46c18d2ad11262f611c9255 16-Dec-2016 Peter Qiu <zqiu@google.com> hotspot2: add support for matching Passpoint provider

Added support for matching Passpoint provider based on the
content of ANQP elements.

While there:
- updated IMSIParameter and added unit tests for it
- added utility class ANQPMatcher for providing ANQP
element matching functions

Bug: 33246489
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: Ibdd49aaf44a097c1ee523284888faace6b866485
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/NonEAPInnerAuth.java
d8dddd9671750e6bfbcfa218db16ad096b9904ee 09-Dec-2016 Peter Qiu <zqiu@google.com> hotspot2: ANQP elements cleanup Part 4

Cleaned up the implementation and added unit tests for NAIRealmElement
and the classes used by it.

While there, remove the match() function from NAIRealmElement for now.
So that all ANQP elements class are purely data storages for the element.
The match() function will be added to PasspointProvider for matching
a NAI Realm Element against the provider's configuration.

Other changes included:
- removed the now unused EAP.java
- removed the uses of enum for EAP Method ID and Authentication
Parameter type constants.
- renamed Credential to CredentialType

Bug: 33000864
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: I940f6d7cecb9bec405f0786845af768caf527990
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/NonEAPInnerAuth.java
8ca4ac971a9b862fbd69c57af3a3c0029a6b9f4d 18-Nov-2016 Peter Qiu <zqiu@google.com> hotspot2: anqp: update package name to reflect the updated location

Bug: 33000864
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: If842197a027a2c8381aacf5b256191f81bcbd1bb
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/NonEAPInnerAuth.java
450a34955b855f0d813400013a9dbeead9d84c7b 18-Nov-2016 Peter Qiu <zqiu@google.com> hotspot2: move anqp related code to under hotspot2

ANQP is specific to Hotspot 2.0, so move all related code to under
hotspot2/.

This CL is a purely rename operation.

Bug: 33000864
Test: None
Change-Id: I17c3eb5bce37290a13c2e0720b62c82450daae9b
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/NonEAPInnerAuth.java