2016-07-02 16:42:41 +02:00
|
|
|
Device hierarchy
|
|
|
|
================
|
|
|
|
|
|
|
|
Service net.connman.iwd
|
|
|
|
Interface net.connman.iwd.Device [Experimental]
|
|
|
|
Object path /{phy0,phy1,...}/{1,2,...}
|
|
|
|
|
|
|
|
Properties string Name [readonly]
|
|
|
|
|
|
|
|
Device's interface name
|
|
|
|
|
|
|
|
string Address [readonly]
|
|
|
|
|
|
|
|
Interface's hardware address in the XX:XX:XX:XX:XX:XX
|
|
|
|
format
|
|
|
|
|
|
|
|
boolean Powered [readwrite]
|
|
|
|
|
|
|
|
True if the interface is UP. If false, the device's
|
|
|
|
radio is powered down and no other actions can
|
|
|
|
be performed on the device.
|
|
|
|
|
2018-06-13 17:57:41 +02:00
|
|
|
boolean WDS [readwrite]
|
|
|
|
|
|
|
|
True if the interface is set to use the 4-address
|
|
|
|
format for the 802.11 packet header. If false, the
|
|
|
|
classic format is used. When activated, the interface
|
|
|
|
can be added to a Layer2 bridge to create a WDS.
|
|
|
|
|
2016-11-02 15:24:31 +01:00
|
|
|
object Adapter [readonly]
|
|
|
|
|
|
|
|
The object path of the adapter the device belongs to.
|
2018-07-03 18:34:24 +02:00
|
|
|
|
|
|
|
string Mode [readwrite]
|
|
|
|
|
2018-08-08 00:07:31 +02:00
|
|
|
Use to set the device mode. The following device modes
|
|
|
|
are valid:
|
|
|
|
'ad-hoc'
|
|
|
|
'station'
|
|
|
|
'ap'
|
|
|
|
|
|
|
|
When the device mode is changed, the interfaces
|
|
|
|
available for that device might also change. For
|
|
|
|
example, setting the mode to 'ap' will cause the
|
|
|
|
AccessPoint interface to appear. If the device mode
|
|
|
|
is switched back to another mode, then 'AccessPoint'
|
|
|
|
interface will no longer be available.
|