Home
last modified time | relevance | path

Searched refs:WEP_AUTHENTICATION_OPEN (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/ap_configurators/
Dap_configurator_test.py184 ap_spec.WEP_AUTHENTICATION_OPEN)
197 self.ap.set_security_wep('77777', ap_spec.WEP_AUTHENTICATION_OPEN)
219 ap_spec.WEP_AUTHENTICATION_OPEN)
249 self.ap.set_security_wep('88888', ap_spec.WEP_AUTHENTICATION_OPEN)
292 self.ap.set_security_wep('77777', ap_spec.WEP_AUTHENTICATION_OPEN)
313 self.ap.set_security_wep('77777', ap_spec.WEP_AUTHENTICATION_OPEN)
337 self.ap.set_security_wep('77777', ap_spec.WEP_AUTHENTICATION_OPEN)
Dap_configurator_config.py26 WEP_AUTHENTICATION_OPEN = 'open' variable in APConfiguratorConfig
Dap_spec.py43 WEP_AUTHENTICATION_OPEN = object() variable