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:
Andrew Zaborowski 2021-11-09 02:51:30 +01:00 committed by Thomas Haller
parent 87bce61bad
commit 98ff7528ed
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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"