fragattack: configuration for hostapd

This commit is contained in:
Mathy 2020-03-07 21:09:56 -05:00
parent b61251c7eb
commit 091ea84e50
2 changed files with 3 additions and 1 deletions

View File

@ -383,3 +383,5 @@ CONFIG_IPV6=y
# Override default value for the wpa_disable_eapol_key_retries configuration # Override default value for the wpa_disable_eapol_key_retries configuration
# parameter. See that parameter in hostapd.conf for more details. # parameter. See that parameter in hostapd.conf for more details.
#CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1 #CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1
CONFIG_TESTING_OPTIONS=y

View File

@ -63,7 +63,7 @@ logger_stdout_level=2
# than one interface is used. # than one interface is used.
# /var/run/hostapd is the recommended directory for sockets and by default, # /var/run/hostapd is the recommended directory for sockets and by default,
# hostapd_cli will use it when trying to connect with hostapd. # 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 # 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 # directory to allow only members of a group to use sockets. This way, it is