Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwmm_transceiver.py58 def create(config, identifier=None, wlan_devices=None, access_points=None): argument
89 if wlan_devices is None:
90 wlan_devices = []
100 wd = _find_wlan_device(config['wlan_device'], wlan_devices)
111 def _find_wlan_device(wlan_device_identifier, wlan_devices): argument
124 for wd in wlan_devices:
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanWmmTest.py134 self.wlan_devices = [
147 wlan_devices=self.wlan_devices)
169 wlan_devices=self.wlan_devices)
203 for wlan_device in self.wlan_devices: