2016-07-02 16:42:41 +02:00
|
|
|
Network hierarchy
|
|
|
|
=================
|
|
|
|
|
|
|
|
Service net.connman.iwd
|
|
|
|
Interface net.connman.iwd.Network [Experimental]
|
|
|
|
Object path /{phy0,phy1,...}/{1,2,...}/Xxx
|
|
|
|
|
|
|
|
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]
|
|
|
|
|
|
|
|
Reflects whether the device is connected to this
|
|
|
|
network.
|
2016-11-02 15:24:32 +01:00
|
|
|
|
|
|
|
object Device [readonly]
|
|
|
|
|
|
|
|
The object path of the device the network belongs to.
|
2016-11-02 15:24:33 +01:00
|
|
|
|
|
|
|
string Type
|
|
|
|
|
|
|
|
Contains the type of the network. Possible
|
|
|
|
types are "open", "psk", "8021x" (EAP)
|