| hostapd_config.py | 226 def hidden(self): member in class:HostapdConfig 227 """Returns: bool, True if the ssid is hidden, false otherwise.""" 230 @hidden.setter 231 def hidden(self, value): member in class:HostapdConfig 232 """Sets if this ssid is hidden. 235 value: bool, If true the ssid will be hidden. 237 self.hidden = value 313 hidden=False, 345 hidden: bool, Should the ssid be hidden [all...] |