diff --git a/doc/device-provisioning.txt b/doc/device-provisioning.txt index 3ac2d934..bf54c5fe 100644 --- a/doc/device-provisioning.txt +++ b/doc/device-provisioning.txt @@ -23,3 +23,17 @@ Methods string StartEnrollee() Possible errors: net.connman.iwd.Busy net.connman.iwd.Failed net.connman.iwd.InvalidArguments + + string StartConfigurator() + + Start a DPP configurator. Currently only connected + station devices are supported, and will only configure + the enrollee to the currently connected network. + + Returns the configurator URI + + Possible errors: net.connman.iwd.NotAvailable + net.connman.iwd.NotConnected + net.connman.iwd.NotConfigured + net.connman.iwd.NotSupported + net.connman.iwd.Busy