Use "RSN" instead of "WPA2" for the security details
[connman] / doc / network-api.txt
index 66ad6fb..1bb0f22 100644 (file)
@@ -27,30 +27,24 @@ Signals             PropertyChanged(string name, variant value)
                        This signal indicates a changed value of the given
                        property.
 
-Properties     string Name [readonly]
+Properties     string Address [readonly]
+
+                       The address of the network.
+
+               string Name [readonly]
 
                        The pretty/long version of the network name. For
                        example in case of WiFi this should be the UTF-8
                        valid version of the SSID.
 
-               boolean Available [readonly]
-
-                       Indicates that this network is in range and
-                       ready to be used.
-
-                       The scanning process can change this property.
+                       This property might not be available for every
+                       network. For example hidden WiFi networks will
+                       not include it.
 
                boolean Connected [readonly]
 
                        Indicates that this network is currently connected.
 
-               boolean Remember [readwrite]
-
-                       Indicates that this network will be remembered.
-
-                       For manually created networks this is set by
-                       default.
-
                uint8 Strength [readonly]
 
                        Indicates the signal strength of the network. This
@@ -86,7 +80,7 @@ Properties    string Name [readonly]
                        case the network was manually created it is also
                        changeable.
 
-                       Possible values are "none", "wep", "wpa" and "wpa2".
+                       Possible values are "none", "wep", "wpa" and "rsn".
 
                string WiFi.Passphrase [readwrite]