3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 03:18:46 +02:00
iwd/doc/device-api.txt
Denis Kenzior 8a80b30201 doc: Remove Device.WDS property
Allowing applications to toggle this was a bit dangerous since it could
mess with existing links.  The naming was also controversial.  Remove
this property for now in preparation of makig the API stable / frozen.
If needed, this functionality can be enabled some other way.
2019-10-24 11:31:03 -05:00

41 lines
1010 B
Plaintext

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.
object Adapter [readonly]
The object path of the adapter the device belongs to.
string Mode [readwrite]
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.