aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Zaborowski <andrew.zaborowski@intel.com>2020-04-03 18:14:14 +0200
committerDenis Kenzior <denkenz@gmail.com>2020-04-10 06:31:19 -0500
commit042f88e3e902be3f4f69aca80614f8a402b0aebc (patch)
treeb2c68b7e2ed6b1cccf8a02e6cc92054bc70aabd5
parentef6084dcb4fe2e00327bb9c7b113ece204042c22 (diff)
downloadiwd-042f88e3e902be3f4f69aca80614f8a402b0aebc.tar.gz
dbus: Add P2P interface name defines
-rw-r--r--src/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus.h b/src/dbus.h
index 6416fa42a..ebae85d49 100644
--- a/src/dbus.h
+++ b/src/dbus.h
@@ -35,6 +35,8 @@
#define IWD_AP_INTERFACE "net.connman.iwd.AccessPoint"
#define IWD_ADHOC_INTERFACE "net.connman.iwd.AdHoc"
#define IWD_STATION_INTERFACE "net.connman.iwd.Station"
+#define IWD_P2P_INTERFACE "net.connman.iwd.p2p.Device"
+#define IWD_P2P_PEER_INTERFACE "net.connman.iwd.p2p.Peer"
#define IWD_BASE_PATH "/net/connman/iwd"
#define IWD_AGENT_MANAGER_PATH IWD_BASE_PATH