From: Tim Kourt <tim.a.kourt@linux.intel.com>
To: iwd@lists.01.org
Subject: [PATCH 5/5] doc: Update agent API with possible errors
Date: Fri, 25 Oct 2019 13:32:08 -0700 [thread overview]
Message-ID: <20191025203208.30628-5-tim.a.kourt@linux.intel.com> (raw)
In-Reply-To: <20191025203208.30628-1-tim.a.kourt@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]
---
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
next prev parent reply other threads:[~2019-10-25 20:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-25 20:32 [PATCH 1/5] client: Consolidate cancelation replies Tim Kourt
2019-10-25 20:32 ` [PATCH 2/5] client: Modify error handler to return cancelation msg Tim Kourt
2019-10-25 20:32 ` [PATCH 3/5] client: Respond to invalid agent requests Tim Kourt
2019-10-25 20:32 ` [PATCH 4/5] client: Fail on requests with invalid arguments Tim Kourt
2019-10-25 20:32 ` Tim Kourt [this message]
2019-10-28 15:49 ` [PATCH 1/5] client: Consolidate cancelation replies Denis Kenzior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191025203208.30628-5-tim.a.kourt@linux.intel.com \
--to=tim.a.kourt@linux.intel.com \
--cc=iwd@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.