<%# File name : local mtkwifi = require("mtkwifi").htm This file is used in WebUI to show MAP Bootstrapping URIs. %> <%+header%> <% local mtkwifi = require("mtkwifi") local dpp_cfg = mtkwifi.load_profile("/etc/dpp_cfg.txt") %>

MAP Bootstrapping URIs

<% for k,v in pairs(dpp_cfg) do if string.find(k, "agt_qr_code") then %> <% end %> <% end %>
<%=k%> <%=v%>
<%+footer%>