AP: Add support for IPv4 neighbor entry management to the BSS bridge
authorKyeyoon Park <kyeyoonp@qca.qualcomm.com>
Wed, 24 Sep 2014 06:02:04 +0000 (23:02 -0700)
committerJouni Malinen <j@w1.fi>
Mon, 27 Oct 2014 23:08:29 +0000 (01:08 +0200)
commit71103bed4236c7ad370a9f067c8520098254c8b2
tree8d26d963c3aed7b36a6bd21f3f9ae8d96586b3de
parent6c6678e7a456d4af58a2bf24ec8f15fb8b8b24ef
AP: Add support for IPv4 neighbor entry management to the BSS bridge

This allows adding/deleting an IPv4 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/drivers/driver.h
src/drivers/driver_nl80211.c