From ef773bd634a3dfa1bdce90e99bda6de249588ac2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 25 Nov 2005 19:51:05 +0000 Subject: MFC 7992 Fix mac filter bit from ticket 684. Mac filtering is still a backend function, to enable one has to create the mac filter files in shell and comment out the # lines in hostapd config file. This will be part of my rewrite of wireless once i'm done with everything, but interface design needs to be redone first (as adding the mac filterlists to the wireless config page will "clutter it up" even more) --- usr/local/www/interfaces_wlan.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc index 2ea14cd..a731f4b 100755 --- a/usr/local/www/interfaces_wlan.inc +++ b/usr/local/www/interfaces_wlan.inc @@ -49,7 +49,7 @@ function wireless_config_init() { $pconfig['hidessid_enable'] = isset($optcfg['wireless']['hidessid']['enable']); $pconfig['debug_mode'] = $optcfg['wireless']['wpa']['debug_mode']; $pconfig['macaddr_acl'] = $optcfg['wireless']['wpa']['macaddr_acl']; - $pconfig['mac_acl_enable'] = $optcfg['wireless']['wpa']['mac_acl_enable']; + $pconfig['mac_acl_enable'] = isset($optcfg['wireless']['wpa']['mac_acl_enable']); $pconfig['auth_algs'] = $optcfg['wireless']['wpa']['auth_algs']; $pconfig['wpa_mode'] = $optcfg['wireless']['wpa']['wpa_mode']; $pconfig['wpa_key_mgmt'] = $optcfg['wireless']['wpa']['wpa_key_mgmt']; @@ -425,6 +425,8 @@ function wireless_config_print() { + Authentication