mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
doc: document DPP ConfigureEnrollee()
This commit is contained in:
parent
521960c7d6
commit
6a4a3086ce
@ -37,3 +37,22 @@ Methods string StartEnrollee()
|
||||
net.connman.iwd.NotConfigured
|
||||
net.connman.iwd.NotSupported
|
||||
net.connman.iwd.Busy
|
||||
|
||||
string ConfigureEnrollee(string uri)
|
||||
|
||||
Start a DPP configurator with an enrollees URI.
|
||||
Only connected station devices are supported and will
|
||||
only configure the enrollee to the currently connected
|
||||
network.
|
||||
|
||||
This API is to handle the use case where the enrollee
|
||||
has shared its URI to IWD (unlike StartConfigurator)
|
||||
|
||||
The URI for IWD is also returned which could be used
|
||||
in the same way as it is with StartConfigurator().
|
||||
|
||||
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