Searched refs:mEapMethod (Results 1 – 3 of 3) sorted by relevance
140 private int mEapMethod = Eap.NONE; field in WifiEnterpriseConfig184 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 …]
119 private int mEapMethod; field in SupplicantStaNetworkHal458 eapConfig.setEapMethod(supplicantToWifiConfigurationEapMethod(mEapMethod)); in loadWifiEnterpriseConfig()2201 this.mEapMethod = methodValue; in getEapMethod()
47235 Landroid/net/wifi/WifiEnterpriseConfig;->mEapMethod:I