Add option to use netlink to create and remove VLAN interfaces
authorMichael Braun <michael-dev@fami-braun.de>
Fri, 10 Aug 2012 09:55:33 +0000 (12:55 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 10 Aug 2012 11:09:05 +0000 (14:09 +0300)
commit03a6a2e972745f992dad90daedb0984f831dc747
tree278cb6e08108bceba88c7d2791e096fa77da013d
parenta00237ceb8644fc270efd9fc0d0f8d0465db8410
Add option to use netlink to create and remove VLAN interfaces

CONFIG_VLAN_NETLINK=y build option can now be used to replace the
ioctl()-based interface for creating and removing VLAN interfaces
with netlink-based interface.

Signed-hostap: M. Braun <michael-dev@fami-braun.de>
hostapd/Android.mk
hostapd/Makefile
hostapd/defconfig
src/ap/vlan_init.c
src/ap/vlan_util.c [new file with mode: 0644]
src/ap/vlan_util.h [new file with mode: 0644]
src/drivers/drivers.mak
src/drivers/drivers.mk