Searched refs:mEapMethod (Results 1 – 5 of 5) sorted by relevance
401 private int mEapMethod = Eap.NONE; field in WifiEnterpriseConfig523 mEapMethod = source.mEapMethod; in copyFrom()568 dest.writeInt(mEapMethod); in writeToParcel()590 enterpriseConfig.mEapMethod = in.readInt();746 boolean shouldNotWriteAnonIdentity = mEapMethod == WifiEnterpriseConfig.Eap.SIM in saveToSupplicant()747 || mEapMethod == WifiEnterpriseConfig.Eap.AKA in saveToSupplicant()748 || mEapMethod == WifiEnterpriseConfig.Eap.AKA_PRIME; in saveToSupplicant()762 if (!saver.saveValue(EAP_KEY, Eap.strings[mEapMethod])) { in saveToSupplicant()766 if (mEapMethod != Eap.TLS && mEapMethod != Eap.UNAUTH_TLS && mPhase2Method != Phase2.NONE) { in saveToSupplicant()767 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()
140 private int mEapMethod; field in SupplicantStaNetworkHalAidlImpl573 eapConfig.setEapMethod(supplicantToWifiConfigurationEapMethod(mEapMethod)); in loadWifiEnterpriseConfig()2633 mEapMethod = mISupplicantStaNetwork.getEapMethod(); in getEapMethod()
122 private int mEapMethod; field in SupplicantStaNetworkHalHidlImpl542 eapConfig.setEapMethod(supplicantToWifiConfigurationEapMethod(mEapMethod)); in loadWifiEnterpriseConfig()2814 this.mEapMethod = methodValue; in getEapMethod()
1682 Landroid/net/wifi/WifiEnterpriseConfig;->mEapMethod:I