Searched refs:mEapMethod (Results 1 – 4 of 4) sorted by relevance
255 private int mEapMethod = Eap.NONE; field in WifiEnterpriseConfig301 mEapMethod = source.mEapMethod; in copyFrom()344 dest.writeInt(mEapMethod); in writeToParcel()367 enterpriseConfig.mEapMethod = in.readInt();487 boolean shouldNotWriteAnonIdentity = mEapMethod == WifiEnterpriseConfig.Eap.SIM in saveToSupplicant()488 || mEapMethod == WifiEnterpriseConfig.Eap.AKA in saveToSupplicant()489 || mEapMethod == WifiEnterpriseConfig.Eap.AKA_PRIME; in saveToSupplicant()499 if (!saver.saveValue(EAP_KEY, Eap.strings[mEapMethod])) { in saveToSupplicant()503 if (mEapMethod != Eap.TLS && mEapMethod != Eap.UNAUTH_TLS && mPhase2Method != Phase2.NONE) { in saveToSupplicant()504 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC; in saveToSupplicant()[all …]
99 private final String mEapMethod; field in EapSimAkaTypeData.EapSimAkaTypeDataDecoder111 this.mEapMethod = eapMethod; in EapSimAkaTypeDataDecoder()178 msg.append(mEapMethod); in logDecodedEapSimAkaTypeData()
120 private int mEapMethod; field in SupplicantStaNetworkHal530 eapConfig.setEapMethod(supplicantToWifiConfigurationEapMethod(mEapMethod)); in loadWifiEnterpriseConfig()2791 this.mEapMethod = methodValue; in getEapMethod()
1682 Landroid/net/wifi/WifiEnterpriseConfig;->mEapMethod:I