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()503 if (mEapMethod != Eap.TLS && mEapMethod != Eap.UNAUTH_TLS && mPhase2Method != Phase2.NONE) { in saveToSupplicant()580 return mEapMethod; in getEapMethod()1226 if (mEapMethod == Eap.NONE) { in getKeyId()1337 if (mEapMethod >= 0 && mEapMethod < Eap.strings.length) { in toString()1352 if (mEapMethod == Eap.NONE) { in isEapMethodValid()1356 if (mEapMethod < 0 || mEapMethod >= Eap.strings.length) { in isEapMethodValid()1447 if (mEapMethod == Eap.SIM || mEapMethod == Eap.AKA || mEapMethod == Eap.AKA_PRIME) { in isAuthenticationSimBased()[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