diff --git a/client/dbus-proxy.h b/client/dbus-proxy.h index 123e76ca..e7a2ced6 100644 --- a/client/dbus-proxy.h +++ b/client/dbus-proxy.h @@ -22,6 +22,12 @@ struct proxy_interface; +#define IWD_ADAPTER_INTERFACE "net.connman.iwd.Adapter" +#define IWD_DEVICE_INTERFACE "net.connman.iwd.Device" +#define IWD_KNOWN_NETWORKS_INTREFACE "net.connman.iwd.KnownNetworks" +#define IWD_NETWORK_INTERFACE "net.connman.iwd.Network" +#define IWD_WSC_INTERFACE "net.connman.iwd.WiFiSimpleConfiguration" + struct proxy_interface_property { const char *name; const char *type;