summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wlan.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-27 00:45:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-27 00:45:12 +0000
commita2db313b0b3c85cfd58c087eead58e268801b8d7 (patch)
tree95372088e9a798674f8652222242fcbe2fa8587b /usr/local/www/interfaces_wlan.inc
parent26a28fbc04b6ebaa54d066a165310271adbf1b13 (diff)
downloadpfsense-a2db313b0b3c85cfd58c087eead58e268801b8d7.zip
pfsense-a2db313b0b3c85cfd58c087eead58e268801b8d7.tar.gz
Move to under channel
Diffstat (limited to 'usr/local/www/interfaces_wlan.inc')
-rwxr-xr-xusr/local/www/interfaces_wlan.inc30
1 files changed, 15 insertions, 15 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc
index f437902..8d78635 100755
--- a/usr/local/www/interfaces_wlan.inc
+++ b/usr/local/www/interfaces_wlan.inc
@@ -353,6 +353,21 @@ function wireless_config_print() {
use "ifconfig interface list channel" to list channels.</td>
</tr>
<tr>
+ <td valign="top" class="vncell">Interface capabilities</td>
+ <?php
+ if($wancfg['if'])
+ $if = $lancfg['if'];
+ if($wancfg['if'])
+ $if = $lancfg['if'];
+ if($optcfg['if'])
+ $if = $optcfg['if'];
+ $results = `/sbin/ifconfig {$if} list channel`;
+ ?>
+ <td class="vtable"><textarea cols="73" rows="3"><?=$results?>;</textarea>
+ <br/>This is a list of the channels and the capabilities of your card.
+ </td>
+ </tr>
+ <tr>
<td valign="top" class="vncell">Distance setting</td>
<td class="vtable"><input name="distance" type="text" class="formfld" id="distance" size="5" value="<?=htmlspecialchars($pconfig['distance']);?>">
<br/>
@@ -485,19 +500,4 @@ function wireless_config_print() {
<br/>Setting this option will enable 802.1x authentication.
</td>
</tr>
- <tr>
- <td valign="top" class="vncell">Interface capabilities</td>
- <?php
- if($wancfg['if'])
- $if = $lancfg['if'];
- if($wancfg['if'])
- $if = $lancfg['if'];
- if($optcfg['if'])
- $if = $optcfg['if'];
- $results = `/sbin/ifconfig {$if} list channel`;
- ?>
- <td class="vtable"><textarea cols="73" rows="3"><?=$results?>;</textarea>
- <br/>This is a list of the channels and the capabilities of your card.
- </td>
- </tr>
<? } ?>
OpenPOWER on IntegriCloud