mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-29 13:59:24 +01:00
27 lines
688 B
Plaintext
27 lines
688 B
Plaintext
|
Access Point hiearchy
|
||
|
=====================
|
||
|
|
||
|
Service net.connman.iwd
|
||
|
Interface net.connman.AccessPoint [Experimental]
|
||
|
Object path /{phy0,phy1,...}/{1,2,...}
|
||
|
|
||
|
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
|
||
|
net.connman.iwd.InvalidArgs
|
||
|
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
|
||
|
net.connman.iwd.InvalidArgs
|