Searched defs:eapMethodID (Results 1 – 4 of 4) sorted by relevance
39 public InnerAuthEAP(int eapMethodID) { in InnerAuthEAP()57 int eapMethodID = payload.get() & 0xFF; in parse() local
170 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithRealmMethodMatch() local193 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithExactMatch() local220 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithEAPMethodMismatch() local248 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithAuthTypeMismatch() local342 int eapMethodID = EAPConstants.EAP_AKA; in getEapMethodForNAIRealmWithCarrierInMatch() local384 int eapMethodID = EAPConstants.EAP_TTLS; in getEapMethodForNAIRealmWithCarrierInMatchButNotCarrierEapMethod() local409 int eapMethodID = EAPConstants.EAP_TTLS; in getEapMethodForNAIRealmWithCarrierInNoMatch() local
166 private NAIRealmElement createNAIRealmElement(String realm, int eapMethodID, in createNAIRealmElement()
137 int eapMethodID = getEapMethodForNAIRealmWithCarrier(realm, realmData); in getCarrierEapMethodFromMatchingNAIRealm() local215 private static int matchEAPMethod(EAPMethod method, int eapMethodID, AuthParam authParam) { in matchEAPMethod()