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

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

Completed in 909 milliseconds