From 86879dda7c349d6ed5e3ff50e39060d31d8e7e98 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Mon, 4 Jun 2018 13:35:20 -0700 Subject: [PATCH] doc: add ConnectHiddenNetwork API call --- doc/device-api.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index 529a48e6..90cc8202 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -56,6 +56,20 @@ Methods void Scan() Contains the type of the network. Possible 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, array(int16) levels)