summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-29 20:17:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-29 20:17:06 +0000
commit975326c5c9974134d4620ced088f4f23ec97dae2 (patch)
treee2e79b65da0c8f056bb19617f9673e1479d37cf6 /usr
parent15e679073432687c70c83173d860674b214ac4b7 (diff)
downloadpfsense-975326c5c9974134d4620ced088f4f23ec97dae2.zip
pfsense-975326c5c9974134d4620ced088f4f23ec97dae2.tar.gz
Add 802.11g only mode for cards that support it
Diffstat (limited to 'usr')
-rw-r--r--usr/local/pkg/carp_settings.xml6
-rwxr-xr-xusr/local/www/interfaces_wlan.inc14
2 files changed, 20 insertions, 0 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml
index e418d54..05866da 100644
--- a/usr/local/pkg/carp_settings.xml
+++ b/usr/local/pkg/carp_settings.xml
@@ -106,6 +106,12 @@
<type>checkbox</type>
</field>
<field>
+ <fielddescr>Synchronize SNMP</fielddescr>
+ <fieldname>synchronizesnmp</fieldname>
+ <description>When this option is enabled, this system will automatically sync the snmp settings over to the other carp host when changes are made.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
<fielddescr>Synchronize traffic shaper</fielddescr>
<fieldname>synchronizetrafficshaper</fieldname>
<description>When this option is enabled, this system will automatically sync the traffic shaper rules over to the other carp host when changes are made.</description>
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc
index 6f9a970..259211d 100755
--- a/usr/local/www/interfaces_wlan.inc
+++ b/usr/local/www/interfaces_wlan.inc
@@ -166,6 +166,20 @@ function wireless_config_print() {
</tr>
<tr>
+ <td valign="top" class="vncellreq">802.11g only</td>
+ <td class="vtable">
+ <?php
+ if(isset($pconfig['pureg']))
+ $CHECKED = " CHECKED";
+ else
+ $CHECKED = "";
+ ?>
+ <input name="pureg" type="checkbox" class="formfld" id="pureg"<?php echo $CHECKED; ?>><br>
+ When operating as an access point in 802.11g mode allow only 11g-capable stations to associate (11b-only stations are not permitted to associate).
+ </td>
+ </tr>
+
+ <tr>
<td valign="top" class="vncellreq">Transmit power</td>
<td class="vtable">
<select name="txpower">
OpenPOWER on IntegriCloud