3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-16 17:09:24 +01:00

dbus: Add net.connman.iwd.BasicServiceSet interface

This commit is contained in:
James Prestwood 2024-08-12 08:46:01 -07:00 committed by Denis Kenzior
parent 7ee7848a96
commit cd1507620f

View File

@ -48,6 +48,7 @@
#define IWD_NETCONFIG_AGENT_INTERFACE \ #define IWD_NETCONFIG_AGENT_INTERFACE \
"net.connman.iwd.NetworkConfigurationAgent" "net.connman.iwd.NetworkConfigurationAgent"
#define IWD_SHARED_CODE_AGENT_INTERFACE "net.connman.iwd.SharedCodeAgent" #define IWD_SHARED_CODE_AGENT_INTERFACE "net.connman.iwd.SharedCodeAgent"
#define IWD_BSS_INTERFACE "net.connman.iwd.BasicServiceSet"
#define IWD_BASE_PATH "/net/connman/iwd" #define IWD_BASE_PATH "/net/connman/iwd"
#define IWD_AGENT_MANAGER_PATH IWD_BASE_PATH #define IWD_AGENT_MANAGER_PATH IWD_BASE_PATH