summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-05-23 12:15:23 +0200
committersmos <seth.mos@dds.nl>2012-05-23 12:15:23 +0200
commit99f95f7d3be4b85dcbd3c15455c6fbd704b6fa73 (patch)
tree72c4550a00de06966d2700a050da1eff4452a11e /usr/local/www/status_interfaces.php
parentfe7fef6418ff469a09c1dee1c1704240ae0e4633 (diff)
downloadpfsense-99f95f7d3be4b85dcbd3c15455c6fbd704b6fa73.zip
pfsense-99f95f7d3be4b85dcbd3c15455c6fbd704b6fa73.tar.gz
Add the 3G mode display, really needs a function that translates these into sane display numbers for strength and mode.
The mode is actually a combination of LED color 4 = blue(idle), 5 = cyan(connected), and submode 7 = HSDPA I need to find some proper documentation, really.
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rwxr-xr-xusr/local/www/status_interfaces.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index dec67bb..c23140e 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -198,6 +198,13 @@ include("head.inc");
<?=htmlspecialchars($ifinfo['cell_rssi']);?> (0-31)
</td>
</tr>
+ <?php endif; if ($ifinfo['cell_mode']): ?>
+ <tr>
+ <td width="22%" class="vncellt"><?=gettext("Cell Mode");?></td>
+ <td width="78%" class="listr">
+ <?=htmlspecialchars($ifinfo['cell_mode']);?>
+ </td>
+ </tr>
<?php endif; if ($ifinfo['cell_upstream']): ?>
<tr>
<td width="22%" class="vncellt"><?=gettext("Cell Upstream");?></td>
OpenPOWER on IntegriCloud