34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
--- ../defconfig.orig 2020-03-10 21:02:00.508270039 +0100
|
|
+++ ./wpa_supplicant/defconfig 2020-03-10 21:03:10.607040726 +0100
|
|
@@ -26,7 +26,7 @@
|
|
# replacement for WEXT and its use allows wpa_supplicant to properly control
|
|
# the driver to improve existing functionality like roaming and to support new
|
|
# functionality.
|
|
-CONFIG_DRIVER_WEXT=y
|
|
+# CONFIG_DRIVER_WEXT=y
|
|
|
|
# Driver interface for Linux drivers using the nl80211 kernel interface
|
|
CONFIG_DRIVER_NL80211=y
|
|
@@ -367,7 +367,7 @@
|
|
|
|
# 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
|
|
@@ -397,10 +397,10 @@
|
|
CONFIG_IEEE80211R=y
|
|
|
|
# Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
|
|
-CONFIG_DEBUG_FILE=y
|
|
+# CONFIG_DEBUG_FILE=y
|
|
|
|
# Send debug messages to syslog instead of stdout
|
|
-CONFIG_DEBUG_SYSLOG=y
|
|
+# CONFIG_DEBUG_SYSLOG=y
|
|
# Set syslog facility for debug messages
|
|
#CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
|
|
|