Searched refs:attach_with_identity (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/ |
D | DataPathTest.py | 1202 id, init_mac = autils.attach_with_identity(init_dut) 1204 id, resp_mac = autils.attach_with_identity(resp_dut) 1333 id1, mac1 = autils.attach_with_identity(dut1) 1334 id2, mac2 = autils.attach_with_identity(dut2) 1492 id1, mac1 = autils.attach_with_identity(dut1) 1493 id2, mac2 = autils.attach_with_identity(dut2) 1857 p_id2, p_mac = autils.attach_with_identity(p_dut) 1858 s_id2, s_mac = autils.attach_with_identity(s_dut)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/ |
D | ThroughputTest.py | 277 init_id, init_mac = autils.attach_with_identity(init_dut) 278 resp_id, resp_mac = autils.attach_with_identity(resp_dut)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/functional/ |
D | RangeAwareTest.py | 173 id0, mac0 = autils.attach_with_identity(dut0) 174 id1, mac1 = autils.attach_with_identity(dut1)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/ |
D | aware_test_utils.py | 778 def attach_with_identity(dut): function
|