doc: add ConnectHiddenNetwork API call

This commit is contained in:
Tim Kourt 2018-06-04 13:35:20 -07:00 committed by Denis Kenzior
parent bb4df24fc5
commit 86879dda7c
1 changed files with 14 additions and 0 deletions

View File

@ -56,6 +56,20 @@ Methods void Scan()
Contains the type of the network. Possible Contains the type of the network. Possible
types are "open", "psk", "8021x" (EAP) types are "open", "psk", "8021x" (EAP)
void ConnectHiddenNetwork(string name)
Connect to the hidden network. Request the device
to connect to a hidden network implied by the name -
Network SSID.
Possible errors: net.connman.iwd.Busy
net.connman.iwd.Failed
net.connman.iwd.InvalidArgs
net.connman.iwd.NotConfigured
net.connman.iwd.NotConnected
net.connman.iwd.NotFound
net.connman.iwd.ServiceSetOverlap
void RegisterSignalLevelAgent(object path, void RegisterSignalLevelAgent(object path,
array(int16) levels) array(int16) levels)