Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java140 private int mEapMethod = Eap.NONE; field in WifiEnterpriseConfig
184 mEapMethod = source.mEapMethod; in copyFrom()
226 dest.writeInt(mEapMethod); in writeToParcel()
247 enterpriseConfig.mEapMethod = in.readInt();
362 boolean shouldNotWriteAnonIdentity = mEapMethod == WifiEnterpriseConfig.Eap.SIM in saveToSupplicant()
363 || mEapMethod == WifiEnterpriseConfig.Eap.AKA in saveToSupplicant()
364 || mEapMethod == WifiEnterpriseConfig.Eap.AKA_PRIME; in saveToSupplicant()
374 if (!saver.saveValue(EAP_KEY, Eap.strings[mEapMethod])) { in saveToSupplicant()
378 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) { in saveToSupplicant()
379 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC; in saveToSupplicant()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java119 private int mEapMethod; field in SupplicantStaNetworkHal
458 eapConfig.setEapMethod(supplicantToWifiConfigurationEapMethod(mEapMethod)); in loadWifiEnterpriseConfig()
2201 this.mEapMethod = methodValue; in getEapMethod()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt47235 Landroid/net/wifi/WifiEnterpriseConfig;->mEapMethod:I