mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-20 19:12:33 +01:00
doc: Add Adapter API documentation
This commit is contained in:
parent
0b98f75dda
commit
ee074153ed
19
doc/adapter-api.txt
Normal file
19
doc/adapter-api.txt
Normal file
@ -0,0 +1,19 @@
|
||||
Adapter hierarchy
|
||||
================
|
||||
|
||||
Service net.connman.iwd
|
||||
Interface net.connman.iwd.Adapter [Experimental]
|
||||
Object path /{phy0,phy1,...}
|
||||
|
||||
Properties boolean Powered [readwrite]
|
||||
|
||||
True if the adapter is powered. If false, the
|
||||
all of adapter's devices are powered down.
|
||||
|
||||
string Model [readonly, optional]
|
||||
|
||||
Contains the model name of the adapter, if available.
|
||||
|
||||
string Vendor [readonly, optional]
|
||||
|
||||
Contains the vendor name of the adapter, if available.
|
Loading…
Reference in New Issue
Block a user