doc: Update documentation regarding tethering properties
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 2 Feb 2011 17:35:08 +0000 (18:35 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 2 Feb 2011 17:35:08 +0000 (18:35 +0100)
doc/manager-api.txt
doc/technology-api.txt

index 743ba18..332f6cd 100644 (file)
@@ -249,13 +249,6 @@ Properties string State [readonly]
                        the limited usage of WiFi or Bluetooth devices might
                        be allowed in some situations.
 
-               boolean Tethering [readwrite]
-
-                       This option allows to enable or disable the support
-                       for tethering. When tethering is enabled then the
-                       default service is bridged to all client where
-                       connection sharing is supported.
-
                object ActiveProfile [readwrite]
 
                        Object path of the current active profile.
index 497c988..992ee56 100644 (file)
@@ -35,3 +35,26 @@ Properties   string State [readonly]
                        This information should only be used to determine
                        advanced properties or showing the correct icon
                        to the user.
+
+               boolean Tethering [readwrite]
+
+                       This option allows to enable or disable the support
+                       for tethering. When tethering is enabled then the
+                       default service is bridged to all clients connected
+                       through the technology.
+
+               string TetheringIdentifier [readwrite]
+
+                      The tethering broadcasted identifier.
+
+                      This property is only valid for the WiFi technology,
+                      and is then mapped to the WiFi AP SSID clients will
+                      have to join in order to gain internet connectivity.
+
+               string TetheringPassphrase [readwrite]
+
+                      The tethering connection passphrase.
+
+                      This property is only valid for the WiFi technology,
+                      and is then mapped to the WPA pre-shared key clients
+                      will have to use in order to establish a connection.