]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Verify correct VLAN operation in multi-BSS multi-VLAN case
authorMichael Braun <michael-dev@fami-braun.de>
Mon, 27 Apr 2015 07:08:04 +0000 (09:08 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Jun 2015 10:40:50 +0000 (13:40 +0300)
commit54cf411f4c5257e181e0c92ae3e4d44bed27e333
treebdc474a9a3d5a6b81d16c792758867ecaa91a0aa
parent132dfbe8c2e2025df8c64d7e7a6d117cb09dbf31
tests: Verify correct VLAN operation in multi-BSS multi-VLAN case

This adds hwsim test ap_vlan_iface_cleanup_multibss. It connects two
stations in different BSS but the same hostapd process. First both
stations are in VLAN 1, then they get reauthenticated into VLAN 2. Due
to the ordering of the stations moving around, this test checks that
bridge and tagged interface referencing counting is done globally, such
that the tagged interface is not removed too early and no bridge is
left over.

Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
tests/hwsim/hostapd.py
tests/hwsim/multi-bss-iface.conf [new file with mode: 0644]
tests/hwsim/test_ap_vlan.py
tests/hwsim/utils.py
tests/hwsim/vm/kernel-config