HomeSort by relevance Sort by last modified time
    Searched refs:HostapdServer (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py 88 'EAP.EAP': hostapd_server.HostapdServer.EAP_TYPE,
89 'EAP.InnerEAP': 'auth=%s' % hostapd_server.HostapdServer.EAP_PHASE2,
90 'EAP.Identity': hostapd_server.HostapdServer.EAP_USERNAME,
91 'EAP.Password': hostapd_server.HostapdServer.EAP_PASSWORD,
112 with hostapd_server.HostapdServer(
  /external/autotest/client/site_tests/network_8021xEapDetection/
network_8021xEapDetection.py 55 with hostapd_server.HostapdServer(
  /external/autotest/client/cros/
hostapd_server.py 11 class HostapdServer(object):
19 with hostapd_server.HostapdServer(interface='veth_master') as hostapd:
66 super(HostapdServer, self).__init__()

Completed in 615 milliseconds