Home
last modified time | relevance | path

Searched refs:create_oob_ndp (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DProtocolsTest.py55 resp_ipv6) = autils.create_oob_ndp(init_dut, resp_dut)
151 init_ipv6, resp_ipv6) = autils.create_oob_ndp(
195 resp_ipv6) = autils.create_oob_ndp(init_dut, resp_dut)
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/
DInfraAssociationStressTest.py83 resp_ipv6) = autils.create_oob_ndp(init_dut, resp_dut)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py977 def create_oob_ndp(init_dut, resp_dut): function