summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wlan.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-22 23:11:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-22 23:11:49 +0000
commit11423577100d8adb6eed34f283cd6882700b58e8 (patch)
tree94658cf56ddb42fd9887fdcf126452d059621a5c /usr/local/www/interfaces_wlan.inc
parent3dc083e32f9554e3c9def19841a502cdf38a172d (diff)
downloadpfsense-11423577100d8adb6eed34f283cd6882700b58e8.zip
pfsense-11423577100d8adb6eed34f283cd6882700b58e8.tar.gz
Remove "Enable MAC Filtering" option until a helper area is added allowing which mac addresses can associate.
Diffstat (limited to 'usr/local/www/interfaces_wlan.inc')
-rwxr-xr-xusr/local/www/interfaces_wlan.inc15
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>
OpenPOWER on IntegriCloud