From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4841401098648779449==" MIME-Version: 1.0 From: James Prestwood To: iwd at lists.01.org Subject: [PATCH v4 02/10] dbus: add DPP interface Date: Thu, 16 Dec 2021 10:08:46 -0800 Message-ID: <20211216180854.39470-2-prestwoj@gmail.com> In-Reply-To: 20211216180854.39470-1-prestwoj@gmail.com --===============4841401098648779449== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- src/dbus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dbus.h b/src/dbus.h index 7703b37f..bbc76608 100644 --- a/src/dbus.h +++ b/src/dbus.h @@ -43,6 +43,7 @@ #define IWD_STATION_DIAGNOSTIC_INTERFACE "net.connman.iwd.StationDiagnosti= c" #define IWD_AP_DIAGNOSTIC_INTERFACE "net.connman.iwd.AccessPointDiagnostic" #define IWD_STATION_DEBUG_INTERFACE "net.connman.iwd.StationDebug" +#define IWD_DPP_INTERFACE "net.connman.iwd.DeviceProvisioning" = #define IWD_BASE_PATH "/net/connman/iwd" #define IWD_AGENT_MANAGER_PATH IWD_BASE_PATH -- = 2.31.1 --===============4841401098648779449==--