mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-15 08:00:37 +01:00
iwd: Update D-Bus interface name #define for WSC
The interface name has changed in 2019 but the WSC interface has never been used by NM. Update #define NM_IWD_WSC_INTERFACE in nm-iwd-manager.h accordingly.
This commit is contained in:
parent
87bce61bad
commit
98ff7528ed
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#define NM_IWD_DEVICE_INTERFACE "net.connman.iwd.Device"
|
||||
#define NM_IWD_NETWORK_INTERFACE "net.connman.iwd.Network"
|
||||
#define NM_IWD_AGENT_INTERFACE "net.connman.iwd.Agent"
|
||||
#define NM_IWD_WSC_INTERFACE "net.connman.iwd.WiFiSimpleConfiguration"
|
||||
#define NM_IWD_WSC_INTERFACE "net.connman.iwd.SimpleConfiguration"
|
||||
#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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue