wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Functions | Variables
ndisc_snoop.c File Reference

Neighbor Discovery snooping for Proxy ARP. More...

#include "utils/includes.h"
#include <netinet/ip6.h>
#include <netinet/icmp6.h>
#include "utils/common.h"
#include "l2_packet/l2_packet.h"
#include "hostapd.h"
#include "sta_info.h"
#include "ap_drv_ops.h"
#include "list.h"
#include "x_snoop.h"

Data Structures

struct  ip6addr
 
struct  icmpv6_ndmsg
 

Macros

#define ROUTER_ADVERTISEMENT   134
 
#define NEIGHBOR_SOLICITATION   135
 
#define NEIGHBOR_ADVERTISEMENT   136
 
#define SOURCE_LL_ADDR   1
 

Functions

void sta_ip6addr_del (struct hostapd_data *hapd, struct sta_info *sta)
 
int ndisc_snoop_init (struct hostapd_data *hapd)
 
void ndisc_snoop_deinit (struct hostapd_data *hapd)
 

Variables

struct icmpv6_ndmsg STRUCT_PACKED
 

Detailed Description

Neighbor Discovery snooping for Proxy ARP.