10 #ifdef CONFIG_PROXYARP
15 void (*handler)(
void *ctx,
const u8 *src_addr,
16 const u8 *buf,
size_t len),
17 enum l2_packet_filter_type type);
18 void x_snoop_mcast_to_ucast_convert_send(
struct hostapd_data *hapd,
25 static inline int x_snoop_init(
struct hostapd_data *hapd)
32 void (*handler)(
void *ctx,
const u8 *src_addr,
33 const u8 *buf,
size_t len),
34 enum l2_packet_filter_type type)
40 x_snoop_mcast_to_ucast_convert_send(
struct hostapd_data *hapd,
46 static inline void x_snoop_deinit(
struct hostapd_data *hapd)
Definition: sta_info.h:44
Definition: l2_packet_freebsd.c:32
WPA Supplicant - Layer2 packet interface definition.
hostapd per-BSS data structure
Definition: hostapd.h:103