mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
doc: add Started property to ap and adhoc
This commit is contained in:
parent
efe45e4180
commit
de013cf92b
@ -24,3 +24,7 @@ Methods void Start(string ssid, string psk)
|
||||
Possible errors: net.connman.iwd.Busy
|
||||
net.connman.iwd.Failed
|
||||
net.connman.iwd.InvalidArgs
|
||||
|
||||
Properties boolean Started [readonly]
|
||||
|
||||
Reflects whether an access point has been started.
|
||||
|
@ -39,3 +39,8 @@ Properties string[] ConnectedPeers [readonly]
|
||||
|
||||
List of peer MAC addresses that have successfully
|
||||
connected to the Ad-Hoc network.
|
||||
|
||||
boolean Started [readonly]
|
||||
|
||||
Reflects whether an Ad-Hoc network has been started or
|
||||
joined.
|
||||
|
Loading…
Reference in New Issue
Block a user