Home
last modified time | relevance | path

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

/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py68 capture_host = utils.allocate_packet_capturer(lock_manager)
71 utils.sanitize_client(capture_host)
72 capturer = site_linux_system.LinuxSystem(capture_host, {},
76 iw_command = iw_runner.IwRunner(capture_host)
80 capturer_info = capture_host.run('cat /etc/lsb-release',
164 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_APSupportedRates/
Dnetwork_WiFi_APSupportedRates.py92 self.context.capture_host.board == 'whirlwind'):
97 self.context.capture_host.start_capture(
104 results = self.context.capture_host.stop_capture()
/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_SimpleConnect/
Dnetwork_WiFi_SimpleConnect.py29 self.context.capture_host.start_capture(router_conf.frequency,
53 self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_VisibleScan/
Dnetwork_WiFi_VisibleScan.py34 self.context.capture_host.start_capture(
47 results = self.context.capture_host.stop_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_SetOptionalDhcpProperties/
Dnetwork_WiFi_SetOptionalDhcpProperties.py68 self.context.capture_host.start_capture(
75 results = 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.py65 def capture_host(self): member in WiFiTestContextManager
192 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_BSSTMReq/
Dnetwork_WiFi_BSSTMReq.py43 self.context.capture_host.start_capture(router1_conf.frequency)
97 self.context.capture_host.stop_capture()
/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_RateControl/
Dnetwork_WiFi_RateControl.py133 self.context.capture_host.start_capture(
144 results = self.context.capture_host.stop_capture()
/external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
Dnetwork_WiFi_ChannelScanDwellTime.py138 self.context.capture_host.start_capture(self.FREQUENCY_MHZ)
169 pcap_path = self.context.capture_host.stop_capture()[0].local_pcap_path
/external/autotest/server/cros/clique_lib/
Dclique_runner.py222 capture_host = utils.allocate_packet_capturer(
225 capture_host, {}, 'packet_capturer')
/external/autotest/docs/
Dwifi-basics-codelab.md119 at `self.context.capture_host`. Before the testing starts, the test begins
126 capture_results = self.context.capture_host.stop_capture()