add vlan_mode to wlc

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4648 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-08-24 10:26:18 +00:00
parent 8a7bbc1b20
commit 00b6c9992c
1 changed files with 7 additions and 0 deletions

View File

@ -742,6 +742,13 @@ static const struct wlc_call wlc_calls[] = {
.data.num = ((WLC_GET_CHANNEL << 16) | WLC_SET_CHANNEL),
.desc = "Channel",
},
{
.name = "vlan_mode",
.param = INT,
.handler = wlc_bssiovar,
.data.str = "vlan_mode",
.desc = "Parse 802.1Q tags",
},
{
.name = "vif",
.param = INT,