mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Oops, do not list stations twice.
This commit is contained in:
parent
12780b5e65
commit
aa33ec96d8
@ -99,7 +99,7 @@ display_top_tabs($tab_array);
|
||||
print "<td><b><font color='#ffffff'>CAPS</td>";
|
||||
print "</tr>\n\n";
|
||||
|
||||
$states=split("\n",`/sbin/ifconfig {$if} list scan | grep -v "CHAN RATE"; /sbin/ifconfig {$if} list sta | grep -v "CHAN RATE"`);
|
||||
$states=split("\n",`/sbin/ifconfig {$if} list scan | grep -v "CHAN RATE"`);
|
||||
|
||||
$counter=0;
|
||||
foreach($states as $state) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user