Home | History | Annotate | Download | only in cros

Lines Matching full:hostapd

12     """Hostapd server instance wrapped in a context manager.
19 with hostapd_server.HostapdServer(interface='veth_master') as hostapd:
20 hostapd.send_eap_packets()
30 dump_file=%(config_directory)s/hostapd.dump
43 CONFIG_FILE = 'hostapd.conf'
44 CONTROL_DIRECTORY = 'hostapd.ctl'
49 HOSTAPD_EXECUTABLE = 'hostapd'
56 USER_FILE = 'hostapd.eap_user'
65 config_directory='/tmp/hostapd-test'):
85 """Write out a hostapd configuration file-set based on the caller
131 """Stop the hostapd server."""
139 """Tests whether the hostapd process is still running.
141 @return True if the hostapd process is still running, False otherwise.
167 # Expected output of "hostapd cli <client_mac_address>":
188 """Send a command to the hostapd instance.
190 @param command string containing the command to run on hostapd.