Searched refs:getEAPMethodID (Results 1 – 11 of 11) sorted by relevance
32 public EAP.EAPMethodID getEAPMethodID() { in getEAPMethodID() method in InnerAuthEAP48 return ((InnerAuthEAP) thatObject).getEAPMethodID() == getEAPMethodID(); in equals()
108 public EAP.EAPMethodID getEAPMethodID() { in getEAPMethodID() method in EAPMethod115 if (mEAPMethodID != credMethod.getEAPMethodID()) { in match()
109 public EAP.EAPMethodID getEAPMethodID() { in getEAPMethodID() method in EAPMethod116 if (mEAPMethodID != credMethod.getEAPMethodID()) { in match()
546 if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_SIM in buildHomeSPTree()547 || method.getEAPMethodID() == EAP.EAPMethodID.EAP_AKA in buildHomeSPTree()548 || method.getEAPMethodID() == EAP.EAPMethodID.EAP_AKAPrim) { in buildHomeSPTree()553 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null); in buildHomeSPTree()555 } else if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_TTLS) { in buildHomeSPTree()564 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null); in buildHomeSPTree()568 } else if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_TLS) { in buildHomeSPTree()
587 if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_SIM in buildHomeSPTree()588 || method.getEAPMethodID() == EAP.EAPMethodID.EAP_AKA in buildHomeSPTree()589 || method.getEAPMethodID() == EAP.EAPMethodID.EAP_AKAPrim) { in buildHomeSPTree()594 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null); in buildHomeSPTree()596 } else if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_TTLS) { in buildHomeSPTree()605 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null); in buildHomeSPTree()609 } else if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_TLS) { in buildHomeSPTree()
42 EAP.EAPMethodID eapMethodID = credential.getEAPMethod().getEAPMethodID(); in buildConfig()196 EAP.EAPMethodID eapMethodID = homeSP.getCredential().getEAPMethod().getEAPMethodID(); in buildBaseConfiguration()
363 Log.d(TAG, "Credential method " + credential.getEAPMethod().getEAPMethodID()); in createHandler()364 switch (credential.getEAPMethod().getEAPMethodID()) { in createHandler()393 credential.getEAPMethod().getEAPMethodID()); in createHandler()
180 EAP.EAPMethodID eapMethodID = credential.getEAPMethod().getEAPMethodID(); in buildConfig()334 EAP.EAPMethodID eapMethodID = homeSP.getCredential().getEAPMethod().getEAPMethodID(); in buildBaseConfiguration()
140 mCertType = mEAPMethod.getEAPMethodID() == EAP.EAPMethodID.EAP_TLS ? CertType.x509v3 : null; in Credential()
289 netID, mapEAPMethodName(eapMethod.getEAPMethodID()))); in getWPSNetCommands()