3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

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

View File

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