]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: Add Neighbor Discovery snooping mechanism for Proxy ARP
authorKyeyoon Park <kyeyoonp@qca.qualcomm.com>
Sat, 1 Nov 2014 06:33:41 +0000 (23:33 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 19 Nov 2014 14:47:06 +0000 (16:47 +0200)
commitbd00c4311c0ea7cd6c731e799c9b1f09cf323bac
tree67817377fab04ecc7099eca93da94e3ace71304d
parent5c58944d08718e7a8aefddd0e18825c288865604
AP: Add Neighbor Discovery snooping mechanism for Proxy ARP

This commit establishes the infrastructure, and handles the Neighbor
Solicitation and Neighbor Advertisement frames. This will be extended
in the future to handle other frames.

Signed-off-by: Kyeyoon Park <kyeyoonp@qca.qualcomm.com>
hostapd/Makefile
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/ieee802_11.c
src/ap/ndisc_snoop.c [new file with mode: 0644]
src/ap/ndisc_snoop.h [new file with mode: 0644]
src/ap/sta_info.c
src/ap/sta_info.h