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

Generic Snooping for Proxy ARP. More...

#include "utils/includes.h"
#include "utils/common.h"
#include "hostapd.h"
#include "sta_info.h"
#include "ap_drv_ops.h"
#include "x_snoop.h"

Functions

int x_snoop_init (struct hostapd_data *hapd)
 
struct l2_packet_datax_snoop_get_l2_packet (struct hostapd_data *hapd, void(*handler)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), enum l2_packet_filter_type type)
 
void x_snoop_mcast_to_ucast_convert_send (struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len)
 
void x_snoop_deinit (struct hostapd_data *hapd)
 

Detailed Description

Generic Snooping for Proxy ARP.