Home
last modified time | relevance | path

Searched refs:send_link_probes (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/
DWifiLinkProbeTest.py91 results = wutils.send_link_probes(
120 wutils.send_link_probes(self.dut, NUM_LINK_PROBES, PROBE_DELAY_SEC)
DWifiChaosTest.py213 def send_link_probes(self, network): member in WifiChaosTest
223 results = wutils.send_link_probes(
DWifiMacRandomizationTest.py529 wutils.send_link_probes(self.dut, 3, 3)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py2270 def send_link_probes(ad, num_probes, delay_sec): function