<%# Opennet Firmware Copyright 2017 Lars Kruse 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 -%> <%+header%>

<%:Wireless Interface%>: <%= wifi_device_name %>

<%= html_display_message_list(on_hints, "info") %> <%+cbi/apply_xhr%>

<%:Configured Mesh Wifi%>

<% for _, ssid in pairs(wifi_current_ssids) do %> <%= ssid %>
<% end %>

<%:Join Network: Wireless Scan%>

<%- -%>
<%- for _, peer in ipairs(wifi_scan_result) do %> <%- end -%>
<%:dB%>"><%= peer["signal"] %>
" /> " />
<%+footer%>