summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_wireless.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-03-17 11:17:29 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-03-17 11:17:29 -0300
commit7f7626ba444140848da559431688a5b38d3eeffd (patch)
treef336e0ea0103f1bcac53cd282cdfe2ff562da1c7 /usr/local/www/status_wireless.php
parent9c3b8c6edba4ca1d6cedb21c85f17a9637e18a74 (diff)
parent8cd558b61b9c24ee109993d8e76ddc4870ffa4fa (diff)
downloadpfsense-7f7626ba444140848da559431688a5b38d3eeffd.zip
pfsense-7f7626ba444140848da559431688a5b38d3eeffd.tar.gz
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br
Diffstat (limited to 'usr/local/www/status_wireless.php')
-rw-r--r--[-rwxr-xr-x]usr/local/www/status_wireless.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/status_wireless.php b/usr/local/www/status_wireless.php
index f18c9b5..c0d4a4b 100755..100644
--- a/usr/local/www/status_wireless.php
+++ b/usr/local/www/status_wireless.php
@@ -90,7 +90,7 @@ display_top_tabs($tab_array);
<tr><td>
<div id="mainarea" class="tabcont">
<input type="hidden" name="if" id="if" value="<?php echo htmlspecialchars($if); ?>">
-<b><input type="submit" name="rescanwifi" id="rescanwifi" value="Rescan"></b><br/><br/>
+<b><input type="submit" name="rescanwifi" id="rescanwifi" value="Rescan"></b><br /><br />
<b><?php echo gettext("Nearby access points or ad-hoc peers"); ?></b>
<table class="tabcont sortable" colspan="3" cellpadding="3" width="100%">
<thead>
@@ -138,7 +138,7 @@ display_top_tabs($tab_array);
?>
</tbody>
</table>
-<b><?php echo gettext("Associated or ad-hoc peers"); ?></b><br/>
+<b><?php echo gettext("Associated or ad-hoc peers"); ?></b><br />
<table class="tabcont sortable" colspan="3" cellpadding="3" width="100%">
<thead>
<tr bgcolor='#990000'>
@@ -184,8 +184,8 @@ display_top_tabs($tab_array);
?>
</tbody>
</table>
-</div><br>
- <b>Flags:</b> A = authorized, E = Extended Rate (802.11g), P = Power save mode<br>
+</div><br />
+ <b>Flags:</b> A = authorized, E = Extended Rate (802.11g), P = Power save mode<br />
<b>Capabilities:</b> E = ESS (infrastructure mode), I = IBSS (ad-hoc mode), P = privacy (WEP/TKIP/AES),
S = Short preamble, s = Short slot time
</td></tr>
OpenPOWER on IntegriCloud