mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
doc: document Stop() correctly for both DPP interfaces
Stop() was separated more clearly between the two interfaces and will now return NotFound if called on an interface that isn't currently running.
This commit is contained in:
parent
c193d36499
commit
9dbfac2756
@ -18,11 +18,9 @@ Methods string StartEnrollee()
|
||||
|
||||
void Stop()
|
||||
|
||||
Stop an enrollee.
|
||||
Stop an enrollee or configurator that is running.
|
||||
|
||||
Possible errors: net.connman.iwd.Busy
|
||||
net.connman.iwd.Failed
|
||||
net.connman.iwd.InvalidArguments
|
||||
Possible errors: net.connman.iwd.NotFound
|
||||
|
||||
string StartConfigurator()
|
||||
|
||||
@ -168,6 +166,8 @@ Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
|
||||
Calling Stop() if DPP was started via the
|
||||
DeviceProvisioning interface will not stop it.
|
||||
|
||||
Possible errors: net.connman.iwd.NotFound
|
||||
|
||||
Properties boolean Started [readonly]
|
||||
|
||||
True if shared code device provisioning is currently
|
||||
|
Loading…
Reference in New Issue
Block a user