mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
9e57005056
commit
10e41a6ff3
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user