From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1603043512912842045==" MIME-Version: 1.0 From: Tim Kourt Subject: [PATCH 5/5] doc: Update agent API with possible errors Date: Fri, 25 Oct 2019 13:32:08 -0700 Message-ID: <20191025203208.30628-5-tim.a.kourt@linux.intel.com> In-Reply-To: <20191025203208.30628-1-tim.a.kourt@linux.intel.com> List-Id: To: iwd@lists.01.org --===============1603043512912842045== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- doc/agent-api.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/agent-api.txt b/doc/agent-api.txt index ef80499e..5200dfb5 100644 --- a/doc/agent-api.txt +++ b/doc/agent-api.txt @@ -43,6 +43,7 @@ Methods void Release() a network and passphrase is required. = Possible Errors: net.connman.iwd.Agent.Error.Canceled + net.connman.iwd.Agent.Error.Failed = string RequestPrivateKeyPassphrase(object network) = @@ -52,6 +53,7 @@ Methods void Release() obtain that private key's encryption passphrase. = Possible Errors: net.connman.iwd.Agent.Error.Canceled + net.connman.iwd.Agent.Error.Failed = (string, string) RequestUserNameAndPassword(object network) = @@ -60,6 +62,7 @@ Methods void Release() user name and password. = Possible Errors: net.connman.iwd.Agent.Error.Canceled + net.connman.iwd.Agent.Error.Failed = string RequestUserPassword(object network, string user) = @@ -69,6 +72,7 @@ Methods void Release() in the parameter. = Possible Errors: net.connman.iwd.Agent.Error.Canceled + net.connman.iwd.Agent.Error.Failed = void Cancel(string reason) = -- = 2.13.6 --===============1603043512912842045==--