From ad93ddd58050d1d28f5ebc6ea68ff58e349d4598 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 24 Oct 2019 10:43:39 -0500 Subject: [PATCH] client: Update to the new wsc api naming --- client/dbus-proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/dbus-proxy.h b/client/dbus-proxy.h index b82b0ee2..664b747f 100644 --- a/client/dbus-proxy.h +++ b/client/dbus-proxy.h @@ -31,7 +31,7 @@ struct proxy_interface; #define IWD_DEVICE_INTERFACE "net.connman.iwd.Device" #define IWD_KNOWN_NETWORK_INTREFACE "net.connman.iwd.KnownNetwork" #define IWD_NETWORK_INTERFACE "net.connman.iwd.Network" -#define IWD_WSC_INTERFACE "net.connman.iwd.WiFiSimpleConfiguration" +#define IWD_WSC_INTERFACE "net.connman.iwd.SimpleConfiguration" #define IWD_STATION_INTERFACE "net.connman.iwd.Station" typedef bool (*proxy_property_match_func_t) (const void *a, const void *b);