client: Add well known interfaces

This commit is contained in:
Tim Kourt 2017-04-11 17:48:09 -07:00 committed by Denis Kenzior
parent 4fc6a3038a
commit b32fde13a7
1 changed files with 6 additions and 0 deletions

View File

@ -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;