Datasheet

Api php template
148
echo "<font color=#880000 size=2>" . $regtable['band'] .
"</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#A00000 size=2>" . $regtable['scan-list']
. "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#04B404 size=2>" .
$regtable['antenna-mode'] . "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo popup('WDS', 'WDS Mode ' . $regtable['wds-mode'] .
'<br/>WDS Default Bridge ' . $regtable['wds-default-bridge'] .
'<br/>WDS Ignore SSID ' . $regtable['wds-ignore-ssid']);
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['default-authentication']=="true")
{