Add support for mode, security and signal strength service properties
[connman] / doc / service-api.txt
index 0ed686c..405dd50 100644 (file)
@@ -31,3 +31,22 @@ Properties   string Name [readonly]
                        This information should only be used to determine
                        advanced properties or showing the correct icon
                        to the user.
+
+               string Mode [readonly]
+
+                       If the service type is WiFi, then this property is
+                       present and contains the mode of the network. The
+                       possible values are "managed" or "adhoc".
+
+               string Security [readonly]
+
+                       If the service type is WiFi, then this property is
+                       present and contains the security method or key
+                       management setting.
+
+                       Possible values are "none", "wep", "wpa" and "wpa2".
+
+               uint8 Strength [readonly]
+
+                       Indicates the signal strength of the service. This
+                       is a normalized value between 0 and 100.