From: Lubomir Rintel Date: Tue, 19 Feb 2019 13:44:08 +0000 (+0100) Subject: defconfig: Enable DBus X-Git-Tag: hostap_2_8~256 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fafad8527448333987e08b4259b31146caabba43;p=thirdparty%2Fhostap.git 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 --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 316ef8907..88cd79085 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -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