Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/list.h>
#include <linux/atomic.h>
#include <linux/if.h>
#include <linux/skbuff.h>
#include <linux/ieee80211.h>
#include <linux/timer.h>
Go to the source code of this file.
Data Structures | |
struct | lib80211_crypto_ops |
struct | lib80211_crypt_data |
struct | lib80211_crypt_info |
Macros | |
#define | DECLARE_SSID_BUF(var) char var[IEEE80211_MAX_SSID_LEN * 4 + 1] __maybe_unused |
#define | NUM_WEP_KEYS 4 |
Enumerations | |
enum | { IEEE80211_CRYPTO_TKIP_COUNTERMEASURES = (1 << 0) } |
#define DECLARE_SSID_BUF | ( | var | ) | char var[IEEE80211_MAX_SSID_LEN * 4 + 1] __maybe_unused |
Definition at line 36 of file lib80211.h.
#define NUM_WEP_KEYS 4 |
Definition at line 38 of file lib80211.h.
anonymous enum |
Definition at line 40 of file lib80211.h.
void lib80211_crypt_delayed_deinit | ( | struct lib80211_crypt_info * | info, |
struct lib80211_crypt_data ** | crypt | ||
) |
Definition at line 168 of file lib80211.c.
void lib80211_crypt_info_free | ( | struct lib80211_crypt_info * | info | ) |
Definition at line 97 of file lib80211.c.
int lib80211_crypt_info_init | ( | struct lib80211_crypt_info * | info, |
char * | name, | ||
spinlock_t * | lock | ||
) |
Definition at line 81 of file lib80211.c.
|
read |
Definition at line 241 of file lib80211.c.
int lib80211_register_crypto_ops | ( | struct lib80211_crypto_ops * | ops | ) |
Definition at line 196 of file lib80211.c.
int lib80211_unregister_crypto_ops | ( | struct lib80211_crypto_ops * | ops | ) |
Definition at line 218 of file lib80211.c.