]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
AP: Extend the BSS bridge neighbor entry management to support IPv6
authorKyeyoon Park <kyeyoonp@qca.qualcomm.com>
Thu, 6 Nov 2014 00:15:46 +0000 (16:15 -0800)
committerJouni Malinen <j@w1.fi>
Wed, 19 Nov 2014 14:23:38 +0000 (16:23 +0200)
commited4ddb6d77ae0aa35c0338774c7153ec3e63306e
tree9e80a551e190886b5087826bb983f8ba9cb5abe0
parent7e4d8939786deecd58ff9e3e0ec941767de0081d
AP: Extend the BSS bridge neighbor entry management to support IPv6

This allows adding/deleting an IPv6 neighbor entry to/from the bridge,
to which the BSS belongs. This commit adds the needed functionality in
driver_nl80211.c for the Linux bridge implementation. In theory, this
could be shared with multiple Linux driver interfaces, but for now, only
the main nl80211 interface is supported.

Signed-off-by: Kyeyoon Park <kyeyoonp@qca.qualcomm.com>
src/ap/ap_drv_ops.h
src/ap/dhcp_snoop.c
src/ap/ieee802_11.c
src/ap/sta_info.c
src/drivers/driver.h
src/drivers/driver_nl80211.c