<%# LuCI - Lua Configuration Interface Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id$ -%> <%+header%>

<%:iwscan%>

<%:iwscan1%>


<%for iface, cells in pairs(luci.sys.wifi.iwscan()) do for i, cell in ipairs(cells) do %> <% end end %>
<%:interface%> ESSID BSSID <%:mode%> <%:channel%> <%:iwscan_encr%> <%:iwscan_link%> <%:iwscan_signal%> <%:iwscan_noise%>
<%=iface%> <%=luci.util.pcdata(cell.ESSID)%> <%=cell.Address%> <%=cell.Mode%> <%=(cell.Channel or cell.Frequency or "")%> <%=cell["Encryption key"]%> <%=cell.Quality%> <%=cell["Signal level"]%> <%=cell["Noise level"]%>

<%+footer%>