Searched refs:eapMethodID (Results 1 – 3 of 3) sorted by relevance
39 public InnerAuthEAP(int eapMethodID) { in InnerAuthEAP() argument41 mEAPMethodID = eapMethodID; in InnerAuthEAP()57 int eapMethodID = payload.get() & 0xFF; in parse() local58 return new InnerAuthEAP(eapMethodID); in parse()
168 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithRealmMethodMatch() local171 EAPMethod method = new EAPMethod(eapMethodID, new HashMap<Integer, Set<AuthParam>>()); in matchNAIRealmWithRealmMethodMatch()191 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithExactMatch() local199 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithExactMatch()218 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithEAPMethodMismatch() local226 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithEAPMethodMismatch()246 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithAuthTypeMismatch() local254 EAPMethod method = new EAPMethod(eapMethodID, authMap); in matchNAIRealmWithAuthTypeMismatch()
226 private NAIRealmElement createNAIRealmElement(String realm, int eapMethodID, in createNAIRealmElement() argument234 EAPMethod eapMethod = new EAPMethod(eapMethodID, authParamMap); in createNAIRealmElement()