Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java81 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in getSimIdentityEapSim()
85 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.PEAP, in getSimIdentityEapSim()
101 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA, in getSimIdentityEapAka()
105 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.PEAP, in getSimIdentityEapAka()
121 WifiConfigurationTestUtil.createEapNetwork( in getSimIdentityEapAkaPrime()
126 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.PEAP, in getSimIdentityEapAkaPrime()
163 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA, in getEncryptedIdentity_WithRfc4648()
196 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.AKA, in getEncryptedIdentityFailed()
215 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in getSimIdentity2DigitMnc()
231 WifiConfigurationTestUtil.createEapNetwork(WifiEnterpriseConfig.Eap.SIM, in getSimIdentityUnknownMccMnc()
[all …]
DXmlUtilTest.java155 WifiConfigurationTestUtil.createEapNetwork()); in testEapWifiConfigurationSerializeDeserialize()
218 WifiConfiguration configuration = WifiConfigurationTestUtil.createEapNetwork(); in testEapWifiConfigurationSerializeDeserializeForConfigStore()
250 WifiConfiguration configuration = WifiConfigurationTestUtil.createEapNetwork(); in testCurrentStatusConfigurationSerializeDeserializeForConfigStore()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationUtilTest.java217 WifiConfigurationTestUtil.createEapNetwork(), in testValidatePositiveCases_Ascii()
794 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentSecurityType()
804 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity()
805 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapIdentity()
817 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity()
818 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsFalseOnDifferentEapAnonymousIdentity()
830 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnDifferentEapAnonymousIdentityInEapSim()
831 WifiConfiguration network2 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); in testIsSameNetworkReturnsTrueOnDifferentEapAnonymousIdentityInEapSim()
846 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testCreatePnoNetworkWithEapNetwork()
864 final WifiConfiguration enabledNetwork1 = WifiConfigurationTestUtil.createEapNetwork(); in testPnoListComparator()
[all …]
DWifiConfigManagerTest.java687 WifiConfiguration suggestionNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testAddSingleSuggestionNetwork()
1416 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateWifiEnterpriseConfig()
1445 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateSingleNetworkWithNullValues()
1488 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testAddSingleNetworkWithNullIpConfigurationFails()
1502 WifiConfiguration network = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateSingleNetworkFailureDoesNotModifyOriginal()
1545 WifiConfigurationTestUtil.createEapNetwork()); in testMatchScanDetailToNetworksAndCache()
1565 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testNoMatchScanDetailToNetwork()
1894 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateEnterpriseConfigClearsHasEverConnected()
1911 WifiConfigurationTestUtil.createEapNetwork(); in testUpdateIgnoresMaskedPasswords()
2043 WifiConfiguration networkWithPasswords = WifiConfigurationTestUtil.createEapNetwork(); in testGetConfiguredNetworksMasksPasswords()
[all …]
DSupplicantStaNetworkHalTest.java227 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapPeapGtcNetworkWifiConfigurationSaveLoad()
238 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneNetworkWifiConfigurationSaveLoad()
249 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneClientCertNetworkWifiConfigurationSaveLoad()
261 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsAkaNetworkWifiConfigurationSaveLoad()
471 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testInvalidEapMethodLoadFailure()
489 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testInvalidEapPhase2MethodLoadFailure()
782 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddFtEapFlags()
825 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddEapSha256Flags()
864 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddEapSha256FlagsHal1_1OrLower()
1023 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testFetchEapAnonymousIdentity()
DNetworkListStoreDataTest.java254 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in getTestNetworksConfig()
449 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in parseNetworkListWithOneNetworkIllegalArgException()
DWifiKeyStoreTest.java162 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testAddFromBothSavedAndSuggestionNetwork()
DWifiConfigurationTestUtil.java342 public static WifiConfiguration createEapNetwork() { in createEapNetwork() method in WifiConfigurationTestUtil
349 public static WifiConfiguration createEapNetwork(String ssid) { in createEapNetwork() method in WifiConfigurationTestUtil
357 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork() method in WifiConfigurationTestUtil
DNetworkSuggestionStoreDataTest.java158 WifiConfiguration configuration = WifiConfigurationTestUtil.createEapNetwork(); in serializeDeserializeSingleNetworkSuggestionFromSingleApp()
DWifiBackupRestoreTest.java436 configurations.add(WifiConfigurationTestUtil.createEapNetwork()); in testSingleEnterpriseNetworkNotBackupRestore()
556 configurations.add(WifiConfigurationTestUtil.createEapNetwork()); in testMultipleNetworksNonEnterpriseBackupRestore()
773 configurations.add(WifiConfigurationTestUtil.createEapNetwork()); in testSingleEnterpriseNetworkNotSupplicantBackupRestore()
DConfigurationMapTest.java278 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createEapNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
DWifiNetworkSuggestionsManagerTest.java315 WifiConfigurationTestUtil.createEapNetwork(), false, false, TEST_UID_1, in testAddRemoveEnterpriseNetworkSuggestion()
318 WifiConfigurationTestUtil.createEapNetwork(), false, false, TEST_UID_2, in testAddRemoveEnterpriseNetworkSuggestion()
338 WifiConfigurationTestUtil.createEapNetwork(), false, false, TEST_UID_1, in testAddRemoveEnterpriseNetworkSuggestion()
1537 WifiConfigurationTestUtil.createEapNetwork(), TEST_BSSID); in testRemoveAppNotMatchingConnectionSuccess()
1570 WifiConfigurationTestUtil.createEapNetwork(), TEST_BSSID); in testRemoveNetworkSuggestionsNotMatchingConnectionSuccessAfterConnectionFailure()
DClientModeImplTest.java1053 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedNoPseudonym()
1104 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonym()
1153 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSetAnonymousIdentityWhenConnectionIsEstablishedWithNonDecoratedPseudonym()
3840 mConnectedNetwork = spy(WifiConfigurationTestUtil.createEapNetwork( in testSupRequestIdentity_setsIdentityResponse()
DWifiNetworkFactoryTest.java2746 WifiConfigurationTestUtil.createEapNetwork()); in getScanResultCapsForType()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointNetworkEvaluatorTest.java410 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in evaluateSIMProviderWithNetworkSupportingEncryptedIMSI()