client: add DPP interface

This commit is contained in:
James Prestwood 2021-12-20 16:07:46 -08:00 committed by Denis Kenzior
parent 7691e859d1
commit c631dc88a0
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ struct proxy_interface;
#define IWD_STATION_DIAGNOSTIC_INTERFACE "net.connman.iwd.StationDiagnostic"
#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"
typedef bool (*proxy_property_match_func_t) (const void *a, const void *b);