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

/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
H A DWifiEnterpriseConfigTest.java166 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2);
168 assertEquals("\"auth=MSCHAPV2\"", getSupplicantPhase2Method());
173 assertEquals("\"auth=MSCHAPV2\"", getSupplicantPhase2Method());
185 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2);
187 assertEquals("\"auth=MSCHAPV2\"", getSupplicantPhase2Method());
254 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java779 .setPhase2(Phase2.MSCHAPV2)
783 .setPhase2(Phase2.MSCHAPV2)
1487 .setPhase2(Phase2.MSCHAPV2)
1511 EnterpriseConfig eapConfig = new EnterpriseConfig(Eap.TTLS).setPhase2(Phase2.MSCHAPV2);
1524 .setPhase2(Phase2.MSCHAPV2)
1528 .setPhase2(Phase2.MSCHAPV2)
1542 .setPhase2(Phase2.MSCHAPV2)
1547 .setPhase2(Phase2.MSCHAPV2)
1561 .setPhase2(Phase2.MSCHAPV2)
1566 .setPhase2(Phase2.MSCHAPV2)
[all...]
/frameworks/base/packages/Osu/src/com/android/configparse/
H A DConfigBuilder.java252 return WifiEnterpriseConfig.Phase2.MSCHAPV2;
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java323 public static final int MSCHAPV2 = 3; field in class:WifiEnterpriseConfig.Phase2
330 "MSCHAPV2", "GTC" };
469 * {@link Phase2#PAP}, {@link Phase2#MSCHAP}, {@link Phase2#MSCHAPV2},
479 case Phase2.MSCHAPV2:
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java315 if ("MSCHAPV2".equalsIgnoreCase(phase2)) {
316 return WifiEnterpriseConfig.Phase2.MSCHAPV2;
321 throw new IllegalArgumentException("Phase2 must be one of PAP, MSCHAP, MSCHAPV2, or GTC");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DConfigBuilder.java386 return WifiEnterpriseConfig.Phase2.MSCHAPV2;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DCredential.java212 case WifiEnterpriseConfig.Phase2.MSCHAPV2:

Completed in 268 milliseconds