Searched defs:mEAPMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DCredential.java40 private final EAPMethod mEAPMethod; field in class:Credential
54 mEAPMethod = eapMethod;
81 mEAPMethod = eapMethod;
101 mEAPMethod = eapMethod;
126 mEAPMethod = other.mEAPMethod;
138 mEAPMethod = mapEapMethod(enterpriseConfig.getEapMethod(),
140 mCertType = mEAPMethod.getEAPMethodID() == EAP.EAPMethodID.EAP_TLS ? CertType.x509v3 : null;
238 return mEAPMethod;
290 if (!mEAPMethod
[all...]

Completed in 372 milliseconds