Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiBackupRestoreTest.java390 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testSingleWepNetworkBackupRestore()
616 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testMultipleNetworksAllBackupRestore()
617 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testMultipleNetworksAllBackupRestore()
639 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksNonEnterpriseBackupRestore()
677 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksWithDifferentIpConfigurationsAllBackupRestore()
715 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksSystemAppBackupRestore()
721 WifiConfiguration nonSystemAppWepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksSystemAppBackupRestore()
825 configurations.add(WifiConfigurationTestUtil.createWepNetwork()); in testSingleWepNetworkSupplicantBackupRestore()
878 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksWithDifferentIpConfigurationsAllSupplicantBackupRestore()
929 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testMultipleNetworksAllSupplicantBackupRestoreWithNoIpConfigData()
[all …]
H A DWifiConfigurationUtilTest.java205 WifiConfigurationTestUtil.createWepNetwork(), in testValidatePositiveCases_AsciiSsidString()
442 WifiConfiguration config = WifiConfigurationTestUtil.createWepNetwork(); in testValidatePositiveCases_MaskedWepKeysString()
459 WifiConfiguration config = WifiConfigurationTestUtil.createWepNetwork(); in testValidateNegativeCases_BadWepKeysLength()
476 WifiConfiguration config = WifiConfigurationTestUtil.createWepNetwork(); in testValidateNegativeCases_BadWepTxKeysIndex()
H A DWakeupControllerTest.java395 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in startInitializesWakeupLockWithSavedScanResults()
432 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in startInitializesWakeupLockWithNetworkSuggestions()
H A DConfigurationMapTest.java317 verifyScanResultMatchWithNetwork(WifiConfigurationTestUtil.createWepNetwork()); in testScanResultDoesMatchCorrespondingNetworks()
H A DWifiConfigurationTestUtil.java382 public static WifiConfiguration createWepNetwork() { in createWepNetwork() method in WifiConfigurationTestUtil
392 WifiConfiguration configuration = createWepNetwork(); in createWepHiddenNetwork()
H A DWifiConfigManagerTest.java1147 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testAddSingleWepNetwork()
1309 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testAddUpdateRemoveMultipleNetworks()
1851 WifiConfigurationTestUtil.createWepNetwork()); in testMatchScanDetailToNetworksAndCache()
1873 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testNoMatchScanDetailToNetwork()
2084 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testUpdateWepKeysClearsHasEverConnected()
2100 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in testUpdateWepTxKeyClearsHasEverConnected()
3964 verifyAddNetworkToWifiConfigManager(WifiConfigurationTestUtil.createWepNetwork()); in testRemoveNetworksForUser()
5924 verifyAddNetworkToWifiConfigManager(WifiConfigurationTestUtil.createWepNetwork()); in verifyRemoveNetworksForApp()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DXmlUtilTest.java149 serializeDeserializeWifiConfiguration(WifiConfigurationTestUtil.createWepNetwork()); in testWepWifiConfigurationSerializeDeserialize()