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>
This commit is contained in:
parent
5c58944d08
commit
bd00c4311c
8 changed files with 217 additions and 0 deletions
|
@ -1718,6 +1718,7 @@ static void handle_disassoc(struct hostapd_data *hapd,
|
|||
ieee802_1x_free_station(sta);
|
||||
if (sta->ipaddr)
|
||||
hostapd_drv_br_delete_ip_neigh(hapd, 4, (u8 *) &sta->ipaddr);
|
||||
ap_sta_ip6addr_del(hapd, sta);
|
||||
hostapd_drv_sta_remove(hapd, sta->addr);
|
||||
|
||||
if (sta->timeout_next == STA_NULLFUNC ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue