Searched refs:set_ap_spec (Results 1 – 3 of 3) sorted by relevance
562 def set_using_ap_spec(self, set_ap_spec, power_up=True): argument572 self.set_visibility(set_ap_spec.visible)573 if (set_ap_spec.security == ap_spec.SECURITY_TYPE_WPAPSK or574 set_ap_spec.security == ap_spec.SECURITY_TYPE_WPA2PSK or575 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 …]
178 def set_using_ap_spec(self, set_ap_spec, power_up=True): argument
117 def set_using_ap_spec(self, set_ap_spec, power_up=True): argument