From: Samuel Ortiz Date: Wed, 2 Feb 2011 17:35:08 +0000 (+0100) Subject: doc: Update documentation regarding tethering properties X-Git-Tag: 0.69~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=868be1a1f64415ba7126922b89420bea82243303;p=platform%2Fupstream%2Fconnman.git doc: Update documentation regarding tethering properties --- diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 743ba18..332f6cd 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 497c988..992ee56 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.