Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java177 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithMethodMatch() local
200 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithRealmMethodMatch() local
224 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithExactMatch() local
252 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithEAPMethodMismatch() local
281 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithAuthTypeMismatch() local
377 int eapMethodID = EAPConstants.EAP_AKA; in getEapMethodForNAIRealmWithCarrierInMatch() local
419 int eapMethodID = EAPConstants.EAP_TTLS; in getEapMethodForNAIRealmWithCarrierInMatchButNotCarrierEapMethod() local
444 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.java107 public static int matchNAIRealm(NAIRealmElement element, String realm, int eapMethodID, in matchNAIRealm()
140 int eapMethodID = getEapMethodForNAIRealmWithCarrier(realm, realmData); in getCarrierEapMethodFromMatchingNAIRealm() local
179 private static int matchNAIRealmData(NAIRealmData realmData, String realm, int eapMethodID, in matchNAIRealmData()
244 private static int matchEAPMethod(EAPMethod method, int eapMethodID, AuthParam authParam) { in matchEAPMethod()
/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