client: add AccessPointDiagnostic interface definition

This commit is contained in:
James Prestwood 2021-01-20 10:30:33 -08:00 committed by Denis Kenzior
parent 8e03d56688
commit 4233e0ca3a
1 changed files with 1 additions and 0 deletions

View File

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