/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConfigurationUtilTest.java | 113 .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 …]
|
D | WifiConfigurationTestUtil.java | 178 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.MSCHAPV2); in generateWifiConfig() 188 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.MSCHAPV2); in generateWifiConfig()
|
D | InsecureEapNetworkHandlerTest.java | 713 WifiEnterpriseConfig.Eap.TTLS, WifiEnterpriseConfig.Phase2.MSCHAPV2)); in prepareWifiConfiguration() 1268 WifiEnterpriseConfig.Eap.TTLS, WifiEnterpriseConfig.Phase2.MSCHAPV2)); in configureTofuWithAidlVersion2Value()
|
D | WifiCarrierInfoManagerTest.java | 875 WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.MSCHAPV2))); in getSimIdentityNonTelephonyConfig()
|
D | WifiMetricsTest.java | 1846 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/ |
D | WifiEnterpriseConfigTest.java | 306 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()
|
D | WifiConfigurationTest.java | 355 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/ |
D | WifiConfigControllerTest.java | 589 Phase2.MSCHAPV2); in selectEapMethod_savedAccessPoint_shouldGetCorrectPosition() 598 Phase2.MSCHAPV2); in selectEapMethod_savedAccessPoint_shouldGetCorrectPosition()
|
D | WifiConfigController2Test.java | 645 Phase2.MSCHAPV2); in selectEapMethod_savedWifiEntry_shouldGetCorrectPosition() 654 Phase2.MSCHAPV2); in selectEapMethod_savedWifiEntry_shouldGetCorrectPosition()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigController.java | 700 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()
|
D | WifiConfigController2.java | 706 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/ |
D | WifiConfigurationProvider.java | 95 map.put("MSCHAPV2", WifiEnterpriseConfig.Phase2.MSCHAPV2); in buildPhase2AuthMap()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointProvider.java | 1005 phase2Method = WifiEnterpriseConfig.Phase2.MSCHAPV2; in buildEnterpriseConfigForUserCredential() 1115 case WifiEnterpriseConfig.Phase2.MSCHAPV2: in buildUserCredentialFromEnterpriseConfig()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/ |
D | WifiConfigurationProviderTest.java | 296 wifiConf, WifiEnterpriseConfig.Eap.TTLS, WifiEnterpriseConfig.Phase2.MSCHAPV2); in testEAP_TTLS_MSCHAPV2()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiEnterpriseConfig.java | 683 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/ |
D | WifiConfigurationUtil.java | 1210 || phase2Method == WifiEnterpriseConfig.Phase2.MSCHAPV2 in validateEnterpriseConfig()
|
D | SupplicantStaNetworkHalAidlImpl.java | 1165 return WifiEnterpriseConfig.Phase2.MSCHAPV2; in supplicantToWifiConfigurationEapPhase2Method() 1213 case WifiEnterpriseConfig.Phase2.MSCHAPV2: in wifiConfigurationToSupplicantEapPhase2Method()
|
D | SupplicantStaNetworkHalHidlImpl.java | 1136 return WifiEnterpriseConfig.Phase2.MSCHAPV2; in supplicantToWifiConfigurationEapPhase2Method() 1375 case WifiEnterpriseConfig.Phase2.MSCHAPV2: in wifiConfigurationToSupplicantEapPhase2Method()
|
D | WifiMetrics.java | 800 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/ |
D | XmlUtilTest.java | 90 private static final int TEST_PHASE2_METHOD = WifiEnterpriseConfig.Phase2.MSCHAPV2;
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointProviderTest.java | 391 assertEquals(WifiEnterpriseConfig.Phase2.MSCHAPV2, in verifyWifiConfigWithTestData()
|
/packages/modules/Wifi/framework/api/ |
D | current.txt | 368 field public static final int MSCHAPV2 = 3; // 0x3
|