#include <linux/err.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/scatterlist.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <linux/mm.h>
#include <linux/if_ether.h>
#include <linux/if_arp.h>
#include <asm/string.h>
#include <linux/wireless.h>
#include <linux/ieee80211.h>
#include <net/iw_handler.h>
#include <linux/crypto.h>
#include <linux/crc32.h>
#include <net/lib80211.h>
Go to the source code of this file.
#define PHASE1_LOOP_COUNT 8 |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_AUTHOR |
( |
"Jouni Malinen" |
| ) |
|
MODULE_DESCRIPTION |
( |
"lib80211 crypt: TKIP" |
| ) |
|
module_exit |
( |
lib80211_crypto_tkip_exit |
| ) |
|
module_init |
( |
lib80211_crypto_tkip_init |
| ) |
|