Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hostap_proc.c File Reference
#include <linux/types.h>
#include <linux/proc_fs.h>
#include <linux/export.h>
#include <net/lib80211.h>
#include "hostap_wlan.h"
#include "hostap.h"

Go to the source code of this file.

Macros

#define PROC_LIMIT   (PAGE_SIZE - 80)
 

Functions

void hostap_init_proc (local_info_t *local)
 
void hostap_remove_proc (local_info_t *local)
 
 EXPORT_SYMBOL (hostap_init_proc)
 
 EXPORT_SYMBOL (hostap_remove_proc)
 

Macro Definition Documentation

#define PROC_LIMIT   (PAGE_SIZE - 80)

Definition at line 11 of file hostap_proc.c.

Function Documentation

EXPORT_SYMBOL ( hostap_init_proc  )
EXPORT_SYMBOL ( hostap_remove_proc  )
void hostap_init_proc ( local_info_t local)

Definition at line 388 of file hostap_proc.c.

void hostap_remove_proc ( local_info_t local)

Definition at line 432 of file hostap_proc.c.