VLAN: Add per-STA vif option
authorMichael Braun <michael-dev@fami-braun.de>
Thu, 21 Jan 2016 13:52:00 +0000 (14:52 +0100)
committerJouni Malinen <j@w1.fi>
Wed, 17 Feb 2016 09:46:13 +0000 (11:46 +0200)
commit8be640b78029d4642d54f2657132e384db18cab7
treed207fcff1573ff48a3e64568ba35661f9817c429
parentd0bdc96bdda1e37a32eca0a77e323613f1e61038
VLAN: Add per-STA vif option

This allows the stations to be assigned to their own vif. It does not
need dynamic_vlan to be set. Make hostapd call ap_sta_set_vlan even if
!vlan_desc.notempty, so vlan_id can be assigned regardless.

Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/ieee802_11.c
src/ap/sta_info.c
src/ap/vlan_init.c