Searched refs:attach_with_identity (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/aware/performance/ |
D | ThroughputTest.py | 271 init_id, init_mac = autils.attach_with_identity(init_dut) 272 resp_id, resp_mac = autils.attach_with_identity(resp_dut)
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/ |
D | RangeAwareTest.py | 163 id0, mac0 = autils.attach_with_identity(dut0) 164 id1, mac1 = autils.attach_with_identity(dut1)
|
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/ |
D | DataPathTest.py | 993 id, init_mac = autils.attach_with_identity(init_dut) 995 id, resp_mac = autils.attach_with_identity(resp_dut) 1101 id1, mac1 = autils.attach_with_identity(dut1) 1102 id2, mac2 = autils.attach_with_identity(dut2) 1226 id1, mac1 = autils.attach_with_identity(dut1) 1227 id2, mac2 = autils.attach_with_identity(dut2) 1605 p_id2, p_mac = autils.attach_with_identity(p_dut) 1606 s_id2, s_mac = autils.attach_with_identity(s_dut)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/ |
D | aware_test_utils.py | 645 def attach_with_identity(dut): function
|