]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Support network hierarchy of a master interface under bridge
authorDedy Lansky <qca_dlansky@qca.qualcomm.com>
Sun, 28 Feb 2016 13:54:17 +0000 (15:54 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 9 Mar 2016 19:03:41 +0000 (21:03 +0200)
commitf2d6c17aa0f9107a0e8092238b849461447cdd21
treebd442039130fd5e6fc0bcd57c16a10fbe91dcbca
parent71fd685fb8d20a199b2c7792ad42b75a12a7ed50
nl80211: Support network hierarchy of a master interface under bridge

Since commit cb05808c46539922cf02e9e8527a062e90637ff9 ('nl80211: Generic
Linux master interface support for hostapd'), hostapd is listening for
EAPOL frames on any master which the interface is enslaved under.

This commit allows hostapd to support network hierarchy in which the
interface is enslaved under some master which in turn is enslaved under
a bridge.

Signed-off-by: Dedy Lansky <qca_dlansky@qca.qualcomm.com>
src/drivers/driver_nl80211.c