Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
wctl.c File Reference
#include "wctl.h"
#include "device.h"
#include "card.h"
#include "tmacro.h"

Go to the source code of this file.

Functions

BOOL WCTLbIsDuplicate (PSCache pCache, PS802_11Header pMACHeader)
 
unsigned int WCTLuSearchDFCB (PSDevice pDevice, PS802_11Header pMACHeader)
 
unsigned int WCTLuInsertDFCB (PSDevice pDevice, PS802_11Header pMACHeader)
 
BOOL WCTLbHandleFragment (PSDevice pDevice, PS802_11Header pMACHeader, unsigned int cbFrameLength, BOOL bWEP, BOOL bExtIV)
 

Function Documentation

BOOL WCTLbHandleFragment ( PSDevice  pDevice,
PS802_11Header  pMACHeader,
unsigned int  cbFrameLength,
BOOL  bWEP,
BOOL  bExtIV 
)

Definition at line 183 of file wctl.c.

BOOL WCTLbIsDuplicate ( PSCache  pCache,
PS802_11Header  pMACHeader 
)

Definition at line 70 of file wctl.c.

unsigned int WCTLuInsertDFCB ( PSDevice  pDevice,
PS802_11Header  pMACHeader 
)

Definition at line 144 of file wctl.c.

unsigned int WCTLuSearchDFCB ( PSDevice  pDevice,
PS802_11Header  pMACHeader 
)

Definition at line 116 of file wctl.c.