<% local cbi = require "luci.cbi" local tpl = require "luci.template" local ntm = require "luci.model.network" local uci = require "luci.model.uci".cursor() ntm.init(uci) if uci:get('functionlist','functionlist','SUPPORT_WLAN24G') == '1' then --[[ #### WLAN24G feature ### --]] WLAN24G="1" end --[[ #### WLAN24G feature ### --]] if uci:get('functionlist','functionlist','SUPPORT_WLAN5G_2') == '1' then --[[ #### WLAN5G_2 feature ### --]] WLAN5G_2="1" end --[[ #### WLAN5G_2 feature ### --]] if uci:get('functionlist','functionlist','SUPPORT_WLAN5G') == '1' then --[[ #### WLAN5G feature ### --]] WLAN5G="1" end --[[ #### WLAN5G feature ### --]] %>
<% if WLAN24G=="1" then --[[ #### WLAN24G feature ### --]] %> <% end %> <% if WLAN5G=="1" then --[[ #### WLAN5G feature ### --]] %> <% end %> <% if WLAN5G_2=="1" then --[[ #### WLAN5G_2 feature ### --]] %> <% end %> <% if WLAN24G=="1" then --[[ #### WLAN24G feature ### --]] %>
2.4GHz
<%:Minimum bitrate (Mbps)%> ⚠802.11b devices not supported
<%:Lower Data Rate%><%:Higher Data Rate%>
<% end %> <% if WLAN5G=="1" then --[[ #### WLAN5G feature ### --]] %> <% if WLAN5G_2=="1" then --[[ #### WLAN5G_2 feature ### --]] %> <% else %> <% end %>
5GHz-15GHz
<%:Minimum bitrate (Mbps)%>
<%:Lower Data Rate%><%:Higher Data Rate%>
<% end %> <% if WLAN5G_2=="1" then --[[ #### WLAN5G_2 feature ### --]] %>
5GHz-2
<%:Minimum bitrate (Mbps)%>
<%:Lower Data Rate%><%:Higher Data Rate%>
<% end %>

 <%:Save current setting(s)%>