Searched refs:resp_mac (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/ |
D | RangeAwareTest.py | 61 def run_rtt_discovery(self, init_dut, resp_mac=None, resp_peer_id=None): argument 72 asserts.assert_true(resp_mac is not None or resp_peer_id is not None, 75 if resp_mac is not None: 76 id = init_dut.droid.wifiRttStartRangingToAwarePeerMac(resp_mac) 83 if resp_mac is not None: 84 rutils.validate_aware_mac_result(result, resp_mac, "DUT") 190 self.run_rtt_discovery(dut0, resp_mac=mac1)) 198 self.run_rtt_discovery(dut1, resp_mac=mac0)) 334 resp_mac = resp_ident_event['data']['mac'] 348 result = self.run_rtt_discovery(init_dut, resp_mac=resp_mac) [all …]
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/stress/ |
D | StressRangeAwareTest.py | 51 def run_rtt_discovery(self, init_dut, resp_mac=None, resp_peer_id=None): argument 62 asserts.assert_true(resp_mac is not None or resp_peer_id is not None, 65 if resp_mac is not None: 66 id = init_dut.droid.wifiRttStartRangingToAwarePeerMac(resp_mac) 73 if resp_mac is not None: 74 rutils.validate_aware_mac_result(result, resp_mac, "DUT")
|
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/ |
D | DataPathStressTest.py | 78 resp_mac = resp_ident_event['data']['mac'] 103 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac, None)) 109 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac, None))
|
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/ |
D | DataPathTest.py | 277 resp_mac = resp_ident_event["data"]["mac"] 314 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac, passphrase, pmk)) 441 resp_mac = resp_ident_event["data"]["mac"] 446 resp_mac = "00" + resp_mac[2:] 479 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac, init_passphrase, 995 id, resp_mac = autils.attach_with_identity(resp_dut) 1021 init_ids[i], aconsts.DATA_PATH_INITIATOR, resp_mac, None))) 1046 init_ids[N + i], aconsts.DATA_PATH_INITIATOR, resp_mac, None))) 1611 resp_mac = p_mac 1619 resp_mac = s_mac [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/ |
D | aware_test_utils.py | 786 resp_mac): argument 814 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac, None)) 859 resp_mac = resp_ident_event['data']['mac'] 868 init_dut, resp_dut, init_id, init_mac, resp_id, resp_mac)
|
/tools/test/connectivity/acts/tests/google/wifi/aware/performance/ |
D | ThroughputTest.py | 272 resp_id, resp_mac = autils.attach_with_identity(resp_dut) 300 resp_mac, sec))
|
D | LatencyTest.py | 358 resp_mac = resp_ident_event['data']['mac'] 379 init_id, aconsts.DATA_PATH_INITIATOR, resp_mac, None))
|