Home | History | Annotate | Download | only in controllers

Lines Matching refs:hostapd

27 from acts.controllers.ap_lib import hostapd
83 _ApInstance = collections.namedtuple('_ApInstance', ['hostapd', 'subnet'])
132 # the hostapd instance running against the interface.
148 Bring down hostapd if instance is running, bring down all bridge
153 # Unused interfaces such as existing hostapd daemon, guest, mesh
157 self.ssh.run('stop hostapd')
159 self.log.debug('No hostapd running')
175 self.log.exception('Unable to bring down hostapd. Rebooting.')
191 will start up hostapd on that interface. Next a subnet is created for
199 directly into the hostapd config file. This
238 apd = hostapd.Hostapd(self.ssh, interface)
239 new_instance = _ApInstance(hostapd=apd, subnet=subnet)
254 # hostapd interfaces and not the DHCP servers for each
283 # hostapd and assigns the DHCP scopes that were defined but
284 # not used during the hostapd loop above. The k and v
349 instance.hostapd.stop()