aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Prestwood <prestwoj@gmail.com>2023-11-10 04:58:11 -0800
committerDenis Kenzior <denkenz@gmail.com>2023-11-11 10:27:10 -0600
commit6e2dacb0ec5ec2523134a8b4aeb66bd3d516ccc5 (patch)
tree0f430e975118a11033c445e2ddb93e5dbb3c636a
parent8d2e35b2d46fd9bfd23e7c3036d2bd116d2bb64a (diff)
client: Add shared code DBus interface
-rw-r--r--client/dbus-proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/dbus-proxy.h b/client/dbus-proxy.h
index 0b4fec438..98b0a2a4c 100644
--- a/client/dbus-proxy.h
+++ b/client/dbus-proxy.h
@@ -3,6 +3,7 @@
* Wireless daemon for Linux
*
* Copyright (C) 2017-2019 Intel Corporation. All rights reserved.
+ * Copyright (C) 2023, Locus Robotics
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -38,6 +39,8 @@ struct proxy_interface;
#define IWD_AP_DIAGNOSTIC_INTERFACE "net.connman.iwd.AccessPointDiagnostic"
#define IWD_DAEMON_INTERFACE "net.connman.iwd.Daemon"
#define IWD_DPP_INTERFACE "net.connman.iwd.DeviceProvisioning"
+#define IWD_DPP_PKEX_INTERFACE \
+ "net.connman.iwd.SharedCodeDeviceProvisioning"
typedef bool (*proxy_property_match_func_t) (const void *a, const void *b);