Searched refs:mEapMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java140 private int mEapMethod = Eap.NONE; field in class:WifiEnterpriseConfig
158 mEapMethod = source.mEapMethod;
175 dest.writeInt(mEapMethod);
228 enterpriseConfig.mEapMethod = in.readInt();
384 if (!saver.saveValue(EAP_KEY, Eap.strings[mEapMethod])) {
388 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) {
389 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC;
418 mEapMethod = getStringIndex(Eap.strings, eapMethod, Eap.NONE);
449 mEapMethod
[all...]

Completed in 69 milliseconds