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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java261 public static final class Phase2 { class in class:WifiEnterpriseConfig
277 private Phase2() {} method in class:WifiEnterpriseConfig.Phase2
297 setPhase2Method(Phase2.NONE);
345 * @param phase2Method is the inner authentication method and can be one of {@link Phase2#NONE},
346 * {@link Phase2#PAP}, {@link Phase2#MSCHAP}, {@link Phase2#MSCHAPV2},
347 * {@link Phase2#GTC}
353 case Phase2.NONE:
357 case Phase2
[all...]

Completed in 31 milliseconds