doc: update docs with hotspot name/type info

This commit is contained in:
James Prestwood 2019-08-21 12:25:44 -07:00 committed by Denis Kenzior
parent 0766138432
commit 92e1838cbe
1 changed files with 4 additions and 2 deletions

View File

@ -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]