2018-07-31 16:37:07 +02:00
|
|
|
KnownNetwork hierarchy
|
|
|
|
======================
|
|
|
|
|
|
|
|
Service net.connman.iwd
|
2019-10-29 03:16:07 +01:00
|
|
|
Interface net.connman.iwd.KnownNetwork
|
2019-10-28 17:30:44 +01:00
|
|
|
Object path /net/connman/iwd/Xxx
|
2018-07-31 16:37:07 +02:00
|
|
|
|
|
|
|
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]
|
|
|
|
|
2019-08-21 21:25:44 +02:00
|
|
|
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.
|
2018-07-31 16:37:07 +02:00
|
|
|
|
|
|
|
string Type [readonly]
|
|
|
|
|
|
|
|
Contains the type of the network. Possible
|
2019-08-21 21:25:44 +02:00
|
|
|
types are "open", "psk", "8021x" (EAP), "hotspot"
|
2018-07-31 16:37:07 +02:00
|
|
|
|
2018-08-10 03:00:45 +02:00
|
|
|
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
|
2019-04-08 19:17:34 +02:00
|
|
|
net.connman.iwd.Station.ConnectHiddenNetwork() --
|
2018-08-10 03:00:45 +02:00
|
|
|
enables IWD to scan for and show this network in
|
|
|
|
the scan results.
|
|
|
|
|
2018-07-31 16:37:07 +02:00
|
|
|
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.
|
2019-04-08 19:17:33 +02:00
|
|
|
|
2019-10-24 19:38:50 +02:00
|
|
|
boolean AutoConnect [readwrite]
|
2019-04-08 19:17:33 +02:00
|
|
|
|
2019-10-24 19:38:50 +02:00
|
|
|
Setting 'AutoConnect' to False prevents this network
|
2019-04-08 19:17:33 +02:00
|
|
|
from being considered as a candidate for the automatic
|
|
|
|
connection when its BSSIDs are observed in the scan
|
|
|
|
results. The default value is True.
|