2016-07-02 16:42:41 +02:00
|
|
|
Device hierarchy
|
|
|
|
================
|
|
|
|
|
|
|
|
Service net.connman.iwd
|
2019-10-28 21:16:07 -05:00
|
|
|
Interface net.connman.iwd.Device
|
2019-10-28 11:30:44 -05:00
|
|
|
Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
|
2016-07-02 16:42:41 +02:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2016-11-02 15:24:31 +01:00
|
|
|
object Adapter [readonly]
|
|
|
|
|
|
|
|
The object path of the adapter the device belongs to.
|
2018-07-03 09:34:24 -07:00
|
|
|
|
|
|
|
string Mode [readwrite]
|
|
|
|
|
2018-08-07 17:07:31 -05: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.
|