summaryrefslogtreecommitdiff
path: root/doc/technology-api.txt
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/technology-api.txt
parent260095318c13cf05b4272b30251d34df5b836196 (diff)
downloadconnman-868be1a1f64415ba7126922b89420bea82243303.tar.gz
connman-868be1a1f64415ba7126922b89420bea82243303.tar.bz2
connman-868be1a1f64415ba7126922b89420bea82243303.zip
doc: Update documentation regarding tethering properties
Diffstat (limited to 'doc/technology-api.txt')
-rw-r--r--doc/technology-api.txt23
1 files changed, 23 insertions, 0 deletions
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.