Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java255 private int mEapMethod = Eap.NONE; field in WifiEnterpriseConfig
301 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 …]
/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/
DSupplicantStaNetworkHal.java120 private int mEapMethod; field in SupplicantStaNetworkHal
530 eapConfig.setEapMethod(supplicantToWifiConfigurationEapMethod(mEapMethod)); in loadWifiEnterpriseConfig()
2791 this.mEapMethod = methodValue; in getEapMethod()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1682 Landroid/net/wifi/WifiEnterpriseConfig;->mEapMethod:I