Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
wl_enc.c File Reference
#include <linux/string.h>
#include <wl_version.h>
#include <debug.h>
#include <hcf.h>
#include <wl_enc.h>

Go to the source code of this file.

Functions

int wl_wep_code (char *szCrypt, char *szDest, void *Data, int nLen)
 
int wl_wep_decode (char *szCrypt, void *Dest, char *szData)
 

Function Documentation

int wl_wep_code ( char szCrypt,
char szDest,
void Data,
int  nLen 
)

Definition at line 108 of file wl_enc.c.

int wl_wep_decode ( char szCrypt,
void Dest,
char szData 
)

Definition at line 185 of file wl_enc.c.