wireguard: Add routes for allowedIPs
[platform/upstream/connman.git] / doc / technology-api.txt
index 14245eb..f22e9b2 100755 (executable)
@@ -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
@@ -68,13 +56,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.
@@ -109,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.