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"

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 178 of file wctl.c.

bool WCTLbIsDuplicate ( PSCache  pCache,
PS802_11Header  pMACHeader 
)

Definition at line 69 of file wctl.c.

unsigned int WCTLuInsertDFCB ( PSDevice  pDevice,
PS802_11Header  pMACHeader 
)

Definition at line 141 of file wctl.c.

unsigned int WCTLuSearchDFCB ( PSDevice  pDevice,
PS802_11Header  pMACHeader 
)

Definition at line 111 of file wctl.c.