Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java247 public static WifiConfiguration createOweNetwork() { in createOweNetwork() method in WifiConfigurationTestUtil
248 return createOweNetwork(createNewSSID()); in createOweNetwork()
251 public static WifiConfiguration createOweNetwork(String ssid) { in createOweNetwork() method in WifiConfigurationTestUtil
DWifiBackupRestoreTest.java533 configurations.add(WifiConfigurationTestUtil.createOweNetwork()); in testMultipleNetworksAllBackupRestore()
571 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(); in testMultipleNetworksNonEnterpriseBackupRestore()
DWifiConfigurationUtilTest.java220 WifiConfigurationTestUtil.createOweNetwork(), in testValidatePositiveCases_Ascii()
568 WifiConfiguration config = WifiConfigurationTestUtil.createOweNetwork(); in testValidateNegativeCases_OweMissingPmf()
DWakeupControllerTest.java413 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(quotedSsid2); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
DSupplicantStaNetworkHalTest.java129 WifiConfiguration config = WifiConfigurationTestUtil.createOweNetwork(); in testOweNetworkWifiConfigurationSaveLoad()
DWifiConfigManagerTest.java1549 WifiConfigurationTestUtil.createOweNetwork()); in testMatchScanDetailToNetworksAndCache()
1567 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(); in testNoMatchScanDetailToNetwork()
DWifiMetricsTest.java523 testSavedNetworks.add(WifiConfigurationTestUtil.createOweNetwork()); in buildSavedNetworkList()