Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java667 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in getSimIdentityEapSim()
674 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.PEAP, in getSimIdentityEapSim()
691 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA, in getSimIdentityEapAka()
698 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.PEAP, in getSimIdentityEapAka()
715 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA_PRIME, in getSimIdentityEapAkaPrime()
722 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.PEAP, in getSimIdentityEapAkaPrime()
763 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA, in getEncryptedIdentity_WithRfc4648()
785 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA, in getEncryptedIdentityWithOobPseudonymEnabled()
823 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA, in getEncryptedIdentityFailed()
842 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in getSimIdentity2DigitMnc()
[all …]
DWifiConfigurationUtilTest.java241 WifiConfigurationTestUtil.createEapNetwork(), SUPPORTED_FEATURES_ALL, in testValidatePositiveCases_AsciiSsidString()
995 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentSecurityType()
1005 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity()
1006 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity()
1018 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity()
1019 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity()
1031 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnValueOnDifferentEapAnonymousIdentityInEapSim()
1032 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnValueOnDifferentEapAnonymousIdentityInEapSim()
1085 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testCreatePnoNetworkWithEapNetwork()
1103 final WifiConfiguration enabledNetwork1 = WifiConfigurationTestUtil.createEapNetwork(); in testPnoListComparator()
[all …]
DSupplicantStaNetworkHalAidlImplTest.java252 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapPeapGtcNetworkWifiConfigurationSaveLoad()
263 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneNetworkWifiConfigurationSaveLoad()
274 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneClientCertNetworkWifiConfigurationSaveLoad()
287 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneClientCertNetworkWithOcspWifiConfigurationSaveLoad()
300 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsAkaNetworkWifiConfigurationSaveLoad()
338 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testTLSWifiEnterpriseConfigWithFilsEapErp()
638 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddFtEapFlags()
682 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddEapSha256Flags()
1032 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testFetchEapAnonymousIdentity()
1046 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testSetPmkCache()
[all …]
DWifiConfigurationTestUtil.java421 public static WifiConfiguration createEapNetwork() { in createEapNetwork() method in WifiConfigurationTestUtil
422 return createEapNetwork(createNewSSID()); in createEapNetwork()
425 public static WifiConfiguration createEapNetwork(String ssid) { in createEapNetwork() method in WifiConfigurationTestUtil
426 return createEapNetwork(ssid, in createEapNetwork()
432 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork() method in WifiConfigurationTestUtil
433 return createEapNetwork(createNewSSID(), eapMethod, phase2Method); in createEapNetwork()
436 public static WifiConfiguration createEapNetwork(String ssid, int eapMethod, int phase2Method) { in createEapNetwork() method in WifiConfigurationTestUtil
DSupplicantStaNetworkHalHidlImplTest.java334 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapPeapGtcNetworkWifiConfigurationSaveLoad()
345 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneNetworkWifiConfigurationSaveLoad()
356 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneClientCertNetworkWifiConfigurationSaveLoad()
372 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneClientCertNetworkWithOcspWifiConfigurationSaveLoad()
385 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsAkaNetworkWifiConfigurationSaveLoad()
453 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testTLSWifiEnterpriseConfigWithFilsEapErp()
828 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddFtEapFlags()
876 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddEapSha256Flags()
920 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddEapSha256FlagsHal1_1OrLower()
938 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testOcspStatusHal1_2OrLower()
[all …]
DWifiKeyStoreTest.java184 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddKeysForAppInstalledCerts()
207 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testAddRemoveFromBothSavedAndSuggestionNetwork()
244 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapNetwork(); in test_remove_empty_alias_enterprise_config()
707 final WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateKeysKeyChainAliasNotGranted()
720 final WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateKeysKeyChainAliasGranted()
DWifiNetworkSuggestionsManagerTest.java481 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true, in testAddRemoveEnterpriseNetworkSuggestion()
484 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true, in testAddRemoveEnterpriseNetworkSuggestion()
504 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true, in testAddRemoveEnterpriseNetworkSuggestion()
523 final WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddNetworkSuggestionWithInvalidKeyChainKeyAlias()
544 final WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddNetworkSuggestionWithValidKeyChainKeyAlias()
564 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true, in testAddInsecureEnterpriseNetworkSuggestion()
573 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true, in testAddInsecureEnterpriseNetworkSuggestion()
587 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true, in testAddOemPaidNetworkSuggestionOnPreSDevices()
601 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true, in testAddOemPrivateNetworkSuggestionOnPreSDevices()
614 WifiConfigurationTestUtil.createEapNetwork(), null, false, false, true, true, in testSetSubscriptionIdOnPreSDevices()
[all …]
DWifiConfigManagerTest.java1218 WifiConfiguration suggestionNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testAddSingleSuggestionNetwork()
1960 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateWifiEnterpriseConfig()
1989 WifiConfiguration externalConfig = WifiConfigurationTestUtil.createEapNetwork(); in testWifiEnterpriseConfigProtectedFields()
2145 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testAddSingleNetworkWithNullIpConfigurationFails()
2159 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateSingleNetworkFailureDoesNotModifyOriginal()
2202 WifiConfigurationTestUtil.createEapNetwork()); in testMatchScanDetailToNetworksAndCache()
2222 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testNoMatchScanDetailToNetwork()
2491 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateEnterpriseConfigClearsHasEverConnected()
4608 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateSingleNetworkWithKeysUpdate()
4648 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testDump()
[all …]
DWifiBackupRestoreTest.java583 configurations.add(WifiConfigurationTestUtil.createEapNetwork()); in testSingleEnterpriseNetworkNotBackupRestore()
721 configurations.add(WifiConfigurationTestUtil.createEapNetwork()); in testMultipleNetworksNonEnterpriseBackupRestore()
938 configurations.add(WifiConfigurationTestUtil.createEapNetwork()); in testSingleEnterpriseNetworkNotSupplicantBackupRestore()
DInsecureEapNetworkHandlerTest.java712 WifiConfiguration config = spy(WifiConfigurationTestUtil.createEapNetwork( in prepareWifiConfiguration()
1056 WifiConfiguration anotherEapConfig = spy(WifiConfigurationTestUtil.createEapNetwork( in verifyUserApprovalIsNotNeededWithDifferentTargetConfig()
1267 WifiConfiguration config = spy(WifiConfigurationTestUtil.createEapNetwork( in configureTofuWithAidlVersion2Value()
DNetworkListStoreDataTest.java868 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in parseNetworkListWithOneNetworkIllegalArgException()
1076 WifiConfiguration wpa3EapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testMalformedConfigKeyInTheXml()
DConfigurationMapTest.java330 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createEapNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
DNetworkSuggestionStoreDataTest.java298 WifiConfiguration configuration = WifiConfigurationTestUtil.createEapNetwork(); in serializeDeserializeSingleNetworkSuggestionFromSingleApp()
DScanResultMatchInfoTest.java454 WifiConfigurationTestUtil.createEapNetwork("\"Downgrade\""); in testWpa3EnterpriseToWpa2EnterpriseDoesNotDowngrade()
DWifiNetworkSelectorTestUtil.java155 savedConfigs[i] = WifiConfigurationTestUtil.createEapNetwork( in setupScanDetailsAndConfigForEapSimNetwork()
DClientModeImplTest.java1552 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in setupEapSimConnection()
1786 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedNoPseudonym()
1842 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonym()
1899 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedWithNonDecoratedPseudonym()
1956 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonymForSuggestion()
2014 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testUpdatePseudonymAsInBandPseudonymWhenConnectionIsEstablished()
2063 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonymForPasspoint()
6536 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSupRequestIdentity_setsIdentityResponse()
9751 WifiConfiguration eapTlsConfig = spy(WifiConfigurationTestUtil.createEapNetwork( in setupTrustOnFirstUse()
DWifiConnectivityManagerTest.java5735 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoList()
5738 WifiConfiguration network4 = WifiConfigurationTestUtil.createEapNetwork( in testRetrievePnoList()
5803 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListFrequencies()
5867 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoListOrder()
DWifiServiceImplTest.java5668 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in connectToSimBasedNetworkWhenSimPresent()
5692 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in connectToSimBasedNetworkWhenSimAbsent()
5715 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in connectToSimBasedNetworkRequiresImsiEncryptionButNotReady()
5740 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in connectToSimBasedNetworkOobPseudonymEnabledButNotAvailable()
5766 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in connectToSimBasedNetworkWhenOobPseudonymEnabledAndAvailable()
6744 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork( in testFactoryReset()
DWifiNetworkFactoryTest.java3965 WifiConfigurationTestUtil.createEapNetwork()); in getScanResultCapsForType()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java210 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapWifiConfigurationSerializeDeserialize()
225 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testTofuEapWifiConfigurationSerializeDeserialize()
290 WifiConfiguration configuration = WifiConfigurationTestUtil.createEapNetwork(); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
320 WifiConfiguration configuration = WifiConfigurationTestUtil.createEapNetwork(); in testCurrentStatusConfigurationSerializeDeserializeForConfigStore()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DUtilsTest.java248 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testGetRoamingType()
DPasspointNetworkNominateHelperTest.java418 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in evaluateSIMProviderWithNetworkSupportingEncryptedIMSI()
DPasspointManagerTest.java3086 config = WifiConfigurationTestUtil.createEapNetwork(); in testHandleTermsAndConditionsEvent()