3
0
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:
James Prestwood 2024-08-12 08:46:07 -07:00 committed by Denis Kenzior
parent a73b877c5b
commit b31e298df4
3 changed files with 21 additions and 0 deletions

10
doc/basic-service-set.txt Normal file
View 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

View File

@ -50,3 +50,8 @@ Properties string Name [readonly]
corresponding to this Network. If the network corresponding to this Network. If the network
is not provisioned or has not been connected to is not provisioned or has not been connected to
before, the property is omitted. before, the property is omitted.
array(object) ExtendedServiceSet [readonly]
Contains a list of paths of each individual
BasicServiceSet object.

View File

@ -164,6 +164,12 @@ Properties string State [readonly]
for networks. net.connman.iwd.Network objects are for networks. net.connman.iwd.Network objects are
updated when this property goes from true to false. 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 SignalLevelAgent hierarchy
========================== ==========================