Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ieee80211_crypt.h File Reference
#include <linux/skbuff.h>

Go to the source code of this file.

Data Structures

struct  ieee80211_crypto_ops
 
struct  ieee80211_crypt_data
 

Functions

int ieee80211_register_crypto_ops (struct ieee80211_crypto_ops *ops)
 
int ieee80211_unregister_crypto_ops (struct ieee80211_crypto_ops *ops)
 
struct ieee80211_crypto_opsieee80211_get_crypto_ops (const char *name)
 
void ieee80211_crypt_deinit_entries (struct ieee80211_device *, int)
 
void ieee80211_crypt_deinit_handler (unsigned long)
 
void ieee80211_crypt_delayed_deinit (struct ieee80211_device *ieee, struct ieee80211_crypt_data **crypt)
 

Function Documentation

void ieee80211_crypt_deinit_entries ( struct ieee80211_device ,
int   
)

Definition at line 40 of file ieee80211_crypt.c.

void ieee80211_crypt_deinit_handler ( unsigned  long)

Definition at line 61 of file ieee80211_crypt.c.

void ieee80211_crypt_delayed_deinit ( struct ieee80211_device ieee,
struct ieee80211_crypt_data **  crypt 
)

Definition at line 78 of file ieee80211_crypt.c.

struct ieee80211_crypto_ops* ieee80211_get_crypto_ops ( const char name)
read

Definition at line 158 of file ieee80211_crypt.c.

int ieee80211_register_crypto_ops ( struct ieee80211_crypto_ops ops)

Definition at line 103 of file ieee80211_crypt.c.

int ieee80211_unregister_crypto_ops ( struct ieee80211_crypto_ops ops)

Definition at line 127 of file ieee80211_crypt.c.