doc: Add new Agent request types

This commit is contained in:
Andrew Zaborowski 2018-04-18 07:03:33 +02:00 committed by Denis Kenzior
parent b862fd8fe1
commit b4b2a45583
1 changed files with 26 additions and 0 deletions

View File

@ -20,6 +20,32 @@ Methods void Release()
Possible Errors: net.connman.iwd.Agent.Error.Canceled
string RequestPrivateKeyPassphrase(object network)
This method gets called when connecting to
a network that requires authentication using a
locally-stored encrypted private key file, to
obtain that private key's encryption passphrase.
Possible Errors: net.connman.iwd.Agent.Error.Canceled
(string, string) RequestUserNameAndPassword(object network)
This method gets called when connecting to
a network that requires authentication using a
user name and password.
Possible Errors: net.connman.iwd.Agent.Error.Canceled
string RequestUserPassword(object network, string user)
This method gets called when connecting to
a network that requires authentication with a
user password. The user name is optionally passed
in the parameter.
Possible Errors: net.connman.iwd.Agent.Error.Canceled
void Cancel(string reason)
This method gets called to indicate that the agent