2020-01-21 07:21:38 +01:00
|
|
|
Access Point hierarchy
|
2018-07-03 18:34:24 +02:00
|
|
|
=====================
|
|
|
|
|
|
|
|
Service net.connman.iwd
|
2018-08-27 14:53:05 +02:00
|
|
|
Interface net.connman.iwd.AccessPoint [Experimental]
|
2019-10-28 17:30:44 +01:00
|
|
|
Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
|
2018-07-03 18:34:24 +02:00
|
|
|
|
|
|
|
Methods void Start(string ssid, string psk)
|
|
|
|
|
|
|
|
Start an access point called ssid with a passphrase
|
|
|
|
of psk.
|
|
|
|
|
|
|
|
Possible errors: net.connman.iwd.Busy
|
|
|
|
net.connman.iwd.Failed
|
2019-10-24 17:47:15 +02:00
|
|
|
net.connman.iwd.InvalidArguments
|
2018-07-03 18:34:24 +02:00
|
|
|
net.connman.iwd.AlreadyExists
|
|
|
|
|
|
|
|
void Stop()
|
|
|
|
|
|
|
|
Stop a started access point. Note: Calling Stop() will
|
|
|
|
not bring down the AccessPoint interface. The device
|
|
|
|
mode must be switched to non-ap mode.
|
|
|
|
|
|
|
|
Possible errors: net.connman.iwd.Busy
|
|
|
|
net.connman.iwd.Failed
|
2019-10-24 17:47:15 +02:00
|
|
|
net.connman.iwd.InvalidArguments
|
2018-07-30 00:33:02 +02:00
|
|
|
|
|
|
|
Properties boolean Started [readonly]
|
|
|
|
|
|
|
|
Reflects whether an access point has been started.
|