Home
last modified time | relevance | path

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

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