summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-02-02 18:35:08 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-02-02 18:35:08 +0100
commit868be1a1f64415ba7126922b89420bea82243303 (patch)
treed73cc046371fad490b9bad16c0fcc8ecdffb66a0 /doc
parent260095318c13cf05b4272b30251d34df5b836196 (diff)
downloadconnman-868be1a1f64415ba7126922b89420bea82243303.tar.gz
connman-868be1a1f64415ba7126922b89420bea82243303.tar.bz2
connman-868be1a1f64415ba7126922b89420bea82243303.zip
doc: Update documentation regarding tethering properties
Diffstat (limited to 'doc')
-rw-r--r--doc/manager-api.txt7
-rw-r--r--doc/technology-api.txt23
2 files changed, 23 insertions, 7 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index 743ba188..332f6cda 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -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.
diff --git a/doc/technology-api.txt b/doc/technology-api.txt
index 497c988c..992ee569 100644
--- a/doc/technology-api.txt
+++ b/doc/technology-api.txt
@@ -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.