Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hostap_80211_rx.c File Reference
#include <linux/etherdevice.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <net/lib80211.h>
#include <linux/if_arp.h>
#include "hostap_80211.h"
#include "hostap.h"
#include "hostap_ap.h"

Go to the source code of this file.

Macros

#define LWNG_SETVAL(f, i, s, l, d)
 

Functions

void hostap_dump_rx_80211 (const char *name, struct sk_buff *skb, struct hostap_80211_rx_status *rx_stats)
 
int prism2_rx_80211 (struct net_device *dev, struct sk_buff *skb, struct hostap_80211_rx_status *rx_stats, int type)
 
void hostap_80211_rx (struct net_device *dev, struct sk_buff *skb, struct hostap_80211_rx_status *rx_stats)
 
 EXPORT_SYMBOL (hostap_80211_rx)
 

Macro Definition Documentation

#define LWNG_SETVAL (   f,
  i,
  s,
  l,
  d 
)
Value:
hdr->f.did = LWNG_CAP_DID_BASE | (i << 12); \
hdr->f.status = s; hdr->f.len = l; hdr->f.data = d

Function Documentation

EXPORT_SYMBOL ( hostap_80211_rx  )
void hostap_80211_rx ( struct net_device dev,
struct sk_buff skb,
struct hostap_80211_rx_status rx_stats 
)

Definition at line 717 of file hostap_80211_rx.c.

void hostap_dump_rx_80211 ( const char name,
struct sk_buff skb,
struct hostap_80211_rx_status rx_stats 
)

Definition at line 20 of file hostap_80211_rx.c.

int prism2_rx_80211 ( struct net_device dev,
struct sk_buff skb,
struct hostap_80211_rx_status rx_stats,
int  type 
)

Definition at line 62 of file hostap_80211_rx.c.