Home
last modified time | relevance | path

Searched refs:MSCHAPV2 (Results 1 – 22 of 22) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationUtilTest.java113 .setPhase2(WifiEnterpriseConfig.Phase2.MSCHAPV2) in testEnterpriseConfigAdded()
140 .setPhase2(WifiEnterpriseConfig.Phase2.MSCHAPV2); in testEnterpriseConfigPhase2ChangeDetected()
155 .setPhase2(WifiEnterpriseConfig.Phase2.MSCHAPV2) in testCaCertificateAddedDetected()
159 .setPhase2(WifiEnterpriseConfig.Phase2.MSCHAPV2) in testCaCertificateAddedDetected()
173 .setPhase2(WifiEnterpriseConfig.Phase2.MSCHAPV2) in testDifferentCaCertificateDetected()
178 .setPhase2(WifiEnterpriseConfig.Phase2.MSCHAPV2) in testDifferentCaCertificateDetected()
192 .setPhase2(WifiEnterpriseConfig.Phase2.MSCHAPV2) in testCaCertificateChangesDetected()
197 .setPhase2(WifiEnterpriseConfig.Phase2.MSCHAPV2) in testCaCertificateChangesDetected()
211 .setPhase2(WifiEnterpriseConfig.Phase2.MSCHAPV2) in testWifiEnterpriseConfigNoChanges()
217 .setPhase2(WifiEnterpriseConfig.Phase2.MSCHAPV2) in testWifiEnterpriseConfigNoChanges()
[all …]
DWifiConfigurationTestUtil.java178 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.MSCHAPV2); in generateWifiConfig()
188 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.MSCHAPV2); in generateWifiConfig()
DInsecureEapNetworkHandlerTest.java713 WifiEnterpriseConfig.Eap.TTLS, WifiEnterpriseConfig.Phase2.MSCHAPV2)); in prepareWifiConfiguration()
1268 WifiEnterpriseConfig.Eap.TTLS, WifiEnterpriseConfig.Phase2.MSCHAPV2)); in configureTofuWithAidlVersion2Value()
DWifiCarrierInfoManagerTest.java875 WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.MSCHAPV2))); in getSimIdentityNonTelephonyConfig()
DWifiMetricsTest.java1846 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.MSCHAPV2); in setupNetworkAndVerify()
7239 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.MSCHAPV2); in testApCapabilitiesReported()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java306 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in eapPhase2MethodForTls()
325 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in eapPhase2None()
472 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in getKeyId()
584 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in eapPhase2MethodForUnauthTls()
602 baseConfig.setPhase2Method(Phase2.MSCHAPV2); in testIsEnterpriseConfigServerCertNotEnabled()
DWifiConfigurationTest.java355 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.MSCHAPV2); in testGetKeyIdForCredentials()
416 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.MSCHAPV2); in testGetKeyIdForCredentialsForSuggestion()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiConfigControllerTest.java589 Phase2.MSCHAPV2); in selectEapMethod_savedAccessPoint_shouldGetCorrectPosition()
598 Phase2.MSCHAPV2); in selectEapMethod_savedAccessPoint_shouldGetCorrectPosition()
DWifiConfigController2Test.java645 Phase2.MSCHAPV2); in selectEapMethod_savedWifiEntry_shouldGetCorrectPosition()
654 Phase2.MSCHAPV2); in selectEapMethod_savedWifiEntry_shouldGetCorrectPosition()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java700 config.enterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in getConfig()
729 config.enterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in getConfig()
1119 case Phase2.MSCHAPV2: in showSecurityFields()
1147 case Phase2.MSCHAPV2: in showSecurityFields()
DWifiConfigController2.java706 config.enterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in getConfig()
735 config.enterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in getConfig()
1133 case Phase2.MSCHAPV2: in showSecurityFields()
1161 case Phase2.MSCHAPV2: in showSecurityFields()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProvider.java95 map.put("MSCHAPV2", WifiEnterpriseConfig.Phase2.MSCHAPV2); in buildPhase2AuthMap()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java1005 phase2Method = WifiEnterpriseConfig.Phase2.MSCHAPV2; in buildEnterpriseConfigForUserCredential()
1115 case WifiEnterpriseConfig.Phase2.MSCHAPV2: in buildUserCredentialFromEnterpriseConfig()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/
DWifiConfigurationProviderTest.java296 wifiConf, WifiEnterpriseConfig.Eap.TTLS, WifiEnterpriseConfig.Phase2.MSCHAPV2); in testEAP_TTLS_MSCHAPV2()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java683 public static final int MSCHAPV2 = 3; field in WifiEnterpriseConfig.Phase2
859 case Phase2.MSCHAPV2: in setPhase2Method()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java1210 || phase2Method == WifiEnterpriseConfig.Phase2.MSCHAPV2 in validateEnterpriseConfig()
DSupplicantStaNetworkHalAidlImpl.java1165 return WifiEnterpriseConfig.Phase2.MSCHAPV2; in supplicantToWifiConfigurationEapPhase2Method()
1213 case WifiEnterpriseConfig.Phase2.MSCHAPV2: in wifiConfigurationToSupplicantEapPhase2Method()
DSupplicantStaNetworkHalHidlImpl.java1136 return WifiEnterpriseConfig.Phase2.MSCHAPV2; in supplicantToWifiConfigurationEapPhase2Method()
1375 case WifiEnterpriseConfig.Phase2.MSCHAPV2: in wifiConfigurationToSupplicantEapPhase2Method()
DWifiMetrics.java800 case WifiEnterpriseConfig.Phase2.MSCHAPV2: in getAuthPhase2MethodProto()
2192 case WifiEnterpriseConfig.Phase2.MSCHAPV2: in toMetricPhase2Method()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java90 private static final int TEST_PHASE2_METHOD = WifiEnterpriseConfig.Phase2.MSCHAPV2;
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java391 assertEquals(WifiEnterpriseConfig.Phase2.MSCHAPV2, in verifyWifiConfigWithTestData()
/packages/modules/Wifi/framework/api/
Dcurrent.txt368 field public static final int MSCHAPV2 = 3; // 0x3