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

Go to the source code of this file.

Macros

#define ADD_COMM_TALLIES(name)   local->comm_tallies.name += le16_to_cpu(tallies->name)
 
#define ADD_COMM_TALLIES(name)   local->comm_tallies.name += le32_to_cpu(tallies->name)
 

Functions

void hostap_info_process (local_info_t *local, struct sk_buff *skb)
 
void hostap_info_init (local_info_t *local)
 
 EXPORT_SYMBOL (hostap_info_init)
 
 EXPORT_SYMBOL (hostap_info_process)
 

Macro Definition Documentation

#define ADD_COMM_TALLIES (   name)    local->comm_tallies.name += le16_to_cpu(tallies->name)
#define ADD_COMM_TALLIES (   name)    local->comm_tallies.name += le32_to_cpu(tallies->name)

Function Documentation

EXPORT_SYMBOL ( hostap_info_init  )
EXPORT_SYMBOL ( hostap_info_process  )
void hostap_info_init ( local_info_t local)

Definition at line 497 of file hostap_info.c.

void hostap_info_process ( local_info_t local,
struct sk_buff skb 
)

Definition at line 366 of file hostap_info.c.