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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java299 public static final int GTC = 4; field in class:WifiEnterpriseConfig.Phase2
310 "MSCHAPV2", "GTC", "SIM", "AKA", "AKA'" };
377 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC;
458 * {@link Phase2#GTC}
468 case Phase2.GTC:

Completed in 55 milliseconds