Home
last modified time | relevance | path

Searched refs:setPhase2Method (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java251 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in eapPhase2MethodForTls()
270 mEnterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in eapPhase2None()
275 mEnterpriseConfig.setPhase2Method(Phase2.NONE); in eapPhase2None()
283 mEnterpriseConfig.setPhase2Method(Phase2.GTC); in peapGtcToTtls()
296 mEnterpriseConfig.setPhase2Method(Phase2.GTC); in ttlsGtcToPeap()
309 mEnterpriseConfig.setPhase2Method(Phase2.SIM); in peapSimAkaAkaPrime()
313 mEnterpriseConfig.setPhase2Method(Phase2.AKA); in peapSimAkaAkaPrime()
316 mEnterpriseConfig.setPhase2Method(Phase2.AKA_PRIME); in peapSimAkaAkaPrime()
329 enterpriseConfig.setPhase2Method(Phase2.GTC); in copyConstructor()
345 enterpriseConfig.setPhase2Method(Phase2.GTC); in copyFromExternal()
[all …]
DWifiConfigurationTest.java312 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.NONE); in testGetKeyIdForCredentials()
319 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.MSCHAPV2); in testGetKeyIdForCredentials()
327 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.GTC); in testGetKeyIdForCredentials()
335 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.NONE); in testGetKeyIdForCredentials()
373 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.NONE); in testGetKeyIdForCredentialsForSuggestion()
380 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.MSCHAPV2); in testGetKeyIdForCredentialsForSuggestion()
388 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.GTC); in testGetKeyIdForCredentialsForSuggestion()
396 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.NONE); in testGetKeyIdForCredentialsForSuggestion()
DWifiNetworkSuggestionTest.java168 enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.GTC); in testWifiNetworkSuggestionBuilderForWpa3EapNetwork()
DWifiNetworkSpecifierTest.java111 enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.GTC); in testWifiNetworkSpecifierBuilderForWpa2EapHiddenNetworkWithSsidAndBssid()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java361 configuration.enterpriseConfig.setPhase2Method(phase2Method); in createEapNetwork()
372 configuration.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.NONE); in createEapSuiteBNetwork()
461 config.setPhase2Method(WifiEnterpriseConfig.Phase2.GTC); in createPEAPWifiEnterpriseConfigWithGTCPhase2()
470 config.setPhase2Method(WifiEnterpriseConfig.Phase2.NONE); in createTLSWifiEnterpriseConfigWithNonePhase2()
479 config.setPhase2Method(WifiEnterpriseConfig.Phase2.AKA); in createTLSWifiEnterpriseConfigWithAkaPhase2()
DWifiConfigurationUtilTest.java1027 enterpriseConfig.setPhase2Method(phase2Method); in setPhase2()
DWifiConfigManagerTest.java1415 network.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.NONE); in testUpdateWifiEnterpriseConfig()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java380 config.setPhase2Method(TEST_PHASE2_METHOD); in testWifiEnterpriseConfigSerializeDeserialize()
407 config.setPhase2Method(TEST_PHASE2_METHOD); in testWifiEnterpriseConfigSerializeDeserializeThrowsIllegalArgException()
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java431 setPhase2Method(Phase2.NONE); in setEapMethod()
464 public void setPhase2Method(int phase2Method) { in setPhase2Method() method in WifiEnterpriseConfig
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DWifiConfigurationHelper.java136 config.enterpriseConfig.setPhase2Method(phase2); in createEapConfig()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java643 config.setPhase2Method(phase2Method); in buildEnterpriseConfigForUserCredential()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java1131 enterpriseConfig.setPhase2Method((int) value); in parseFromXml()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1234 wifiConfig.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.PAP); in addLegacyPasspointConfigWithUserCredential()
1286 wifiConfig.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.PAP); in addLegacyPasspointConfigWithUserCredentialWithoutCaCert()
DPasspointProviderTest.java1166 wifiConfig.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.PAP); in convertFromWifiConfigWithUserCredential()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java474 eapConfig.setPhase2Method( in loadWifiEnterpriseConfig()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17986 method public void setPhase2Method(int);
/frameworks/base/api/
Dcurrent.txt29723 method public void setPhase2Method(int);