<%+header%> <% local uci = require("luci.model.uci").cursor() local band = uci:get('network', 'sys', 'meshband') local country = uci:get('wireless','wifi1','country'); local mesh, ssid, channel, passwd, encryption local mesh_5g, ssid_5g, channel_5g, passwd_5g, encryption_5g mesh = uci:get("wireless","wifi0_mesh","disabled") passwd = uci:get("wireless","wifi0_mesh","aeskey") ssid = uci:get("wireless","wifi0_mesh","ssid") channel = uci:get("wireless","wifi0","channel") encryption = uci:get("wireless","wifi0_mesh","nawds_encr") mesh_5g = uci:get("wireless","wifi1_mesh","disabled") passwd_5g = uci:get("wireless","wifi1_mesh","aeskey") ssid_5g = uci:get("wireless","wifi1_mesh","ssid") channel_5g = uci:get("wireless","wifi1","channel") encryption_5g = uci:get("wireless","wifi1_mesh","nawds_encr") connectType = uci:get("wireless","wifi0_mesh","MeshConnectType") connectType_5g = uci:get("wireless","wifi1_mesh","MeshConnectType") mesh_ID = uci:get("wireless","wifi0_mesh","Mesh_id") mesh_ID_5g = uci:get("wireless","wifi1_mesh","Mesh_id") ssid = string.gsub(ssid,"\\","\\\\") ssid = string.gsub(ssid,"\"","\\\"") ssid_5g = string.gsub(ssid_5g,"\\","\\\\") ssid_5g = string.gsub(ssid_5g,"\"","\\\"") passwd = string.gsub(passwd,"\\","\\\\") passwd = string.gsub(passwd,"\"","\\\"") passwd_5g = string.gsub(passwd_5g,"\\","\\\\") passwd_5g = string.gsub(passwd_5g,"\"","\\\"") %>
<%:Step 1.%>
<%:Set up Mesh network settings%>
<%:Step 2.%>
<%:Set up the Wireless Security/Device Password%>
<%:Step 3.%>
<%:Check the Status and Save Settings%>
<%:Step 1.Set up Mesh network settings%>

<%:Please enter the same settings from the existing Mesh network settings%>

<%+footer%>