]> git.ipfire.org Git - thirdparty/hostap.git/commit
Multi-AP: Honor wds_sta even with multi_ap
authorgasmibal@gmail.com <gasmibal@gmail.com>
Sun, 28 Apr 2024 19:47:21 +0000 (21:47 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 13 Jul 2024 15:09:32 +0000 (18:09 +0300)
commit93a3c59ad9c40d0e1eaeae1c07373680d5baf535
tree6559568b3bc95f2ad1200bc6de3c7487c267ffb0
parent90344c323e0c251cddd52cdcd9e705763bb10aa8
Multi-AP: Honor wds_sta even with multi_ap

When multi_ap is active, hostapd creates an AP-VLAN interface for 4addr
stations, even though wds_sta is not configured.

A check should be added to determine if wds_sta is active before
re-enabling the WDS mode by creating an AP-VLAN for 4addr stations.

Signed-off-by: Baligh Gasmi <gasmibal@gmail.com>
src/ap/ieee802_11.c
src/ap/sta_info.c