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.py182 ap_spec.WEP_AUTHENTICATION_OPEN)
195 self.ap.set_security_wep('77777', ap_spec.WEP_AUTHENTICATION_OPEN)
217 ap_spec.WEP_AUTHENTICATION_OPEN)
247 self.ap.set_security_wep('88888', ap_spec.WEP_AUTHENTICATION_OPEN)
290 self.ap.set_security_wep('77777', ap_spec.WEP_AUTHENTICATION_OPEN)
311 self.ap.set_security_wep('77777', ap_spec.WEP_AUTHENTICATION_OPEN)
335 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