From 4233e0ca3a28056cf498a18d823a8ef4f8b2f522 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 20 Jan 2021 10:30:33 -0800 Subject: [PATCH] client: add AccessPointDiagnostic interface definition --- client/dbus-proxy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/client/dbus-proxy.h b/client/dbus-proxy.h index 9c5c57e5..a3ca270a 100644 --- a/client/dbus-proxy.h +++ b/client/dbus-proxy.h @@ -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);