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();
380 boolean shouldNotWriteAnonIdentity = mEapMethod == WifiEnterpriseConfig.Eap.SIM in saveToSupplicant()
381 || mEapMethod == WifiEnterpriseConfig.Eap.AKA in saveToSupplicant()
382 || mEapMethod == WifiEnterpriseConfig.Eap.AKA_PRIME; in saveToSupplicant()
392 if (!saver.saveValue(EAP_KEY, Eap.strings[mEapMethod])) { in saveToSupplicant()
396 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) { in saveToSupplicant()
397 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC; in saveToSupplicant()
[all …]