From 868be1a1f64415ba7126922b89420bea82243303 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Wed, 2 Feb 2011 18:35:08 +0100 Subject: [PATCH] doc: Update documentation regarding tethering properties --- doc/manager-api.txt | 7 ------- doc/technology-api.txt | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 7 deletions(-) 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. -- 2.7.4