mirror of https://github.com/hak5/openwrt.git
parent
9d2c104b59
commit
12fed89aa2
|
@ -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 New Issue