Home
last modified time | relevance | path

Searched refs:wlanGetIfaceIdList (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dwlan_controller.py52 response = self.device.wlan_lib.wlanGetIfaceIdList()
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dwlan_lib.py109 def wlanGetIfaceIdList(self): member in FuchsiaWlanLib
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/facade/
DWlanDeprecatedConfigurationTest.py67 wlan_ifaces = self.dut.wlan_lib.wlanGetIfaceIdList()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py438 return self.device.wlan_lib.wlanGetIfaceIdList().get('result')
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DSoftApTest.py350 wlan_ifaces = self.dut.device.wlan_lib.wlanGetIfaceIdList()