Home
last modified time | relevance | path

Searched refs:get_current_softap_infos (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiBridgedApTest.py176 infos = wutils.get_current_softap_infos(ad, callbackId, True)
238 infos = wutils.get_current_softap_infos(self.dut, callbackId, True)
701 infos = wutils.get_current_softap_infos(self.dut, callbackId, True)
777 infos = wutils.get_current_softap_infos(self.dut, callbackId, True)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py2439 def get_current_softap_infos(ad, callbackId, need_to_wait): function