Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tkip.h File Reference
#include "ttype.h"
#include "tether.h"

Go to the source code of this file.

Macros

#define TKIP_KEY_LEN   16
 

Functions

void TKIPvMixKey (unsigned char *pbyTKey, unsigned char *pbyTA, unsigned short wTSC15_0, unsigned long dwTSC47_16, unsigned char *pbyRC4Key)
 

Macro Definition Documentation

#define TKIP_KEY_LEN   16

Definition at line 37 of file tkip.h.

Function Documentation

void TKIPvMixKey ( unsigned char pbyTKey,
unsigned char pbyTA,
unsigned short  wTSC15_0,
unsigned long  dwTSC47_16,
unsigned char pbyRC4Key 
)

Definition at line 186 of file tkip.c.