aboutsummaryrefslogtreecommitdiffstats
path: root/torouterui/templates/lib.html
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-25 19:01:13 +0200
committerficus <ficus@robocracy.org>2012-09-25 19:01:13 +0200
commit73d125b250b0e1741f8f7298226107566b33de61 (patch)
tree81620003c209d7a9c7d0d835beb57506f80f6aa3 /torouterui/templates/lib.html
parent79b260db495e94430d499906f321dc022c68fec1 (diff)
downloadtui-73d125b250b0e1741f8f7298226107566b33de61.tar.gz
tui-73d125b250b0e1741f8f7298226107566b33de61.zip
dhcp settings for lan and wifi
Diffstat (limited to 'torouterui/templates/lib.html')
-rw-r--r--torouterui/templates/lib.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/torouterui/templates/lib.html b/torouterui/templates/lib.html
index 6ac5e12..03a671f 100644
--- a/torouterui/templates/lib.html
+++ b/torouterui/templates/lib.html
@@ -39,8 +39,17 @@ Network hardware not detected at all!
<th>SSID
<td><span style="font-family:monospace;">{{ ifstatus.ssid }}</span>
<tr>
- <th>Frequency
- <td><span style="font-family:monospace;">{{ ifstatus.freq }}</span>
+ <th>SSID Broadcast?
+ <td><span style="font-family:monospace;">{{ ifstatus.ssid_broadcast }}</span>
+ <tr>
+ <th>Channel
+ <td><span style="font-family:monospace;">{{ ifstatus.channel }}</span>
+ <tr>
+ <th>TX Power
+ <td><span style="font-family:monospace;">{{ ifstatus.tx_power }}</span>
+ <tr>
+ <th>Auth Mode
+ <td><span style="font-family:monospace;">{{ ifstatus.auth_mode }}</span>
<tr>
<th>Signal Strength
<td><span style="font-family:monospace;">{{ ifstatus.signal_dbm }}</span>