mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
VLAN: Set dynamic VLAN up to fix STA bind and key setup
This commit is contained in:
parent
cd1d72c1d0
commit
37ba0928d5
@ -842,6 +842,8 @@ struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd,
|
||||
n->next = hapd->conf->vlan;
|
||||
hapd->conf->vlan = n;
|
||||
|
||||
ifconfig_up(n->ifname);
|
||||
|
||||
return n;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user