3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

wired: Introduce EAD_BASE_PATH

This commit is contained in:
Denis Kenzior 2019-10-28 15:48:12 -05:00
parent 161d1c8d78
commit 74e814a537
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@
enum l_dbus_bus;
struct l_dbus;
#define EAD_BASE_PATH "/net/connman/ead"
struct l_dbus *dbus_app_get(void);
typedef void (*dbus_app_destroy_func_t) (void *user_data);

View File

@ -43,7 +43,7 @@
#include "wired/ethdev.h"
#define ADAPTER_INTERFACE "net.connman.ead.Adapter"
#define ADAPTER_BASEPATH "/net/connman/ead/adapter"
#define ADAPTER_BASEPATH EAD_BASE_PATH "/adapter"
#define PROP_NAME "Name"
#define PROP_ADDRESS "Address"