mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
doc: Add new DeviceProvisioning API properties
Document the Started, Role, and URI properties of the DeviceProvisioning API.
This commit is contained in:
parent
bfdef282ae
commit
03cc7a5f79
@ -56,3 +56,18 @@ Methods string StartEnrollee()
|
||||
net.connman.iwd.NotConfigured
|
||||
net.connman.iwd.NotSupported
|
||||
net.connman.iwd.Busy
|
||||
|
||||
Properties boolean Started [readonly]
|
||||
|
||||
True if DPP is currently active.
|
||||
|
||||
string Role [readonly, optional]
|
||||
|
||||
Indicates the DPP role. Possible values are "enrollee"
|
||||
or "configurator". This property is only available when
|
||||
Started is true.
|
||||
|
||||
string URI [readonly, optional]
|
||||
|
||||
Indicates the DPP URI. This property is only available
|
||||
when Started is true.
|
||||
|
Loading…
Reference in New Issue
Block a user