doc: document DPP ConfigureEnrollee()

This commit is contained in:
James Prestwood 2022-02-22 14:28:47 -08:00 committed by Denis Kenzior
parent 521960c7d6
commit 6a4a3086ce
1 changed files with 19 additions and 0 deletions

View File

@ -37,3 +37,22 @@ Methods string StartEnrollee()
net.connman.iwd.NotConfigured
net.connman.iwd.NotSupported
net.connman.iwd.Busy
string ConfigureEnrollee(string uri)
Start a DPP configurator with an enrollees URI.
Only connected station devices are supported and will
only configure the enrollee to the currently connected
network.
This API is to handle the use case where the enrollee
has shared its URI to IWD (unlike StartConfigurator)
The URI for IWD is also returned which could be used
in the same way as it is with StartConfigurator().
Possible errors: net.connman.iwd.NotAvailable
net.connman.iwd.NotConnected
net.connman.iwd.NotConfigured
net.connman.iwd.NotSupported
net.connman.iwd.Busy