From 091ea84e50356474576914ddc71bc1088bc7fce6 Mon Sep 17 00:00:00 2001 From: Mathy Date: Sat, 7 Mar 2020 21:09:56 -0500 Subject: [PATCH] fragattack: configuration for hostapd --- hostapd/defconfig | 2 ++ hostapd/hostapd.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hostapd/defconfig b/hostapd/defconfig index 1a3d9f9ba..5a6c3d5cb 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -383,3 +383,5 @@ CONFIG_IPV6=y # Override default value for the wpa_disable_eapol_key_retries configuration # parameter. See that parameter in hostapd.conf for more details. #CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1 + +CONFIG_TESTING_OPTIONS=y diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index ddc1048e8..4d793c98a 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -63,7 +63,7 @@ logger_stdout_level=2 # than one interface is used. # /var/run/hostapd is the recommended directory for sockets and by default, # hostapd_cli will use it when trying to connect with hostapd. -ctrl_interface=/var/run/hostapd +ctrl_interface=wpaspy_ctrl # Access control for the control interface can be configured by setting the # directory to allow only members of a group to use sockets. This way, it is