defconfig: Enable DBus
Acquire the new name, along with introspection. This is generally useful for other daemons to integrate with wpa_supplicant, notably NetworkManager. Debian and Fedora (and likely any other distro that configured wireless via NetworkManager) enable this. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
This commit is contained in:
parent
6a8dee76d4
commit
fafad85274
1 changed files with 2 additions and 2 deletions
|
@ -354,10 +354,10 @@ CONFIG_IEEE80211W=y
|
||||||
|
|
||||||
# Add support for new DBus control interface
|
# Add support for new DBus control interface
|
||||||
# (fi.w1.hostap.wpa_supplicant1)
|
# (fi.w1.hostap.wpa_supplicant1)
|
||||||
#CONFIG_CTRL_IFACE_DBUS_NEW=y
|
CONFIG_CTRL_IFACE_DBUS_NEW=y
|
||||||
|
|
||||||
# Add introspection support for new DBus control interface
|
# Add introspection support for new DBus control interface
|
||||||
#CONFIG_CTRL_IFACE_DBUS_INTRO=y
|
CONFIG_CTRL_IFACE_DBUS_INTRO=y
|
||||||
|
|
||||||
# Add support for loading EAP methods dynamically as shared libraries.
|
# Add support for loading EAP methods dynamically as shared libraries.
|
||||||
# When this option is enabled, each EAP method can be either included
|
# When this option is enabled, each EAP method can be either included
|
||||||
|
|
Loading…
Reference in a new issue