Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java141 private int mPhase2Method = Phase2.NONE; field in WifiEnterpriseConfig
159 mPhase2Method = source.mPhase2Method; in WifiEnterpriseConfig()
176 dest.writeInt(mPhase2Method); in writeToParcel()
229 enterpriseConfig.mPhase2Method = in.readInt();
388 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) { in saveToSupplicant()
389 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC; in saveToSupplicant()
391 String value = convertToQuotedString(prefix + Phase2.strings[mPhase2Method]); in saveToSupplicant()
393 } else if (mPhase2Method == Phase2.NONE) { in saveToSupplicant()
427 mPhase2Method = getStringIndex(Phase2.strings, phase2Method, Phase2.NONE); in loadFromSupplicant()
481 mPhase2Method = phase2Method; in setPhase2Method()
[all …]