<%# Copyright 2009-2015 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <%- local sys = require "luci.sys" local utl = require "luci.util" local dev = luci.http.formvalue("device") local iw = luci.sys.wifi.getiwinfo(dev) if not iw then luci.http.redirect(luci.dispatcher.build_url("admin/network/wireless")) return end -%> <%+header%>

<%:Join Network: Wireless Scan%>

>
<%:Signal%>
<%:SSID%>
<%:Channel%>
<%:Mode%>
<%:BSSID%>
<%:Encryption%>
 
<%:Collecting data...%>
" method="get">
<%+footer%>