mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +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…
Reference in New Issue
Block a user