Home
last modified time | relevance | path

Searched refs:attach_with_identity (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DDataPathTest.py1155 id, init_mac = autils.attach_with_identity(init_dut)
1157 id, resp_mac = autils.attach_with_identity(resp_dut)
1284 id1, mac1 = autils.attach_with_identity(dut1)
1285 id2, mac2 = autils.attach_with_identity(dut2)
1443 id1, mac1 = autils.attach_with_identity(dut1)
1444 id2, mac2 = autils.attach_with_identity(dut2)
1848 p_id2, p_mac = autils.attach_with_identity(p_dut)
1849 s_id2, s_mac = autils.attach_with_identity(s_dut)
/tools/test/connectivity/acts/tests/google/wifi/aware/performance/
DThroughputTest.py275 init_id, init_mac = autils.attach_with_identity(init_dut)
276 resp_id, resp_mac = autils.attach_with_identity(resp_dut)
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DRangeAwareTest.py168 id0, mac0 = autils.attach_with_identity(dut0)
169 id1, mac1 = autils.attach_with_identity(dut1)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py714 def attach_with_identity(dut): function