HomeSort by relevance Sort by last modified time
    Searched refs:network1 (Results 1 - 10 of 10) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WakeupConfigStoreDataTest.java 140 ScanResultMatchInfo network1 = new ScanResultMatchInfo(); local
141 network1.networkSsid = "ssid 1";
142 network1.networkType = 0;
152 Set<ScanResultMatchInfo> networks = Sets.newArraySet(network1, network2, network3);
WifiConfigManagerTest.java 1556 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); local
1634 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); local
1671 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); local
1720 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); local
1761 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); local
1790 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); local
1830 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); local
2010 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); local
2070 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(); local
2917 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); local
3064 WifiConfiguration network1 = WifiConfigurationTestUtil.createWepHiddenNetwork(); local
3101 WifiConfiguration network1 = new WifiConfiguration(); local
3137 WifiConfiguration network1 = new WifiConfiguration(); local
    [all...]
WifiConfigurationUtilTest.java 551 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); local
552 assertTrue(WifiConfigurationUtil.isSameNetwork(network, network1));
563 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID); local
564 network1.getNetworkSelectionStatus().setNetworkSelectionBSSID(TEST_BSSID_1);
565 assertTrue(WifiConfigurationUtil.isSameNetwork(network, network1));
575 WifiConfiguration network1 = WifiConfigurationTestUtil.createPskNetwork(TEST_SSID_1); local
576 assertFalse(WifiConfigurationUtil.isSameNetwork(network, network1));
586 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); local
587 assertFalse(WifiConfigurationUtil.isSameNetwork(network, network1));
596 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID) local
609 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(TEST_SSID); local
    [all...]
  /system/connectivity/wificond/tests/
scan_settings_unittest.cpp 154 PnoNetwork network, network1; local
158 network1.ssid_ =
160 network1.is_hidden_ = false;
166 pno_settings.pno_networks_ = {network, network1};
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java     [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiNetworkScoreCacheTest.java 210 ScoredNetwork network1 = mValidScoredNetwork; local
215 mScoreCache.updateScores(ImmutableList.of(network1));
  /prebuilts/go/darwin-x86/src/net/
listen_test.go 158 network1, address1 string // first listener
234 if !testableListenArgs(tt.network1, JoinHostPort(tt.address1, "0"), "") {
235 t.Logf("skipping %s test", tt.network1+" "+tt.address1)
253 ln1, firstErr = Listen(tt.network1, JoinHostPort(tt.address1, port))
257 if err := checkFirstListener(tt.network1, ln1); err != nil {
282 network1, address1 string // first listener
324 if !testableListenArgs(tt.network1, JoinHostPort(tt.address1, "0"), "") {
325 t.Logf("skipping %s test", tt.network1+" "+tt.address1)
343 c1, firstErr = ListenPacket(tt.network1, JoinHostPort(tt.address1, port))
347 if err := checkFirstListener(tt.network1, c1); err != nil
    [all...]
  /prebuilts/go/linux-x86/src/net/
listen_test.go 158 network1, address1 string // first listener
234 if !testableListenArgs(tt.network1, JoinHostPort(tt.address1, "0"), "") {
235 t.Logf("skipping %s test", tt.network1+" "+tt.address1)
253 ln1, firstErr = Listen(tt.network1, JoinHostPort(tt.address1, port))
257 if err := checkFirstListener(tt.network1, ln1); err != nil {
282 network1, address1 string // first listener
324 if !testableListenArgs(tt.network1, JoinHostPort(tt.address1, "0"), "") {
325 t.Logf("skipping %s test", tt.network1+" "+tt.address1)
343 c1, firstErr = ListenPacket(tt.network1, JoinHostPort(tt.address1, port))
347 if err := checkFirstListener(tt.network1, c1); err != nil
    [all...]
  /external/webrtc/webrtc/base/
network_unittest.cc 837 Network network1("test_wifi", "Test Network Adapter 1",
841 network1.AddIP(IPAddress(0x12345678));
844 Network* net1 = new Network(network1);
864 // Now network1 is inactive. Try to merge it again.
866 list.push_back(new Network(network1));
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiManagerTest.py 152 def get_enabled_network(self, network1, network2):
156 network1: dict representing a network.
164 enabled = network1
165 if wifi_info[WifiEnums.SSID_KEY] == network1[WifiEnums.SSID_KEY]:
    [all...]

Completed in 343 milliseconds