summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wlan.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-09 22:18:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-09 22:18:20 +0000
commite93b423d999a94ff3148b3358dfe302c03fa05e0 (patch)
tree0454a42f0d0f545c1615d100d9ccf142efecd690 /usr/local/www/interfaces_wlan.inc
parent83dd71f57b5355e6028dfb40d426a2f5d2e62ac4 (diff)
downloadpfsense-e93b423d999a94ff3148b3358dfe302c03fa05e0.zip
pfsense-e93b423d999a94ff3148b3358dfe302c03fa05e0.tar.gz
Remove hide option. It wasn't what i thought it was.
Diffstat (limited to 'usr/local/www/interfaces_wlan.inc')
-rwxr-xr-xusr/local/www/interfaces_wlan.inc19
1 files changed, 0 insertions, 19 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc
index 23ca8b6..670fcd7 100755
--- a/usr/local/www/interfaces_wlan.inc
+++ b/usr/local/www/interfaces_wlan.inc
@@ -37,7 +37,6 @@ function wireless_config_init() {
$pconfig['standard'] = $optcfg['wireless']['standard'];
$pconfig['mode'] = $optcfg['wireless']['mode'];
$pconfig['ssid'] = $optcfg['wireless']['ssid'];
- $pconfig['hidessid'] = $optcfg['wireless']['hidessid'];
$pconfig['stationname'] = $optcfg['wireless']['stationname'];
$pconfig['channel'] = $optcfg['wireless']['channel'];
$pconfig['txpower'] = $optcfg['wireless']['txpower'];
@@ -80,7 +79,6 @@ function wireless_config_post() {
$optcfg['wireless']['mode'] = $_POST['mode'];
$optcfg['wireless']['ssid'] = $_POST['ssid'];
$optcfg['wireless']['ssid'] = $_POST['ssid'];
- $optcfg['wireless']['hidessid'] = $_POST['hidessid'];
$optcfg['wireless']['stationname'] = $_POST['stationname'];
$optcfg['wireless']['channel'] = $_POST['channel'];
$optcfg['wireless']['txpower'] = $_POST['txpower'];
@@ -149,21 +147,6 @@ function wireless_config_print() {
<td class="vtable"><?=$mandfldhtml;?><input name="ssid" type="text" class="formfld" id="ssid" size="20" value="<?=htmlspecialchars($pconfig['ssid']);?>">
</td>
</tr>
-
- <tr>
- <td valign="top" class="vncellreq">Hide SSID</td>
- <td class="vtable">
- <?php
- if(isset($pconfig['hidessid']))
- $CHECKED = " CHECKED";
- else
- $CHECKED = "";
- ?>
- <input name="hidessid" type="checkbox" class="formfld" id="hidessid"<?php echo $CHECKED; ?>"><br>
- If your operating an access point this option will hide the SSID from being seen by the general public.
- </td>
- </tr>
-
<tr>
<td valign="top" class="vncellreq">802.11g only</td>
<td class="vtable">
@@ -177,7 +160,6 @@ function wireless_config_print() {
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">
@@ -195,7 +177,6 @@ function wireless_config_print() {
Note: Typically only a few discreet power settings are available and the driver will use the setting closest to the specified value. Not all adaptors support changing the transmit power setting.
</td>
</tr>
-
<tr>
<td valign="top" class="vncellreq">Channel</td>
<td class="vtable"><select name="channel" class="formfld" id="channel">
OpenPOWER on IntegriCloud