From 92e1838cbec416b32bb1f563b0a60c78b43e84de Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 21 Aug 2019 12:25:44 -0700 Subject: [PATCH] doc: update docs with hotspot name/type info --- doc/knownnetwork-api.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/knownnetwork-api.txt b/doc/knownnetwork-api.txt index 1273348d..6326c8fe 100644 --- a/doc/knownnetwork-api.txt +++ b/doc/knownnetwork-api.txt @@ -14,12 +14,14 @@ Methods void Forget() Properties string Name [readonly] - Contains the Name (SSID) of the network + Contains the Name of the network. This is usually the + SSID, unless the network is a hotspot. In the hotspot + case the Name is obtained from the provisioning file. string Type [readonly] Contains the type of the network. Possible - types are "open", "psk", "8021x" (EAP) + types are "open", "psk", "8021x" (EAP), "hotspot" bool Hidden [readonly]