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.java147 private int mPhase2Method = Phase2.NONE; field in WifiEnterpriseConfig
189 mPhase2Method = source.mPhase2Method; in copyFrom()
229 dest.writeInt(mPhase2Method); in writeToParcel()
248 enterpriseConfig.mPhase2Method = in.readInt();
376 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) { in saveToSupplicant()
377 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC; in saveToSupplicant()
379 String value = convertToQuotedString(prefix + Phase2.strings[mPhase2Method]); in saveToSupplicant()
381 } else if (mPhase2Method == Phase2.NONE) { in saveToSupplicant()
415 mPhase2Method = getStringIndex(Phase2.strings, phase2Method, Phase2.NONE); in loadFromSupplicant()
472 mPhase2Method = phase2Method; in setPhase2Method()
[all …]