From 10e41a6ff3b04e8db0d56271ebd403db7ba4b2dc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 17 Sep 2007 18:18:21 +0000 Subject: [PATCH] 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. --- usr/local/www/status_wireless.php | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/usr/local/www/status_wireless.php b/usr/local/www/status_wireless.php index 3d708f5f52..251ef646b4 100755 --- a/usr/local/www/status_wireless.php +++ b/usr/local/www/status_wireless.php @@ -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 ""; - print "{$state_split[0]}"; - print "{$state_split[1]}"; - print "{$state_split[2]}"; - print "{$state_split[3]}"; - print "{$state_split[4]}"; - print "{$state_split[5]}"; - print "{$state_split[6]}"; - print "\n"; - print "\n"; - } + print ""; + print "{$state_split[0]}"; + print "{$state_split[1]}"; + print "{$state_split[2]}"; + print "{$state_split[3]}"; + print "{$state_split[4]}"; + print "{$state_split[5]}"; + print "{$state_split[6]}"; + print "\n"; + print "\n"; } } elseif ($mode == 'hostap') { /* table header */