summaryrefslogtreecommitdiff
path: root/doc/technology-api.txt
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-05-21 21:14:03 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-05-21 22:12:15 +0300
commite470257c96aa2fbf815649212fe7b90fcf3f4554 (patch)
tree344e31ee313d6b22b27796f609cdefe4535f4985 /doc/technology-api.txt
parent12321b24798071b79ad49ba2a7786e007b345946 (diff)
downloadconnman-e470257c96aa2fbf815649212fe7b90fcf3f4554.tar.gz
connman-e470257c96aa2fbf815649212fe7b90fcf3f4554.tar.bz2
connman-e470257c96aa2fbf815649212fe7b90fcf3f4554.zip
doc: Remove documentation for Technology IdleTimeout property
IdleTimeout hasn't so far been implemented in any release and will be handled by other means if needed.
Diffstat (limited to 'doc/technology-api.txt')
-rw-r--r--doc/technology-api.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/technology-api.txt b/doc/technology-api.txt
index 92886e10..81adcbc7 100644
--- a/doc/technology-api.txt
+++ b/doc/technology-api.txt
@@ -93,11 +93,3 @@ Properties boolean Powered [readwrite]
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.
-
- uint32 IdleTimeout [readwrite] [experimental]
-
- If the technology is idle for given period then it
- will go offline if no Service with this technology
- has AutoConnect set to True.
-
- If the timeout is 0, this feature is disabled.