]> git.ipfire.org Git - thirdparty/hostap.git/commit
bridge: Give bridge name in per-bss configuration
authorMichael Braun <michael-dev@fami-braun.de>
Tue, 25 Jun 2013 08:09:01 +0000 (11:09 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 25 Jun 2013 08:09:01 +0000 (11:09 +0300)
commit2aaeedfa07594ada51cb9672041679cfe58a2729
tree8094bf65318203f6bf510cf9ffc77d7efec5c696
parentde36e348f90c5d67af3650ef3a5296ed04cb6200
bridge: Give bridge name in per-bss configuration

Currently, when different BSS using different tagged vlan
interfaces, they are forced to share the bridge brvlan#,
which is not desirable.

This patch fixes this by making the bridge name configurable.

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