]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
defconfig: Enable DBus
authorLubomir Rintel <lkundrak@v3.sk>
Tue, 19 Feb 2019 13:44:08 +0000 (14:44 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 9 Mar 2019 16:35:49 +0000 (18:35 +0200)
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>
wpa_supplicant/defconfig

index 316ef8907d3a324114b95ed6e1ea934e3b5c75e0..88cd79085f6dee35e68258d9cde0d51a701a72e6 100644 (file)
@@ -354,10 +354,10 @@ CONFIG_IEEE80211W=y
 
 # Add support for new DBus control interface
 # (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
-#CONFIG_CTRL_IFACE_DBUS_INTRO=y
+CONFIG_CTRL_IFACE_DBUS_INTRO=y
 
 # Add support for loading EAP methods dynamically as shared libraries.
 # When this option is enabled, each EAP method can be either included