Searched defs:Phase2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java147 private int mPhase2Method = Phase2.NONE;
290 public static final class Phase2 { class in class:WifiEnterpriseConfig
313 private Phase2() {} method in class:WifiEnterpriseConfig.Phase2
376 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) {
377 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC;
378 String prefix = is_autheap ? Phase2.AUTHEAP_PREFIX : Phase2.AUTH_PREFIX;
379 String value = convertToQuotedString(prefix + Phase2.strings[mPhase2Method]);
381 } else if (mPhase2Method == Phase2.NONE) {
410 if (phase2Method.startsWith(Phase2
[all...]

Completed in 2737 milliseconds