mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-06 03:59:22 +01:00
doc: document BasicServiceSet API
This commit is contained in:
parent
a73b877c5b
commit
b31e298df4
10
doc/basic-service-set.txt
Normal file
10
doc/basic-service-set.txt
Normal file
@ -0,0 +1,10 @@
|
||||
Basic service set hierarchy
|
||||
=================
|
||||
|
||||
Service net.connman.iwd
|
||||
Interface net.connman.iwd.BasicServiceSet
|
||||
Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}/Xxx
|
||||
|
||||
Properties string Address [readonly]
|
||||
|
||||
MAC address of BSS
|
@ -50,3 +50,8 @@ Properties string Name [readonly]
|
||||
corresponding to this Network. If the network
|
||||
is not provisioned or has not been connected to
|
||||
before, the property is omitted.
|
||||
|
||||
array(object) ExtendedServiceSet [readonly]
|
||||
|
||||
Contains a list of paths of each individual
|
||||
BasicServiceSet object.
|
||||
|
@ -164,6 +164,12 @@ Properties string State [readonly]
|
||||
for networks. net.connman.iwd.Network objects are
|
||||
updated when this property goes from true to false.
|
||||
|
||||
object ConnectedAccessPoint [readonly, optional]
|
||||
|
||||
net.connman.iwd.BasicServiceSet object represeting the
|
||||
BSS the device is currently connected to or to which
|
||||
a connection is in progress.
|
||||
|
||||
SignalLevelAgent hierarchy
|
||||
==========================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user