Home
last modified time | relevance | path

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

/external/autotest/server/cros/ap_configurators/
Ddynamic_ap_configurator.py562 def set_using_ap_spec(self, set_ap_spec, power_up=True): argument
572 self.set_visibility(set_ap_spec.visible)
573 if (set_ap_spec.security == ap_spec.SECURITY_TYPE_WPAPSK or
574 set_ap_spec.security == ap_spec.SECURITY_TYPE_WPA2PSK or
575 set_ap_spec.security == ap_spec.SECURITY_TYPE_MIXED):
576 self.set_security_wpapsk(set_ap_spec.security, set_ap_spec.password)
577 elif set_ap_spec.security == ap_spec.SECURITY_TYPE_WEP:
578 self.set_security_wep(set_ap_spec.security, set_ap_spec.password)
581 self.set_band(set_ap_spec.band)
582 self.set_mode(set_ap_spec.mode)
[all …]
Dap_configurator.py178 def set_using_ap_spec(self, set_ap_spec, power_up=True): argument
Dstatic_ap_configurator.py117 def set_using_ap_spec(self, set_ap_spec, power_up=True): argument