|
Linux Kernel
3.7.1
|
#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) | |
| #define PROC_LIMIT (PAGE_SIZE - 80) |
Definition at line 11 of file hostap_proc.c.
| 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.
1.8.2