(no commit message)
[project/luci.git] / module / public-core / src / view / public_status / iwscan.htm
1 <%+header%>
2 <h1><%:iwscan WLAN-Scan%></h1>
3 <p><%:iwscan1 Drahtlosnetzwerke in der lokalen Umgebung des Routers:%></p>
4
5 <br />
6 <table cellspacing="0" cellpadding="6" class="smalltext">
7 <tr>
8 <th><%:interface Schnittstelle%></th>
9 <th><%:essid ESSID%></th>
10 <th><%:bssid BSSID%></th>
11 <th><%:mode Modus%></th>
12 <th><%:channel Kanal%></th>
13 <th><%:encr Vers.%></th>
14 <th><%:link Verb.%></th>
15 <th><%:signal Signal%></th>
16 <th><%:noise Rausch%></th>
17 </tr>
18 <%=ffluci.sys.httpget("http://127.0.0.1" .. controller .. "/sudo/status/iwscan")%>
19 </table>
20 <br />
21 <%+footer%>