Home
last modified time | relevance | path

Searched refs:capture_host (Results 1 – 20 of 20) sorted by relevance

/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py69 capture_host = utils.allocate_packet_capturer(
73 utils.sanitize_client(capture_host)
74 capturer = site_linux_system.LinuxSystem(capture_host, {},
78 iw_command = iw_runner.IwRunner(capture_host)
82 capturer_info = capture_host.run('cat /etc/lsb-release',
166 capture_host, {},'packet_capturer')
Dchaos_runner.py75 capture_host = utils.allocate_packet_capturer(
79 utils.sanitize_client(capture_host)
80 capturer = site_linux_system.LinuxSystem(capture_host, {},
84 iw_command = iw_runner.IwRunner(capture_host)
88 capturer_info = capture_host.run('cat /etc/lsb-release',
211 capture_host, {},'packet_capturer')
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
Dnetwork_WiFi_DarkResumeActiveScans.py33 results = self.context.capture_host.stop_capture()
79 self.context.capture_host.start_capture(
118 self.context.capture_host.start_capture(
/external/autotest/server/site_tests/network_WiFi_HiddenScan/
Dnetwork_WiFi_HiddenScan.py25 self.context.capture_host.start_capture(
39 results = self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_RxFrag/
Dnetwork_WiFi_RxFrag.py38 self.context.capture_host.start_capture(configuration.frequency)
50 self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dnetwork_WiFi_SimpleConnect.py30 self.context.capture_host.start_capture(router_conf.frequency,
57 self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_SetOptionalDhcpProperties/
Dnetwork_WiFi_SetOptionalDhcpProperties.py68 self.context.capture_host.start_capture(
75 results = self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_VisibleScan/
Dnetwork_WiFi_VisibleScan.py36 self.context.capture_host.start_capture(
49 results = self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_Regulatory/
Dnetwork_WiFi_Regulatory.py35 self.context.capture_host.start_capture(
68 self.context.capture_host.stop_capture()
/external/autotest/server/cros/network/
Drandom_mac_address_test_base.py45 self.context.capture_host.start_capture(
74 results = self.context.capture_host.stop_capture()
Dwifi_test_context_manager.py64 def capture_host(self): member in WiFiTestContextManager
183 self.capture_host.start_capture(ap_config.frequency,
/external/autotest/server/site_tests/network_WiFi_PTK/
Dnetwork_WiFi_PTK.py41 self.context.capture_host.start_capture(ap_config.frequency)
64 self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
Dnetwork_WiFi_LowInitialBitrates.py89 self.context.capture_host.start_capture(
96 results = self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_RegDomain/
Dnetwork_WiFi_RegDomain.py108 wifi_context.capture_host.start_capture(frequency,
125 wifi_context.capture_host.stop_capture()
263 wifi_context.client, wifi_context.capture_host,
/external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/
Dnetwork_WiFi_MalformedProbeResp.py40 self.context.capture_host.start_capture(
87 self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_OverlappingBSSScan/
Dnetwork_WiFi_OverlappingBSSScan.py81 self.context.capture_host.start_capture(
89 self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_TDLSPing/
Dnetwork_WiFi_TDLSPing.py42 self.context.capture_host.start_capture(frequency)
55 results = self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_RateControl/
Dnetwork_WiFi_RateControl.py134 self.context.capture_host.start_capture(
145 results = self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
Dnetwork_WiFi_ChannelScanDwellTime.py132 self.context.capture_host.start_capture(self.FREQUENCY_MHZ)
159 pcap_path = self.context.capture_host.stop_capture()[0].local_pcap_path
/external/autotest/server/cros/clique_lib/
Dclique_runner.py225 capture_host = utils.allocate_packet_capturer(
228 capture_host, {}, 'packet_capturer')