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.py85 def wlanDestroyIface(self, iface_id): argument
94 test_args = {"identifier": iface_id}
118 def wlanStatus(self, iface_id=None): argument
131 if iface_id:
132 test_args = {'iface_id': iface_id}
164 def wlanQueryInterface(self, iface_id): argument
175 test_args = {'iface_id': iface_id}
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py128 def destroy_wlan_interface(self, iface_id): argument
253 def destroy_wlan_interface(self, iface_id): argument
435 def destroy_wlan_interface(self, iface_id): argument
446 result = self.device.sl4f.wlan_lib.wlanDestroyIface(iface_id)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DChannelSwitchTest.py365 for iface_id in iface_ids:
366 query = self.dut.device.sl4f.wlan_lib.wlanQueryInterface(iface_id)
371 status = self.dut.device.sl4f.wlan_lib.wlanStatus(iface_id)