Updated connman to version 1.35
[platform/upstream/connman.git] / doc / technology-api.txt
old mode 100644 (file)
new mode 100755 (executable)
index 92886e1..fb6bd31
@@ -36,11 +36,27 @@ Methods             dict GetProperties()  [deprecated]
                        Results will be signaled via the ServicesChanged
                        signal from the manager interface.
 
+                       In case of P2P technology, results will be signaled
+                       via the PeersChanged signal from the manager
+                       interface.
+
 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
@@ -52,13 +68,16 @@ Properties  boolean Powered [readwrite]
 
                        Boolean representing if a technology is connected.
 
-                       This is just a convience property for allowing the
+                       This is just a convenience property for allowing the
                        UI to easily show if this technology has an active
                        connection or not.
 
                        If this property is True it means that at least one
                        service of this technology is in ready state.
 
+                       In case of P2P technology, this property indicates
+                       if the peer is fully connected to another peer.
+
                string Name [readonly]
 
                        Name of this technology.
@@ -94,10 +113,7 @@ Properties  boolean Powered [readwrite]
                        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]
+               boolean Hidden [readwrite]
 
-                       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.
+                       This option allows to enable or disable the support
+                       for the hidden Wi-Fi tethering.