wpa_supplicant: Drop the old D-Bus interface support

This drops support for the fi.epitest.hostap.WPASupplicant D-Bus name
along with the associated CONFIG_CTRL_IFACE_DBUS option. Nothing should
really be using this since 2010.

This is a just a straightforward removal. Perhaps the dbus_common.c and
dbus_new.c can be merged now. Also, the "_NEW" suffix of the config
option seems to make even less sense than it used to.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
This commit is contained in:
Lubomir Rintel 2019-02-26 12:04:36 +01:00 committed by Jouni Malinen
parent 192d061add
commit 6a8dee76d4
19 changed files with 36 additions and 2771 deletions

View file

@ -5,9 +5,9 @@ Wants=network.target
[Service]
Type=dbus
BusName=@DBUS_INTERFACE@
BusName=fi.w1.wpa_supplicant1
ExecStart=@BINDIR@/wpa_supplicant -u
[Install]
WantedBy=multi-user.target
Alias=dbus-@DBUS_INTERFACE@.service
Alias=dbus-fi.w1.wpa_supplicant1.service