3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 11:28:38 +02:00

doc: add new errors to ConnectHiddenNetwork method

This commit is contained in:
Tim Kourt 2018-06-28 21:02:55 -07:00 committed by Denis Kenzior
parent e9fef6ba52
commit b132e36978

View File

@ -69,6 +69,8 @@ Methods void Scan()
net.connman.iwd.NotConnected net.connman.iwd.NotConnected
net.connman.iwd.NotFound net.connman.iwd.NotFound
net.connman.iwd.ServiceSetOverlap net.connman.iwd.ServiceSetOverlap
net.connman.iwd.AlreadyProvisioned
net.connman.iwd.NotHidden
void RegisterSignalLevelAgent(object path, void RegisterSignalLevelAgent(object path,
array(int16) levels) array(int16) levels)