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

Go to the source code of this file.

Functions

int rtllib_register_crypto_ops (struct lib80211_crypto_ops *ops)
 
int rtllib_unregister_crypto_ops (struct lib80211_crypto_ops *ops)
 
struct lib80211_crypto_opsrtllib_get_crypto_ops (const char *name)
 
void rtllib_crypt_deinit_entries (struct lib80211_crypt_info *info, int force)
 
void rtllib_crypt_deinit_handler (unsigned long data)
 
void rtllib_crypt_delayed_deinit (struct lib80211_crypt_info *info, struct lib80211_crypt_data **crypt)
 

Function Documentation

void rtllib_crypt_deinit_entries ( struct lib80211_crypt_info info,
int  force 
)

Definition at line 35 of file rtllib_crypt.c.

void rtllib_crypt_deinit_handler ( unsigned long  data)

Definition at line 57 of file rtllib_crypt.c.

void rtllib_crypt_delayed_deinit ( struct lib80211_crypt_info info,
struct lib80211_crypt_data **  crypt 
)

Definition at line 75 of file rtllib_crypt.c.

struct lib80211_crypto_ops* rtllib_get_crypto_ops ( const char name)
read

Definition at line 158 of file rtllib_crypt.c.

int rtllib_register_crypto_ops ( struct lib80211_crypto_ops ops)

Definition at line 101 of file rtllib_crypt.c.

int rtllib_unregister_crypto_ops ( struct lib80211_crypto_ops ops)

Definition at line 126 of file rtllib_crypt.c.