summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-10 02:13:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-10 02:13:14 +0000
commit4c00cc03c2fc9d508ac6750005c531918e429b05 (patch)
tree2b8e81444a8662c1fcbb38634d6e4bec9353ebcd /usr
parent98f3ce92776d9832c02a4def9a18131c5c730096 (diff)
downloadpfsense-4c00cc03c2fc9d508ac6750005c531918e429b05.zip
pfsense-4c00cc03c2fc9d508ac6750005c531918e429b05.tar.gz
Nuke stationname
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_wlan.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc
index 59ab424..54539c2 100755
--- a/usr/local/www/interfaces_wlan.inc
+++ b/usr/local/www/interfaces_wlan.inc
@@ -38,7 +38,6 @@ function wireless_config_init() {
$pconfig['mode'] = $optcfg['wireless']['mode'];
$pconfig['protmode'] = $optcfg['wireless']['protmode'];
$pconfig['ssid'] = $optcfg['wireless']['ssid'];
- $pconfig['stationname'] = $optcfg['wireless']['stationname'];
$pconfig['channel'] = $optcfg['wireless']['channel'];
$pconfig['txpower'] = $optcfg['wireless']['txpower'];
$pconfig['distance'] = $optcfg['wireless']['distance'];
@@ -139,7 +138,7 @@ function wireless_config_post() {
$optcfg['wireless']['mode'] = $_POST['mode'];
$optcfg['wireless']['protmode'] = $_POST['protmode'];
$optcfg['wireless']['ssid'] = $_POST['ssid'];
- $optcfg['wireless']['stationname'] = $_POST['stationname'];
+
$optcfg['wireless']['channel'] = $_POST['channel'];
$optcfg['wireless']['authmode'] = $_POST['authmode'];
$optcfg['wireless']['txpower'] = $_POST['txpower'];
@@ -376,12 +375,6 @@ function wireless_config_print() {
</td>
</tr>
<tr>
- <td valign="top" class="vncell">Station name</td>
- <td class="vtable"><input name="stationname" type="text" class="formfld" id="stationname" size="20" value="<?=htmlspecialchars($pconfig['stationname']);?>">
- <br/>
- Hint: this field can usually be left blank</td>
- </tr>
- <tr>
<td valign="top" class="vncell">WEP</td>
<td class="vtable"> <input name="wep_enable" type="checkbox" id="wep_enable" value="yes" <? if ($pconfig['wep_enable']) echo "checked"; ?>>
<strong>Enable WEP</strong>
OpenPOWER on IntegriCloud