doc: document DPP interface

This commit is contained in:
James Prestwood 2021-12-16 10:08:54 -08:00 committed by Denis Kenzior
parent 5ab6566a3b
commit ae52ab2cfb
1 changed files with 25 additions and 0 deletions

View 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