add vlan_mode to wlc
SVN-Revision: 4648
This commit is contained in:
parent
9d2c104b59
commit
12fed89aa2
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue