]> git.pld-linux.org Git - packages/hostapd.git/blame - hostapd-config.patch
- fix WPA2 vurnelabilities (a.k.a. KRACK)
[packages/hostapd.git] / hostapd-config.patch
CommitLineData
31a0b335 1--- hostapd-0.1.0/hostapd/hostapd.conf.org 2003-10-18 21:47:20.000000000 +0000
2+++ hostapd-0.1.0/hostapd/hostapd.conf 2003-10-18 21:47:38.000000000 +0000
bdb60df0 3@@ -52,8 +52,8 @@
4 # Accept/deny lists are read from separate files (containing list of
5 # MAC addresses, one per line). Use absolute path name to make sure that the
6 # files can be read on SIGHUP configuration reloads.
7-#accept_mac_file=/etc/hostapd.accept
8-#deny_mac_file=/etc/hostapd.deny
9+accept_mac_file=/etc/hostap/hostapd.accept
10+deny_mac_file=/etc/hostap/hostapd.deny
11
12 # IEEE 802.11 specifies two authentication algorithms. hostapd can be
13 # configured to allow both of these or only one. Open system authentication
This page took 0.037426 seconds and 4 git commands to generate.