summaryrefslogtreecommitdiff
path: root/doc/technology-api.txt
diff options
context:
space:
mode:
authorNishant Chaprana <n.chaprana@samsung.com>2019-09-17 19:00:55 +0530
committerNishant Chaprana <n.chaprana@samsung.com>2019-09-18 19:23:41 +0530
commit26cc90dfaf2ad149b702626f9552c81abbb26862 (patch)
tree2524c8994cf58358350fde67dfba5c3b8cb58f7d /doc/technology-api.txt
parent9e3beb21876b6e63bd8acf53e751480d7a1cc16f (diff)
parent6b2381a2adabea7d8309ff158ef675ff88184305 (diff)
downloadconnman-26cc90dfaf2ad149b702626f9552c81abbb26862.tar.gz
connman-26cc90dfaf2ad149b702626f9552c81abbb26862.tar.bz2
connman-26cc90dfaf2ad149b702626f9552c81abbb26862.zip
Imported Upstream version 1.37submit/tizen/20190920.082459
Change-Id: Idb47c1ddbedc9f97181b8e9a5eeac04ddd832a2c Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Diffstat (limited to 'doc/technology-api.txt')
-rwxr-xr-xdoc/technology-api.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/technology-api.txt b/doc/technology-api.txt
index fb6bd314..f22e9b29 100755
--- a/doc/technology-api.txt
+++ b/doc/technology-api.txt
@@ -45,18 +45,6 @@ Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given
property.
- DhcpConnected(string aptype, string ipaddr,
- string macaddr, string hostname)
-
- This signal indicates a station information that
- has connected to the AP(Access Point).
-
- DhcpLeaseDeleted(string aptype, string ipaddr,
- string macaddr, string hostname)
-
- This signal indicates a station information that
- has disconnected to the AP(Access Point).
-
Properties boolean Powered [readwrite]
Boolean representing the power state of the
@@ -112,8 +100,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.
-
- boolean Hidden [readwrite]
-
- This option allows to enable or disable the support
- for the hidden Wi-Fi tethering.