Revision ef773bd6
Added by Scott Ullrich over 19 years ago
usr/local/www/interfaces_wlan.inc | ||
---|---|---|
49 | 49 |
$pconfig['hidessid_enable'] = isset($optcfg['wireless']['hidessid']['enable']); |
50 | 50 |
$pconfig['debug_mode'] = $optcfg['wireless']['wpa']['debug_mode']; |
51 | 51 |
$pconfig['macaddr_acl'] = $optcfg['wireless']['wpa']['macaddr_acl']; |
52 |
$pconfig['mac_acl_enable'] = $optcfg['wireless']['wpa']['mac_acl_enable'];
|
|
52 |
$pconfig['mac_acl_enable'] = isset($optcfg['wireless']['wpa']['mac_acl_enable']);
|
|
53 | 53 |
$pconfig['auth_algs'] = $optcfg['wireless']['wpa']['auth_algs']; |
54 | 54 |
$pconfig['wpa_mode'] = $optcfg['wireless']['wpa']['wpa_mode']; |
55 | 55 |
$pconfig['wpa_key_mgmt'] = $optcfg['wireless']['wpa']['wpa_key_mgmt']; |
... | ... | |
425 | 425 |
</select> |
426 | 426 |
</td> |
427 | 427 |
</tr> |
428 |
<? /* |
|
429 |
*/ ?> |
|
428 | 430 |
<tr> |
429 | 431 |
<td valign="top" class="vncell">Authentication</td> |
430 | 432 |
<td class="vtable"><select name="auth_algs" class="formfld" id="auth_algs"> |
Also available in: Unified diff
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)