Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java401 private int mEapMethod = Eap.NONE; field in WifiEnterpriseConfig
523 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 …]
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaTypeData.java99 private final String mEapMethod; field in EapSimAkaTypeData.EapSimAkaTypeDataDecoder
111 this.mEapMethod = eapMethod; in EapSimAkaTypeDataDecoder()
178 msg.append(mEapMethod); in logDecodedEapSimAkaTypeData()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImpl.java140 private int mEapMethod; field in SupplicantStaNetworkHalAidlImpl
573 eapConfig.setEapMethod(supplicantToWifiConfigurationEapMethod(mEapMethod)); in loadWifiEnterpriseConfig()
2633 mEapMethod = mISupplicantStaNetwork.getEapMethod(); in getEapMethod()
DSupplicantStaNetworkHalHidlImpl.java122 private int mEapMethod; field in SupplicantStaNetworkHalHidlImpl
542 eapConfig.setEapMethod(supplicantToWifiConfigurationEapMethod(mEapMethod)); in loadWifiEnterpriseConfig()
2814 this.mEapMethod = methodValue; in getEapMethod()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1682 Landroid/net/wifi/WifiEnterpriseConfig;->mEapMethod:I