client: add diagnostic interface definition

This commit is contained in:
James Prestwood 2021-01-19 09:14:44 -08:00 committed by Denis Kenzior
parent a17e5e0f7f
commit c15cdbe753
1 changed files with 10 additions and 9 deletions

View File

@ -33,6 +33,7 @@ struct proxy_interface;
#define IWD_NETWORK_INTERFACE "net.connman.iwd.Network"
#define IWD_WSC_INTERFACE "net.connman.iwd.SimpleConfiguration"
#define IWD_STATION_INTERFACE "net.connman.iwd.Station"
#define IWD_STATION_DIAGNOSTIC_INTERFACE "net.connman.iwd.StationDiagnostic"
typedef bool (*proxy_property_match_func_t) (const void *a, const void *b);