mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-18 08:50:54 +01:00
doc: document DPP interface
This commit is contained in:
parent
5ab6566a3b
commit
ae52ab2cfb
25
doc/device-provisioning.txt
Normal file
25
doc/device-provisioning.txt
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Device Provisioning hierarchy
|
||||||
|
=============================
|
||||||
|
|
||||||
|
Service net.connman.iwd
|
||||||
|
Interface net.connman.iwd.DeviceProvisioning [Experimental]
|
||||||
|
Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
|
||||||
|
|
||||||
|
Methods string StartEnrollee()
|
||||||
|
|
||||||
|
Start a DPP enrollee. Currently only station devices are
|
||||||
|
supported.
|
||||||
|
|
||||||
|
Returns the enrollees URI
|
||||||
|
|
||||||
|
Possible errors: net.connman.iwd.InvalidArguments
|
||||||
|
net.connman.iwd.AlreadyExists
|
||||||
|
net.connman.iwd.NotAvailable
|
||||||
|
|
||||||
|
void Stop()
|
||||||
|
|
||||||
|
Stop an enrollee.
|
||||||
|
|
||||||
|
Possible errors: net.connman.iwd.Busy
|
||||||
|
net.connman.iwd.Failed
|
||||||
|
net.connman.iwd.InvalidArguments
|
Loading…
x
Reference in New Issue
Block a user