From aa9e6684cb0797a2daf03f5f6b3fc3a6bafb48e3 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 4 Nov 2020 08:52:25 -0800 Subject: [PATCH] doc: document AP StartProfile --- doc/access-point-api.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/access-point-api.txt b/doc/access-point-api.txt index 9ee06baa..9682b3c7 100644 --- a/doc/access-point-api.txt +++ b/doc/access-point-api.txt @@ -25,6 +25,18 @@ Methods void Start(string ssid, string psk) net.connman.iwd.Failed net.connman.iwd.InvalidArguments + void StartProfile(string ssid) + + Start a profile based access point. A profile must exist + in IWD's AP configuration directory (/var/lib/iwd/ap/ + by default) of the name .ap. + + Possible errors: net.connman.iwd.Busy + net.connman.iwd.Failed + net.connman.iwd.InvalidArguments + net.connman.iwd.AlreadyExists + net.connman.iwd.NotFound + Properties boolean Started [readonly] Reflects whether an access point has been started.