%+functionlist%>
<%
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)
local netId = luci.http.formvalue("netId") or netid
local networkName = (ntm:get_wifinet(netId)):name()
local opmode = luci.http.formvalue("tmpOpmode") or ""
local device = luci.http.formvalue("device") or ""
local MAX_WLAN_MAC_FILTER_NUMBER = uci:get('functionlist','vendorlist','MAX_WLAN_MAC_FILTER_NUMBER') or 32
%>
<%:Can be enabled to facilitate client roaming, across AP under the same ESS WLAN. This option is available, upon choosing: WPA2-PSK, WPA-PSK Mixed, WPA2-Enterprise, or WPA Mixed-Enterprise.%>