Datasheet
Api php template
140
echo "<font color=#FF0000 size=2>".
$regtable['802.1x-port-enabled'] ."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#CC0000 size=2>" .
$regtable['authentication-type'] . "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#CC0000 size=2>" .
$regtable['encryption'] . "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#CC0000 size=2>" .
$regtable['group-encryption'] . "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['wmm-enabled']=="true")
{
echo "<font color=#04B404 size=2>" .










