From 7691e859d1a0c01a2664f2667b07e229eeede8bd Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 20 Dec 2021 16:07:45 -0800 Subject: [PATCH] doc: document StartConfigurator --- doc/device-provisioning.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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