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.

This commit is contained in:
Scott Ullrich 2007-09-17 18:18:21 +00:00
parent 9e57005056
commit 10e41a6ff3

View File

@ -107,18 +107,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 */