Home
last modified time | relevance | path

Searched refs:createWepNetwork (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java450 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testSingleWepNetworkBackupRestore()
694 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testMultipleNetworksAllBackupRestore()
695 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testMultipleNetworksAllBackupRestore()
717 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksNonEnterpriseBackupRestore()
755 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksWithDifferentIpConfigurationsAllBackupRestore()
793 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksSystemAppBackupRestore()
799 WifiConfiguration nonSystemAppWepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksSystemAppBackupRestore()
903 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testSingleWepNetworkSupplicantBackupRestore()
956 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksWithDifferentIpConfigurationsAllSupplicantBackupRestore()
1007 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksAllSupplicantBackupRestoreWithNoIpConfigData()
[all …]
DWifiConfigurationUtilTest.java238 WifiConfigurationTestUtil.createWepNetwork(), SUPPORTED_FEATURES_ALL, in testValidatePositiveCases_AsciiSsidString()
545 WifiConfiguration config = WifiConfigurationTestUtil.createWepNetwork(); in testValidatePositiveCases_MaskedWepKeysString()
564 WifiConfiguration config = WifiConfigurationTestUtil.createWepNetwork(); in testValidateNegativeCases_BadWepKeysLength()
585 WifiConfiguration config = WifiConfigurationTestUtil.createWepNetwork(); in testValidateNegativeCases_BadWepTxKeysIndex()
DNetworkListStoreDataTest.java1172 verifySerializeDeserializeWithEncryption(WifiConfigurationTestUtil.createWepNetwork()); in testSerializeDeserializeWepNetworkWithEncryption()
1195 verifySerializeSharedConfigurationsEncrypted(WifiConfigurationTestUtil.createWepNetwork(), in serializeSharedConfigurationsWepEncrypted()
DWakeupControllerTest.java434 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in startInitializesWakeupLockWithSavedScanResults()
472 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in startInitializesWakeupLockWithNetworkSuggestions()
DConfigurationMapTest.java329 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createWepNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
DWifiConfigurationTestUtil.java396 public static WifiConfiguration createWepNetwork() { in createWepNetwork() method in WifiConfigurationTestUtil
406 WifiConfiguration configuration = createWepNetwork(); in createWepHiddenNetwork()
DWifiConfigManagerTest.java1378 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testAddSingleWepNetwork()
1541 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testAddUpdateRemoveMultipleNetworks()
2198 WifiConfigurationTestUtil.createWepNetwork()); in testMatchScanDetailToNetworksAndCache()
2220 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testNoMatchScanDetailToNetwork()
2430 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testUpdateWepKeysClearsHasEverConnected()
2446 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testUpdateWepTxKeyClearsHasEverConnected()
4416 verifyAddNetworkToWifiConfigManager(WifiConfigurationTestUtil.createWepNetwork()); in testRemoveNetworksForUser()
6422 verifyAddNetworkToWifiConfigManager(WifiConfigurationTestUtil.createWepNetwork()); in verifyRemoveNetworksForApp()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java153 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testWepWifiConfigurationSerializeDeserializeWithEncryption()
175 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testWepWifiConfigurationSerializeDeserializeWithEncryptionFailed()
200 serializeDeserializeWifiConfiguration(WifiConfigurationTestUtil.createWepNetwork()); in testWepWifiConfigurationSerializeDeserialize()