mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 21:20:10 +01:00
wifi/iwd: add new DBus interface name defines
New IWD DBus interfaces added before 0.4 and before 0.8
This commit is contained in:
parent
436c2a1c8b
commit
618568366d
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@
|
|||
"net.connman.iwd.WiFiSimpleConfiguration"
|
||||
#define NM_IWD_KNOWN_NETWORK_INTERFACE "net.connman.iwd.KnownNetwork"
|
||||
#define NM_IWD_SIGNAL_AGENT_INTERFACE "net.connman.iwd.SignalLevelAgent"
|
||||
#define NM_IWD_AP_INTERFACE "net.connman.iwd.AccessPoint"
|
||||
#define NM_IWD_ADHOC_INTERFACE "net.connman.iwd.AdHoc"
|
||||
#define NM_IWD_STATION_INTERFACE "net.connman.iwd.Station"
|
||||
|
||||
#define NM_TYPE_IWD_MANAGER (nm_iwd_manager_get_type ())
|
||||
#define NM_IWD_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_IWD_MANAGER, NMIwdManager))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue