mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-29 05:39:24 +01:00
doc: document StartConfigurator
This commit is contained in:
parent
1a9734d704
commit
7691e859d1
@ -23,3 +23,17 @@ Methods string StartEnrollee()
|
|||||||
Possible errors: net.connman.iwd.Busy
|
Possible errors: net.connman.iwd.Busy
|
||||||
net.connman.iwd.Failed
|
net.connman.iwd.Failed
|
||||||
net.connman.iwd.InvalidArguments
|
net.connman.iwd.InvalidArguments
|
||||||
|
|
||||||
|
string StartConfigurator()
|
||||||
|
|
||||||
|
Start a DPP configurator. Currently only connected
|
||||||
|
station devices are supported, and will only configure
|
||||||
|
the enrollee to the currently connected network.
|
||||||
|
|
||||||
|
Returns the configurator URI
|
||||||
|
|
||||||
|
Possible errors: net.connman.iwd.NotAvailable
|
||||||
|
net.connman.iwd.NotConnected
|
||||||
|
net.connman.iwd.NotConfigured
|
||||||
|
net.connman.iwd.NotSupported
|
||||||
|
net.connman.iwd.Busy
|
||||||
|
Loading…
Reference in New Issue
Block a user