Home
last modified time | relevance | path

Searched refs:resp_mac (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/functional/
DRangeAwareTest.py63 def run_rtt_discovery(self, init_dut, resp_mac=None, resp_peer_id=None): argument
75 resp_mac is not None or resp_peer_id is not None,
78 if resp_mac is not None:
79 id = init_dut.droid.wifiRttStartRangingToAwarePeerMac(resp_mac)
87 if resp_mac is not None:
88 rutils.validate_aware_mac_result(result, resp_mac, "DUT")
199 results01.append(self.run_rtt_discovery(dut0, resp_mac=mac1))
206 results10.append(self.run_rtt_discovery(dut1, resp_mac=mac0))
438 resp_mac = resp_ident_event['data']['mac']
452 result = self.run_rtt_discovery(init_dut, resp_mac=resp_mac)
[all …]
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/stress/
DStressRangeAwareTest.py47 def run_rtt_discovery(self, init_dut, resp_mac=None, resp_peer_id=None): argument
59 resp_mac is not None or resp_peer_id is not None,
62 if resp_mac is not None:
63 id = init_dut.droid.wifiRttStartRangingToAwarePeerMac(resp_mac)
71 if resp_mac is not None:
72 rutils.validate_aware_mac_result(result, resp_mac, "DUT")
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/stress/
DDataPathStressTest.py78 resp_mac = resp_ident_event['data']['mac']
104 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac,
111 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac,
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DDataPathTest.py342 resp_mac = resp_ident_event["data"]["mac"]
383 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac, passphrase,
557 resp_mac = resp_ident_event["data"]["mac"]
562 resp_mac = "00" + resp_mac[2:]
595 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac,
1204 id, resp_mac = autils.attach_with_identity(resp_dut)
1235 init_ids[i], aconsts.DATA_PATH_INITIATOR, resp_mac,
1268 init_ids[N + i], aconsts.DATA_PATH_INITIATOR, resp_mac,
1863 resp_mac = p_mac
1871 resp_mac = s_mac
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/
Daware_test_utils.py953 resp_mac): argument
981 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac, None))
1047 resp_mac = resp_ident_event['data']['mac']
1056 init_mac, resp_id, resp_mac)
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DThroughputTest.py278 resp_id, resp_mac = autils.attach_with_identity(resp_dut)
306 resp_mac, sec))
DLatencyTest.py369 resp_mac = resp_ident_event['data']['mac']
390 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac, None))