Home
last modified time | relevance | path

Searched refs:sniffer (Results 1 – 15 of 15) sorted by relevance

/tools/test/connectivity/acts/framework/tests/
DSnifferSanityTest.py18 from acts.controllers.sniffer import Sniffer
38 for sniffer in self.sniffers:
40 with sniffer.start_capture(
44 self.log.info("Capture: %s", sniffer.get_capture_file())
56 for sniffer in self.sniffers:
58 sniffer.start_capture(
61 self.log.info("Capture: %s", sniffer.get_capture_file())
62 sniffer.wait_for_capture(timeout=self._capture_sec)
68 for sniffer in self.sniffers:
70 with sniffer.start_capture(
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/
Dlocal_base.py31 from acts.controllers import sniffer
33 class SnifferLocalBase(sniffer.Sniffer):
52 raise sniffer.InvalidDataError("Empty interface provided")
61 raise sniffer.ExecutionError(err)
88 if sniffer.Sniffer.CONFIG_KEY_CHANNEL in final_configs:
91 str(final_configs[sniffer.Sniffer.CONFIG_KEY_CHANNEL]))
93 raise sniffer.ExecutionError(err)
117 raise sniffer.InvalidOperationError(
132 return sniffer.ActiveCaptureContext(self, duration)
138 raise sniffer.InvalidOperationError(
[all …]
Dtcpdump.py18 from acts.controllers import sniffer
36 raise sniffer.SnifferError(
Dtshark.py18 from acts.controllers import sniffer
35 raise sniffer.SnifferError("Cannot find a path to the 'tshark' "
/tools/test/connectivity/acts/framework/acts/controllers/
Dsniffer.py56 for sniffer in objs:
58 sniffer.stop_capture()
279 def __init__(self, sniffer, timeout=None): argument
280 self._sniffer = sniffer
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/
DWifiP2pRvrTest.py85 self.sniffer = ota_sniffer.create(self.OTASniffer)[0]
256 self.sniffer.start_capture(network={'SSID': 'dummy'},
278 self.sniffer.stop_capture(tag='connection_setup')
281 self.sniffer.stop_capture(tag='connection_setup')
285 self.sniffer.start_capture(network={'SSID': 'dummy'},
306 self.sniffer.stop_capture(tag='connection_setup')
309 self.sniffer.stop_capture(tag='connection_setup')
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTest.py83 self.sniffer = ota_sniffer.create(self.OTASniffer)[0]
435 self.sniffer.start_capture(
471 self.sniffer.stop_capture(tag=str(atten))
596 self.sniffer.start_capture(
610 self.sniffer.stop_capture(tag='connection_setup')
DWifiThroughputStabilityTest.py125 self.sniffer = ota_sniffer.create(self.OTASniffer)[0]
332 self.sniffer.start_capture(
354 self.sniffer.stop_capture()
DWifiTxPowerCheckTest.py117 self.sniffer = ota_sniffer.create(self.OTASniffer)[0]
678 self.sniffer.start_capture(
785 self.sniffer.stop_capture()
DWifiPingTest.py84 self.sniffer = ota_sniffer.create(self.OTASniffer)[0]
315 self.sniffer.start_capture(
410 self.sniffer.stop_capture()
DWifiTdlsRvrTest.py78 self.sniffer = ota_sniffer.create(self.OTASniffer)[0]
DWifiSoftApPerformanceTest.py84 self.sniffer = ota_sniffer.create(self.OTASniffer)[0]
DWifiSensitivityTest.py158 self.sniffer = ota_sniffer.create(self.OTASniffer)[0]
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/
DREADME.md20 sniffer trace and analyze it for validity. These tests are **not** automated.
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DWifiAwareRvrTest.py98 self.sniffer = ota_sniffer.create(self.OTASniffer)[0]