Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dwlan_lib.py95 def wlanDestroyIface(self, iface_id): argument
104 test_args = {"identifier": iface_id}
134 def wlanStatus(self, iface_id=None): argument
147 if iface_id:
148 test_args = {'iface_id': iface_id}
186 def wlanQueryInterface(self, iface_id): argument
197 test_args = {'iface_id': iface_id}
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py129 def destroy_wlan_interface(self, iface_id): argument
258 def destroy_wlan_interface(self, iface_id): argument
447 def destroy_wlan_interface(self, iface_id): argument
458 result = self.device.wlan_lib.wlanDestroyIface(iface_id)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DChannelSwitchTest.py364 for iface_id in iface_ids:
365 query = self.dut.device.wlan_lib.wlanQueryInterface(iface_id)
370 status = self.dut.device.wlan_lib.wlanStatus(iface_id)