Searched defs:eapMethodID (Results 1 – 3 of 3) sorted by relevance
39 public InnerAuthEAP(int eapMethodID) { in InnerAuthEAP()57 int eapMethodID = payload.get() & 0xFF; in parse() local
166 int eapMethodID = EAPConstants.EAP_TLS; in matchNAIRealmWithRealmMethodMatch() local189 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithExactMatch() local216 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithEAPMethodMismatch() local244 int eapMethodID = EAPConstants.EAP_TTLS; in matchNAIRealmWithAuthTypeMismatch() local
217 private NAIRealmElement createNAIRealmElement(String realm, int eapMethodID, in createNAIRealmElement()