mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-25 16:12:47 +01:00
doc: Update agent-api with Cancel reason
This commit is contained in:
parent
b6c9508912
commit
e30a2093ce
@ -20,10 +20,13 @@ Methods void Release()
|
|||||||
|
|
||||||
Possible Errors: net.connman.iwd.Agent.Error.Canceled
|
Possible Errors: net.connman.iwd.Agent.Error.Canceled
|
||||||
|
|
||||||
void Cancel()
|
void Cancel(string reason)
|
||||||
|
|
||||||
This method gets called to indicate that the agent
|
This method gets called to indicate that the agent
|
||||||
request failed before a reply was returned.
|
request failed before a reply was returned. The
|
||||||
|
argument will indicate why the request is being
|
||||||
|
cancelled and may be "out-of-range", "user-canceled",
|
||||||
|
"timed-out" or "shutdown".
|
||||||
|
|
||||||
Examples Requesting a passphrase for WPA2 network
|
Examples Requesting a passphrase for WPA2 network
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user