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.java246 public static WifiConfiguration createOweNetwork() { in createOweNetwork() method in WifiConfigurationTestUtil
247 return createOweNetwork(createNewSSID()); in createOweNetwork()
250 public static WifiConfiguration createOweNetwork(String ssid) { in createOweNetwork() method in WifiConfigurationTestUtil
DWifiConfigurationUtilTest.java220 WifiConfigurationTestUtil.createOweNetwork(), in testValidatePositiveCases_Ascii()
568 WifiConfiguration config = WifiConfigurationTestUtil.createOweNetwork(); in testValidateNegativeCases_OweMissingPmf()
DWifiBackupRestoreTest.java533 configurations.add(WifiConfigurationTestUtil.createOweNetwork()); in testMultipleNetworksAllBackupRestore()
571 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(); in testMultipleNetworksNonEnterpriseBackupRestore()
DWakeupControllerTest.java409 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(quotedSsid2); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
DSupplicantStaNetworkHalTest.java129 WifiConfiguration config = WifiConfigurationTestUtil.createOweNetwork(); in testOweNetworkWifiConfigurationSaveLoad()
DWifiConfigManagerTest.java1492 WifiConfigurationTestUtil.createOweNetwork()); in testMatchScanDetailToNetworksAndCache()
1510 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(); in testNoMatchScanDetailToNetwork()
DWifiMetricsTest.java525 testSavedNetworks.add(WifiConfigurationTestUtil.createOweNetwork()); in buildSavedNetworkList()