All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] client: add diagnostic interface definition
@ 2021-01-19 17:13 James Prestwood
  2021-01-19 17:34 ` James Prestwood
  0 siblings, 1 reply; 4+ messages in thread
From: James Prestwood @ 2021-01-19 17:13 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 1747 bytes --]

---
 client/dbus-proxy.h | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/client/dbus-proxy.h b/client/dbus-proxy.h
index a3304848..9c5c57e5 100644
--- a/client/dbus-proxy.h
+++ b/client/dbus-proxy.h
@@ -24,15 +24,16 @@
 
 struct proxy_interface;
 
-#define IWD_ADAPTER_INTERFACE          "net.connman.iwd.Adapter"
-#define IWD_ACCESS_POINT_INTERFACE     "net.connman.iwd.AccessPoint"
-#define IWD_AD_HOC_INTERFACE           "net.connman.iwd.AdHoc"
-#define IWD_AGENT_MANAGER_INTERFACE    "net.connman.iwd.AgentManager"
-#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.SimpleConfiguration"
-#define IWD_STATION_INTERFACE          "net.connman.iwd.Station"
+#define IWD_ADAPTER_INTERFACE            "net.connman.iwd.Adapter"
+#define IWD_ACCESS_POINT_INTERFACE       "net.connman.iwd.AccessPoint"
+#define IWD_AD_HOC_INTERFACE             "net.connman.iwd.AdHoc"
+#define IWD_AGENT_MANAGER_INTERFACE      "net.connman.iwd.AgentManager"
+#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.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);
 
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] client: add diagnostic interface definition
  2021-01-19 17:13 [PATCH 1/2] client: add diagnostic interface definition James Prestwood
@ 2021-01-19 17:34 ` James Prestwood
  0 siblings, 0 replies; 4+ messages in thread
From: James Prestwood @ 2021-01-19 17:34 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 1981 bytes --]

Please disregard. Had some issues sending this out and apparently it
got sent twice.

On Tue, 2021-01-19 at 09:13 -0800, James Prestwood wrote:
> ---
>  client/dbus-proxy.h | 19 ++++++++++---------
>  1 file changed, 10 insertions(+), 9 deletions(-)
> 
> diff --git a/client/dbus-proxy.h b/client/dbus-proxy.h
> index a3304848..9c5c57e5 100644
> --- a/client/dbus-proxy.h
> +++ b/client/dbus-proxy.h
> @@ -24,15 +24,16 @@
>  
>  struct proxy_interface;
>  
> -#define IWD_ADAPTER_INTERFACE          "net.connman.iwd.Adapter"
> -#define IWD_ACCESS_POINT_INTERFACE     "net.connman.iwd.AccessPoint"
> -#define IWD_AD_HOC_INTERFACE           "net.connman.iwd.AdHoc"
> -#define
> IWD_AGENT_MANAGER_INTERFACE    "net.connman.iwd.AgentManager"
> -#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.SimpleConfiguration"
> -#define IWD_STATION_INTERFACE          "net.connman.iwd.Station"
> +#define IWD_ADAPTER_INTERFACE            "net.connman.iwd.Adapter"
> +#define
> IWD_ACCESS_POINT_INTERFACE       "net.connman.iwd.AccessPoint"
> +#define IWD_AD_HOC_INTERFACE             "net.connman.iwd.AdHoc"
> +#define
> IWD_AGENT_MANAGER_INTERFACE      "net.connman.iwd.AgentManager"
> +#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.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);
>  

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] client: add diagnostic interface definition
  2021-01-19 17:14 James Prestwood
@ 2021-01-19 19:12 ` Denis Kenzior
  0 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2021-01-19 19:12 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

Hi James,

On 1/19/21 11:14 AM, James Prestwood wrote:
> ---
>   client/dbus-proxy.h | 19 ++++++++++---------
>   1 file changed, 10 insertions(+), 9 deletions(-)
> 

Both applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] client: add diagnostic interface definition
@ 2021-01-19 17:14 James Prestwood
  2021-01-19 19:12 ` Denis Kenzior
  0 siblings, 1 reply; 4+ messages in thread
From: James Prestwood @ 2021-01-19 17:14 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 1747 bytes --]

---
 client/dbus-proxy.h | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/client/dbus-proxy.h b/client/dbus-proxy.h
index a3304848..9c5c57e5 100644
--- a/client/dbus-proxy.h
+++ b/client/dbus-proxy.h
@@ -24,15 +24,16 @@
 
 struct proxy_interface;
 
-#define IWD_ADAPTER_INTERFACE          "net.connman.iwd.Adapter"
-#define IWD_ACCESS_POINT_INTERFACE     "net.connman.iwd.AccessPoint"
-#define IWD_AD_HOC_INTERFACE           "net.connman.iwd.AdHoc"
-#define IWD_AGENT_MANAGER_INTERFACE    "net.connman.iwd.AgentManager"
-#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.SimpleConfiguration"
-#define IWD_STATION_INTERFACE          "net.connman.iwd.Station"
+#define IWD_ADAPTER_INTERFACE            "net.connman.iwd.Adapter"
+#define IWD_ACCESS_POINT_INTERFACE       "net.connman.iwd.AccessPoint"
+#define IWD_AD_HOC_INTERFACE             "net.connman.iwd.AdHoc"
+#define IWD_AGENT_MANAGER_INTERFACE      "net.connman.iwd.AgentManager"
+#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.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);
 
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-19 19:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 17:13 [PATCH 1/2] client: add diagnostic interface definition James Prestwood
2021-01-19 17:34 ` James Prestwood
2021-01-19 17:14 James Prestwood
2021-01-19 19:12 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.