diff options
Diffstat (limited to 'hostapd/hostapd.conf')
-rw-r--r-- | hostapd/hostapd.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index e11414c..373fdaf 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -26,11 +26,11 @@ ssid=test # 2 = use external RADIUS server (accept/deny lists are searched first) macaddr_acl=0 -# Accept/deny lists -#accept_mac=00:11:22:33:44:55 -#accept_mac=00:66:77:88:99:aa -#deny_mac=00:20:30:40:50:60 -#deny_mac=00:ab:cd:ef:12:34 +# Accept/deny lists are read from separate files (containing list of +# MAC addresses, one per line). Use absolute path name to make sure that the +# files can be read on SIGHUP configuration reloads. +#accept_mac_file=/etc/hostapd.accept +#deny_mac_file=/etc/hostapd.deny # Associate as a station to another AP while still acting as an AP on the same # channel. |