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.py94 def wlanDestroyIface(self, iface_id): argument
103 test_args = {"identifier": iface_id}
162 def wlanQueryInterface(self, iface_id): argument
173 test_args = {'iface_id': iface_id}
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dwlan_controller.py71 def get_wlan_interface_mac_addr_from_id(self, iface_id): argument
81 query_response = self.device.wlan_lib.wlanQueryInterface(iface_id)
84 (iface_id, query_response['error']))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py128 def destroy_wlan_interface(self, iface_id): argument
256 def destroy_wlan_interface(self, iface_id): argument
444 def destroy_wlan_interface(self, iface_id): argument
455 result = self.device.wlan_lib.wlanDestroyIface(iface_id)