add vlan_mode to wlc
SVN-Revision: 4648
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user