* [PATCH v3 11/11] doc: document DPP interface
@ 2021-12-15 17:58 James Prestwood
0 siblings, 0 replies; only message in thread
From: James Prestwood @ 2021-12-15 17:58 UTC (permalink / raw)
To: iwd
[-- Attachment #1: Type: text/plain, Size: 1014 bytes --]
---
doc/device-provisioning.txt | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 doc/device-provisioning.txt
diff --git a/doc/device-provisioning.txt b/doc/device-provisioning.txt
new file mode 100644
index 00000000..3ac2d934
--- /dev/null
+++ b/doc/device-provisioning.txt
@@ -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
--
2.31.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-15 17:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-15 17:58 [PATCH v3 11/11] doc: document DPP interface James Prestwood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox