2016-07-02 16:42:41 +02:00
|
|
|
Network hierarchy
|
|
|
|
=================
|
|
|
|
|
|
|
|
Service net.connman.iwd
|
2019-10-29 03:16:07 +01:00
|
|
|
Interface net.connman.iwd.Network
|
2019-10-28 17:30:44 +01:00
|
|
|
Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}/Xxx
|
2016-07-02 16:42:41 +02:00
|
|
|
|
|
|
|
Methods void Connect()
|
|
|
|
|
|
|
|
Connect to the network. Request the device
|
|
|
|
implied by the object path to connect to specified
|
|
|
|
network.
|
|
|
|
|
|
|
|
Possible errors: net.connman.iwd.Aborted
|
2016-10-03 18:40:40 +02:00
|
|
|
net.connman.iwd.Busy
|
|
|
|
net.connman.iwd.Failed
|
|
|
|
net.connman.iwd.NoAgent
|
|
|
|
net.connman.iwd.NotSupported
|
|
|
|
net.connman.iwd.Timeout
|
2016-10-01 00:03:06 +02:00
|
|
|
net.connman.iwd.InProgress
|
2017-10-26 22:26:03 +02:00
|
|
|
net.connman.iwd.NotConfigured
|
2016-07-02 16:42:41 +02:00
|
|
|
|
|
|
|
Properties string Name [readonly]
|
|
|
|
|
|
|
|
Network SSID
|
|
|
|
|
|
|
|
boolean Connected [readonly]
|
|
|
|
|
2019-10-29 03:23:05 +01:00
|
|
|
Reflects whether the network is currently connected
|
|
|
|
or actively being connected to. This is meant for
|
|
|
|
the application to show a check-box or some other
|
|
|
|
means to notify the user which network is currently
|
|
|
|
selected. Refer to net.connman.iwd.Station
|
|
|
|
documentation for more details if you need to know
|
|
|
|
the actual state of the connection (i.e connecting,
|
|
|
|
connected, etc)
|
2016-11-02 15:24:32 +01:00
|
|
|
|
|
|
|
object Device [readonly]
|
|
|
|
|
2019-10-29 03:23:05 +01:00
|
|
|
The object path of the station the network belongs to.
|
2016-11-02 15:24:33 +01:00
|
|
|
|
2018-08-14 20:29:20 +02:00
|
|
|
string Type [readonly]
|
2016-11-02 15:24:33 +01:00
|
|
|
|
|
|
|
Contains the type of the network. Possible
|
|
|
|
types are "open", "psk", "8021x" (EAP)
|
2018-08-14 20:27:59 +02:00
|
|
|
|
|
|
|
object KnownNetwork [readonly, optional]
|
|
|
|
|
|
|
|
Contains the path of the KnownNetwork object
|
|
|
|
corresponding to this Network. If the network
|
|
|
|
is not provisioned or has not been connected to
|
2020-01-21 07:21:38 +01:00
|
|
|
before, the property is omitted.
|