summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_wireless.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-09-17 18:18:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-09-17 18:18:07 +0000
commit6c40c0076447ae343cc942f9c4e269b8bd694729 (patch)
tree426b249dbb1b5ce256db079389614d5e098f2b27 /usr/local/www/status_wireless.php
parent0f66f9a2ee6b6804a64d4cf0d2c1e444e4fd4737 (diff)
downloadpfsense-6c40c0076447ae343cc942f9c4e269b8bd694729.zip
pfsense-6c40c0076447ae343cc942f9c4e269b8bd694729.tar.gz
Show wireless nodes regardless if we can deterimine BSS value. Now the AP my test unit is associated with shows the signal strength, etc correctly.
Diffstat (limited to 'usr/local/www/status_wireless.php')
-rwxr-xr-xusr/local/www/status_wireless.php22
1 files changed, 10 insertions, 12 deletions
diff --git a/usr/local/www/status_wireless.php b/usr/local/www/status_wireless.php
index a1b26a1..aa468be 100755
--- a/usr/local/www/status_wireless.php
+++ b/usr/local/www/status_wireless.php
@@ -106,18 +106,16 @@ if ($mode == 'bss') {
$state_fixed = str_replace(" ", " ", $state_fixed);
$state_fixed = str_replace(" ", " ", $state_fixed);
$state_split = split(" ", $state_fixed);
- if($state_split[1] <> ""){
- print "<tr>";
- print "<td>{$state_split[0]}</td>";
- print "<td>{$state_split[1]}</td>";
- print "<td>{$state_split[2]}</td>";
- print "<td>{$state_split[3]}</td>";
- print "<td>{$state_split[4]}</td>";
- print "<td>{$state_split[5]}</td>";
- print "<td>{$state_split[6]}</td>";
- print "</tr>\n";
- print "<!-- $state_fixed -->\n";
- }
+ print "<tr>";
+ print "<td>{$state_split[0]}</td>";
+ print "<td>{$state_split[1]}</td>";
+ print "<td>{$state_split[2]}</td>";
+ print "<td>{$state_split[3]}</td>";
+ print "<td>{$state_split[4]}</td>";
+ print "<td>{$state_split[5]}</td>";
+ print "<td>{$state_split[6]}</td>";
+ print "</tr>\n";
+ print "<!-- $state_fixed -->\n";
}
} elseif ($mode == 'hostap') {
/* table header */
OpenPOWER on IntegriCloud