<%# Copyright 2008 Steven Barth Copyright 2008-2018 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <% local fs = require "nixio.fs" local has_wifi = ((fs.stat("/etc/config/wireless", "size") or 0) > 0) %> <% if has_wifi then %>

<%:Wireless%>

<%:Collecting data...%>

<%:Associated Stations%>

<%+wifi_assoclist%>
<% end %>