Searched refs:wlan_devices (Results 1 – 2 of 2) sorted by relevance
58 def create(config, identifier=None, wlan_devices=None, access_points=None): argument89 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): argument124 for wd in wlan_devices:
134 self.wlan_devices = [147 wlan_devices=self.wlan_devices)169 wlan_devices=self.wlan_devices)203 for wlan_device in self.wlan_devices: