| KnownNetwork hierarchy |
| ====================== |
| |
| Service net.connman.iwd |
| Interface net.connman.iwd.KnownNetwork |
| Object path /net/connman/iwd/Xxx |
| |
| Methods void Forget() |
| |
| Removes the network from the 'known networks' list and |
| removes any associated configuration data. If the |
| network is currently connected, then it is immediately |
| disconnected. |
| |
| Properties string Name [readonly] |
| |
| Contains the Name of the network. This is usually the |
| SSID, unless the network is a hotspot. In the hotspot |
| case the Name is obtained from the provisioning file. |
| |
| string Type [readonly] |
| |
| Contains the type of the network. Possible |
| types are "open", "psk", "8021x" (EAP), "hotspot" |
| |
| bool Hidden [readonly] |
| |
| True if this is a hidden network. The existence of |
| an object with this property set to True -- either |
| preprovisioned or created after a successful |
| net.connman.iwd.Station.ConnectHiddenNetwork() -- |
| enables IWD to scan for and show this network in |
| the scan results. |
| |
| string LastConnectedTime [readonly, optional] |
| |
| Contains the last time this network has been |
| successfully connected to. The time is given as a |
| ISO 8601-formatted string. If the network is known |
| but has never been successfully connected to, |
| this property is not visible. |
| |
| boolean AutoConnect [readwrite] |
| |
| Setting 'AutoConnect' to False prevents this network |
| from being considered as a candidate for the automatic |
| connection when its BSSIDs are observed in the scan |
| results. The default value is True. |