mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-23 06:02:37 +01:00
dbus: Move Device interface #define to dbus.h
This commit is contained in:
parent
6437e5ae92
commit
852072e836
@ -23,6 +23,7 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define IWD_MANAGER_INTERFACE "net.connman.iwd.Manager"
|
#define IWD_MANAGER_INTERFACE "net.connman.iwd.Manager"
|
||||||
|
#define IWD_DEVICE_INTERFACE "net.connman.iwd.Device"
|
||||||
|
|
||||||
struct l_dbus;
|
struct l_dbus;
|
||||||
|
|
||||||
|
@ -36,8 +36,6 @@
|
|||||||
#include "src/wiphy.h"
|
#include "src/wiphy.h"
|
||||||
#include "src/dbus.h"
|
#include "src/dbus.h"
|
||||||
|
|
||||||
#define IWD_DEVICE_INTERFACE "net.connman.iwd.Device"
|
|
||||||
|
|
||||||
static const char *network_ssid = NULL;
|
static const char *network_ssid = NULL;
|
||||||
|
|
||||||
static struct l_genl *genl = NULL;
|
static struct l_genl *genl = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user