HomeSort by relevance Sort by last modified time
    Searched refs:iw_runner (Results 1 - 25 of 26) sorted by null

1 2

  /external/autotest/client/common_lib/cros/network/
iw_runner_unittest.py 11 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
68 HT20_IW_BSS = iw_runner.IwBss('aa:aa:aa:aa:aa:aa', 2412,
69 'support_ht20', iw_runner.SECURITY_OPEN,
70 iw_runner.HT20, -50.00)
80 HT20_2_IW_BSS = iw_runner.IwBss('11:11:11:11:11:11', 2462,
81 'support_ht20', iw_runner.SECURITY_WPA,
82 iw_runner.HT40_BELOW, -42.00)
92 HT40_ABOVE_IW_BSS = iw_runner.IwBss('bb:bb:bb:bb:bb:bb', 5180,
94 iw_runner.SECURITY_WPA2,
95 iw_runner.HT40_ABOVE, -55.00
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/
network_WiFi_ChaosConfigSniffer.py 10 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
23 networks = wifi_client.iw_runner.wait_for_scan_result(
48 if (network.security == iw_runner.SECURITY_WPA or
49 network.security == iw_runner.SECURITY_WPA2 or
50 network.security == iw_runner.SECURITY_MIXED):
  /external/autotest/server/site_tests/network_WiFi_ChannelHop/
network_WiFi_ChannelHop.py 6 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
34 iw_runner.IW_LINK_KEY_FREQUENCY,
76 iw_runner.IW_LINK_KEY_FREQUENCY,
  /external/autotest/client/site_tests/network_WlanRegulatory/
network_WlanRegulatory.py 11 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
53 self._iw = iw_runner.IwRunner()
  /external/autotest/server/site_tests/network_WiFi_BeaconInterval/
network_WiFi_BeaconInterval.py 5 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
28 iw_runner.IW_LINK_KEY_BEACON_INTERVAL,
  /external/autotest/server/site_tests/network_WiFi_DTIMPeriod/
network_WiFi_DTIMPeriod.py 5 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
45 iw_runner.IW_LINK_KEY_DTIM_PERIOD,
  /external/autotest/server/site_tests/network_WiFi_Prefer5Ghz/
network_WiFi_Prefer5Ghz.py 5 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
33 iw_runner.IW_LINK_KEY_FREQUENCY,
  /external/autotest/server/site_tests/network_WiFi_RegDomain/
network_WiFi_RegDomain.py 11 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
59 Converts phy information from iw_runner.IwRunner.list_phys()
64 @param phy_list The return value of iw_runner.IwRunner.list_phys()
79 if iw_runner.CHAN_FLAG_DISABLED in flags:
81 elif (iw_runner.CHAN_FLAG_PASSIVE_SCAN in flags or
82 iw_runner.CHAN_FLAG_NO_IR in flags):
148 iw_runner.IwRunner(dut_host).list_phys())
203 if iw_runner.IwRunner(client.host).timed_scan(
286 iw_runner.IwRunner(self.host).get_regulatory_domain(),
  /external/autotest/server/site_tests/network_WiFi_RoamDbus/
network_WiFi_RoamDbus.py 8 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
35 runner = iw_runner.IwRunner(remote_host=self.context.client.host)
91 current_bssid = self.context.client.iw_runner.get_current_bssid(interface)
  /external/autotest/server/site_tests/network_WiFi_SSIDSwitchBack/
network_WiFi_SSIDSwitchBack.py 6 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
49 iw_runner.IW_LINK_KEY_FREQUENCY,
102 iw_runner.IW_LINK_KEY_FREQUENCY,
  /external/autotest/server/cros/network/
chaos_clique_utils.py 12 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
125 networks = client.iw_runner.wait_for_scan_result(
229 if (security == iw_runner.SECURITY_MIXED and
231 securities = [iw_runner.SECURITY_WPA, iw_runner.SECURITY_WPA2]
235 elif (security == iw_runner.SECURITY_MIXED and
237 securities = [iw_runner.SECURITY_WPA2]
259 networks = capturer.iw_runner.wait_for_scan_result(
wifi_client.py 19 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
343 devs = self.iw_runner.list_interfaces(desired_if_type='managed')
494 @param iw_link_key string one of IW_LINK_KEY_* defined in iw_runner.
510 @param iw_link_key string one of IW_LINK_KEY_* defined in iw_runner.
513 return self.iw_runner.get_link_value(self.wifi_if, iw_link_key)
550 scan_result = self.iw_runner.timed_scan(
595 bss_list = self.iw_runner.scan(
619 bss_list = self.iw_runner.scan(
    [all...]
connection_worker.py 9 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
54 iw = iw_runner.IwRunner(remote_host=work_client_host)
  /external/autotest/server/cros/ap_configurators/
ap_spec.py 5 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
32 SECURITY_TYPE_DISABLED = iw_runner.SECURITY_OPEN
33 SECURITY_TYPE_WEP = iw_runner.SECURITY_WEP
34 SECURITY_TYPE_WPAPSK = iw_runner.SECURITY_WPA
35 SECURITY_TYPE_WPA2PSK = iw_runner.SECURITY_WPA2
37 SECURITY_TYPE_MIXED = iw_runner.SECURITY_MIXED
  /external/autotest/server/
site_linux_system.py 16 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
91 self.iw_runner = iw_runner.IwRunner(remote_host=self.host,
97 for interface in self.iw_runner.list_interfaces():
104 self.iw_runner.remove_interface(interface.if_name)
124 self._phy_list = self.iw_runner.list_phys()
243 self.iw_runner.remove_interface(interface)
297 if any([iw_runner.DEV_MODE_IBSS in phy.modes
469 self.iw_runner.add_interface(phy, net_dev.if_name, phytype)
512 self.iw_runner.set_freq(net_dev.if_name, frequency
    [all...]
site_linux_router.py 208 self.iw_runner.set_regulatory_domain('US')
275 interface, self.iw_runner.get_interface(interface).phy,
438 self.iw_runner.set_tx_power(interface, 'auto')
460 self.iw_runner.ibss_join(interface, ssid, config.frequency)
734 interface = self.iw_runner.get_interface(
781 self.iw_runner.ibss_leave(instance.interface)
786 self.iw_runner.disconnect_station(instance.interface)
    [all...]
  /external/autotest/server/site_tests/brillo_WifiInterfaceTest/
brillo_WifiInterfaceTest.py 9 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
56 iw = iw_runner.IwRunner(remote_host=host)
  /external/autotest/server/site_tests/network_WiFi_LinkMonitorFailure/
network_WiFi_LinkMonitorFailure.py 47 with self.context.client.iw_runner.get_event_logger() as logger:
  /external/autotest/server/site_tests/network_WiFi_BgscanBackoff/
network_WiFi_BgscanBackoff.py 9 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
57 iw = iw_runner.IwRunner(remote_host=self.context.client.host)
  /external/autotest/server/site_tests/network_WiFi_PMKSACaching/
network_WiFi_PMKSACaching.py 10 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
34 runner = iw_runner.IwRunner(remote_host=self.context.client.host)
  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 9 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
56 phys = iw_runner.IwRunner(
  /external/autotest/server/site_tests/buffet_PrivetSetupFlow/
buffet_PrivetSetupFlow.py 11 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
76 bss_list = self._router.iw_runner.scan(scan_interface)
85 dut_iw_runner = iw_runner.IwRunner(remote_host=host)
  /external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/
network_WiFi_MalformedProbeResp.py 60 bss_list = self.context.client.iw_runner.scan(
  /external/autotest/server/cros/chaos_lib/
chaos_runner.py 14 from autotest_lib.client.common_lib.cros.network import iw_runner namespace
78 iw_command = iw_runner.IwRunner(capture_host)
  /external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
network_WiFi_ChannelScanDwellTime.py 134 bss_list = self.context.client.iw_runner.scan(

Completed in 319 milliseconds

1 2