OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSCHAPV2
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java
64
config.setPhase2Method(Phase2.
MSCHAPV2
);
65
assertTrue(config.getPhase2Method() == Phase2.
MSCHAPV2
);
/frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java
239
public static final int
MSCHAPV2
= 3;
244
public static final String[] strings = {EMPTY_VALUE, "PAP", "MSCHAP", "
MSCHAPV2
", "GTC" };
295
* {@link Phase2#PAP}, {@link Phase2#MSCHAP}, {@link Phase2#
MSCHAPV2
},
308
case Phase2.
MSCHAPV2
:
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java
272
} else if (phase2Value.equals("
MSCHAPV2
")) {
273
config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.
MSCHAPV2
);
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
384
config.enterpriseConfig.setPhase2Method(Phase2.
MSCHAPV2
);
604
case Phase2.
MSCHAPV2
:
639
* phase2:
MSCHAPV2
, GTC
649
* phase2: PAP, MSCHAP,
MSCHAPV2
, GTC
[
all
...]
/prebuilts/sdk/current/
android.jar
Completed in 202 milliseconds