Home
last modified time | relevance | path

Searched defs:eapMethodID (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
DInnerAuthEAP.java39 public InnerAuthEAP(int eapMethodID) { in InnerAuthEAP()
57 int eapMethodID = payload.get() & 0xFF; in parse() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java170 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithRealmMethodMatch() local
193 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithExactMatch() local
220 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithEAPMethodMismatch() local
248 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithAuthTypeMismatch() local
342 int eapMethodID = EAPConstants.EAP_AKA; in getEapMethodForNAIRealmWithCarrierInMatch() local
384 int eapMethodID = EAPConstants.EAP_TTLS; in getEapMethodForNAIRealmWithCarrierInMatchButNotCarrierEapMethod() local
409 int eapMethodID = EAPConstants.EAP_TTLS; in getEapMethodForNAIRealmWithCarrierInNoMatch() local
DPasspointProviderTest.java166 private NAIRealmElement createNAIRealmElement(String realm, int eapMethodID, in createNAIRealmElement()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DANQPMatcher.java137 int eapMethodID = getEapMethodForNAIRealmWithCarrier(realm, realmData); in getCarrierEapMethodFromMatchingNAIRealm() local
215 private static int matchEAPMethod(EAPMethod method, int eapMethodID, AuthParam authParam) { in matchEAPMethod()