diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-22 23:11:49 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-22 23:11:49 +0000 |
commit | 11423577100d8adb6eed34f283cd6882700b58e8 (patch) | |
tree | 94658cf56ddb42fd9887fdcf126452d059621a5c | |
parent | 3dc083e32f9554e3c9def19841a502cdf38a172d (diff) | |
download | pfsense-11423577100d8adb6eed34f283cd6882700b58e8.zip pfsense-11423577100d8adb6eed34f283cd6882700b58e8.tar.gz |
Remove "Enable MAC Filtering" option until a helper area is added allowing which mac addresses can associate.
-rwxr-xr-x | usr/local/www/interfaces_wlan.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc index 8d387e1..235e12f 100755 --- a/usr/local/www/interfaces_wlan.inc +++ b/usr/local/www/interfaces_wlan.inc @@ -426,21 +426,6 @@ function wireless_config_print() { </td> </tr> <tr> - <td valign="top" class="vncell">Enable MAC Filtering</td> - <td class="vtable"><input name="mac_acl_enable" type="checkbox" value="yes" class="formfld" id="mac_acl_enable" <? if ($pconfig['mac_acl_enable']) echo "checked"; ?>> - Setting this option will enable the use of a mac filterlist to allow/deny association based on mac address - <br/><br/> - <select name="macaddr_acl" class="formfld" id="macaddr_acl"> - <option <? if ($pconfig['macaddr_acl'] == '0') echo "selected";?> value="0">Allow</option> - <option <? if ($pconfig['macaddr_acl'] == '1') echo "selected";?> value="1">Deny</option> - <option <? if ($pconfig['macaddr_acl'] == '2') echo "selected";?> value="2">Radius</option> - </select> - <br/><br/> - Setting this to "Allow" will allow all clients in not in deny list, while "Deny" will deny all clients not in allow list. - Radius will cause allow and deny list to be searched and then query radius.</br> - </td> - </tr> - <tr> <td valign="top" class="vncell">Authentication</td> <td class="vtable"><select name="auth_algs" class="formfld" id="auth_algs"> <option <? if ($pconfig['auth_algs'] == '1') echo "selected";?> value="1">Open System Authentication</option> |