Home
last modified time | relevance | path

Searched defs:generateWifiConfig (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigurationTestUtil.java116 private static WifiConfiguration generateWifiConfig(int networkId, int uid, String ssid, in generateWifiConfig() method in WifiConfigurationTestUtil
147 public static WifiConfiguration generateWifiConfig(int networkId, int uid, String ssid, in generateWifiConfig() method in WifiConfigurationTestUtil
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointNetworkNominateHelperTest.java103 private static WifiConfiguration generateWifiConfig(String fqdn) { in generateWifiConfig() method in PasspointNetworkNominateHelperTest