Searched refs:attach_with_identity (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/ |
D | DataPathTest.py | 1158 id, init_mac = autils.attach_with_identity(init_dut) 1160 id, resp_mac = autils.attach_with_identity(resp_dut) 1287 id1, mac1 = autils.attach_with_identity(dut1) 1288 id2, mac2 = autils.attach_with_identity(dut2) 1446 id1, mac1 = autils.attach_with_identity(dut1) 1447 id2, mac2 = autils.attach_with_identity(dut2) 1851 p_id2, p_mac = autils.attach_with_identity(p_dut) 1852 s_id2, s_mac = autils.attach_with_identity(s_dut)
|
/tools/test/connectivity/acts/tests/google/wifi/aware/performance/ |
D | ThroughputTest.py | 278 init_id, init_mac = autils.attach_with_identity(init_dut) 279 resp_id, resp_mac = autils.attach_with_identity(resp_dut)
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/ |
D | RangeAwareTest.py | 172 id0, mac0 = autils.attach_with_identity(dut0) 173 id1, mac1 = autils.attach_with_identity(dut1)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/ |
D | aware_test_utils.py | 714 def attach_with_identity(dut): function
|