Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java423 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in getSimIdentityEapSim()
430 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.PEAP, in getSimIdentityEapSim()
447 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA, in getSimIdentityEapAka()
454 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.PEAP, in getSimIdentityEapAka()
471 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA_PRIME, in getSimIdentityEapAkaPrime()
478 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.PEAP, in getSimIdentityEapAkaPrime()
516 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA, in getEncryptedIdentity_WithRfc4648()
552 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA, in getEncryptedIdentityFailed()
572 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in getSimIdentity2DigitMnc()
589 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in getSimIdentityUnknownMccMnc()
[all …]
DWifiConfigurationUtilTest.java194 WifiConfigurationTestUtil.createEapNetwork(), in testValidatePositiveCases_Ascii()
779 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentSecurityType()
789 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity()
790 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity()
802 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity()
803 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity()
815 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnDifferentEapAnonymousIdentityInEapSim()
816 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnDifferentEapAnonymousIdentityInEapSim()
831 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testCreatePnoNetworkWithEapNetwork()
849 final WifiConfiguration enabledNetwork1 = WifiConfigurationTestUtil.createEapNetwork(); in testPnoListComparator()
[all …]
DWifiKeyStoreTest.java151 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddKeysForAppInstalledCerts()
174 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testAddRemoveFromBothSavedAndSuggestionNetwork()
211 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapNetwork(); in test_remove_empty_alias_enterprise_config()
DSupplicantStaNetworkHalTest.java264 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapPeapGtcNetworkWifiConfigurationSaveLoad()
275 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneNetworkWifiConfigurationSaveLoad()
286 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneClientCertNetworkWifiConfigurationSaveLoad()
302 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneClientCertNetworkWithOcspWifiConfigurationSaveLoad()
315 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsAkaNetworkWifiConfigurationSaveLoad()
383 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testTLSWifiEnterpriseConfigWithFilsEapErp()
765 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddFtEapFlags()
807 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddEapSha256Flags()
845 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddEapSha256FlagsHal1_1OrLower()
860 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testOcspStatusHal1_2OrLower()
[all …]
DWifiConfigManagerTest.java880 WifiConfiguration suggestionNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testAddSingleSuggestionNetwork()
1673 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateWifiEnterpriseConfig()
1703 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateSingleNetworkWithNullValues()
1745 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testAddSingleNetworkWithNullIpConfigurationFails()
1759 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateSingleNetworkFailureDoesNotModifyOriginal()
1802 WifiConfigurationTestUtil.createEapNetwork()); in testMatchScanDetailToNetworksAndCache()
1822 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testNoMatchScanDetailToNetwork()
2176 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateEnterpriseConfigClearsHasEverConnected()
3755 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateSingleNetworkWithKeysUpdate()
3795 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testDump()
[all …]
DNetworkListStoreDataTest.java376 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in getTestNetworksConfig()
590 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in parseNetworkListWithOneNetworkIllegalArgException()
DWifiConfigurationTestUtil.java356 public static WifiConfiguration createEapNetwork() { in createEapNetwork() method in WifiConfigurationTestUtil
363 public static WifiConfiguration createEapNetwork(String ssid) { in createEapNetwork() method in WifiConfigurationTestUtil
371 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork() method in WifiConfigurationTestUtil
DWifiNetworkSuggestionsManagerTest.java399 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true); in testAddRemoveEnterpriseNetworkSuggestion()
401 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true); in testAddRemoveEnterpriseNetworkSuggestion()
420 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true); in testAddRemoveEnterpriseNetworkSuggestion()
435 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true); in testAddInsecureEnterpriseNetworkSuggestion()
443 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true); in testAddInsecureEnterpriseNetworkSuggestion()
1923 WifiConfigurationTestUtil.createEapNetwork(), TEST_BSSID); in testRemoveAppNotMatchingConnectionSuccess()
1959 WifiConfigurationTestUtil.createEapNetwork(), TEST_BSSID); in testRemoveNetworkSuggestionsNotMatchingConnectionSuccessAfterConnectionFailure()
3211 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in testAddSimCredentialNetworkWithoutCarrierPrivileges()
3235 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in testAddSimCredentialNetworkWithCarrierPrivileges()
3260 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in testAddSimCredentialNetworkWithCarrierProvisionPermission()
[all …]
DWifiBackupRestoreTest.java478 configurations.add(WifiConfigurationTestUtil.createEapNetwork()); in testSingleEnterpriseNetworkNotBackupRestore()
598 configurations.add(WifiConfigurationTestUtil.createEapNetwork()); in testMultipleNetworksNonEnterpriseBackupRestore()
815 configurations.add(WifiConfigurationTestUtil.createEapNetwork()); in testSingleEnterpriseNetworkNotSupplicantBackupRestore()
DConfigurationMapTest.java283 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createEapNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
DNetworkSuggestionStoreDataTest.java290 WifiConfiguration configuration = WifiConfigurationTestUtil.createEapNetwork(); in serializeDeserializeSingleNetworkSuggestionFromSingleApp()
DWifiNetworkSelectorTestUtil.java149 savedConfigs[i] = WifiConfigurationTestUtil.createEapNetwork( in setupScanDetailsAndConfigForEapSimNetwork()
DWifiConnectivityManagerTest.java2996 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoList()
3041 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListFrequencies()
3098 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListOrder()
DClientModeImplTest.java1060 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in setupEapSimConnection()
1136 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedNoPseudonym()
1191 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonym()
1244 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedWithNonDecoratedPseudonym()
4152 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSupRequestIdentity_setsIdentityResponse()
DWifiNetworkFactoryTest.java2765 WifiConfigurationTestUtil.createEapNetwork()); in getScanResultCapsForType()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java156 WifiConfigurationTestUtil.createEapNetwork()); in testEapWifiConfigurationSerializeDeserialize()
219 WifiConfiguration configuration = WifiConfigurationTestUtil.createEapNetwork(); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
249 WifiConfiguration configuration = WifiConfigurationTestUtil.createEapNetwork(); in testCurrentStatusConfigurationSerializeDeserializeForConfigStore()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointNetworkNominateHelperTest.java333 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in evaluateSIMProviderWithNetworkSupportingEncryptedIMSI()