mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
client: Move definition of agent manager interface
Make the definition of the agent manager interface public.
This commit is contained in:
parent
13b22b3744
commit
a306b79e8f
@ -31,7 +31,6 @@
|
||||
#include "dbus-proxy.h"
|
||||
#include "agent-manager.h"
|
||||
|
||||
#define IWD_AGENT_MANAGER_INTERFACE "net.connman.iwd.AgentManager"
|
||||
#define IWD_AGENT_MANAGER_PATH "/"
|
||||
|
||||
static void check_errors_method_callback(struct l_dbus_message *message,
|
||||
|
@ -27,6 +27,7 @@ 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"
|
||||
|
Loading…
Reference in New Issue
Block a user