Searched refs:set_ap_spec (Results 1 – 3 of 3) sorted by relevance
512 def set_using_ap_spec(self, set_ap_spec, power_up=True): argument522 self.set_visibility(set_ap_spec.visible)523 if (set_ap_spec.security == ap_spec.SECURITY_TYPE_WPAPSK or524 set_ap_spec.security == ap_spec.SECURITY_TYPE_WPA2PSK):525 self.set_security_wpapsk(set_ap_spec.security, set_ap_spec.password)528 self.set_band(set_ap_spec.band)529 self.set_mode(set_ap_spec.mode)530 self.set_channel(set_ap_spec.channel)535 ap_spec.mode_string_for_mode(set_ap_spec.mode),536 set_ap_spec.channel,[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