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

Go to the source code of this file.

Functions

void vGenerateMACHeader (PSDevice pDevice, unsigned char *pbyBufferAddr, unsigned short wDuration, PSEthernetHeader psEthHeader, bool bNeedEncrypt, unsigned short wFragType, unsigned int uDMAIdx, unsigned int uFragIdx)
 
unsigned int cbGetFragCount (PSDevice pDevice, PSKeyItem pTransmitKey, unsigned int cbFrameBodySize, PSEthernetHeader psEthHeader)
 
void vGenerateFIFOHeader (PSDevice pDevice, unsigned char byPktTyp, unsigned char *pbyTxBufferAddr, bool bNeedEncrypt, unsigned int cbPayloadSize, unsigned int uDMAIdx, PSTxDesc pHeadTD, PSEthernetHeader psEthHeader, unsigned char *pPacket, PSKeyItem pTransmitKey, unsigned int uNodeIndex, unsigned int *puMACfragNum, unsigned int *pcbHeaderSize)
 
void vDMA0_tx_80211 (PSDevice pDevice, struct sk_buff *skb, unsigned char *pbMPDU, unsigned int cbMPDULen)
 
CMD_STATUS csMgmt_xmit (PSDevice pDevice, PSTxMgmtPacket pPacket)
 
CMD_STATUS csBeacon_xmit (PSDevice pDevice, PSTxMgmtPacket pPacket)
 

Function Documentation

unsigned int cbGetFragCount ( PSDevice  pDevice,
PSKeyItem  pTransmitKey,
unsigned int  cbFrameBodySize,
PSEthernetHeader  psEthHeader 
)

Definition at line 2702 of file rxtx.c.

CMD_STATUS csBeacon_xmit ( PSDevice  pDevice,
PSTxMgmtPacket  pPacket 
)

Definition at line 2624 of file rxtx.c.

CMD_STATUS csMgmt_xmit ( PSDevice  pDevice,
PSTxMgmtPacket  pPacket 
)

Definition at line 2304 of file rxtx.c.

void vDMA0_tx_80211 ( PSDevice  pDevice,
struct sk_buff skb,
unsigned char pbMPDU,
unsigned int  cbMPDULen 
)

Definition at line 2788 of file rxtx.c.

void vGenerateFIFOHeader ( PSDevice  pDevice,
unsigned char  byPktTyp,
unsigned char pbyTxBufferAddr,
bool  bNeedEncrypt,
unsigned int  cbPayloadSize,
unsigned int  uDMAIdx,
PSTxDesc  pHeadTD,
PSEthernetHeader  psEthHeader,
unsigned char pPacket,
PSKeyItem  pTransmitKey,
unsigned int  uNodeIndex,
unsigned int puMACfragNum,
unsigned int pcbHeaderSize 
)

Definition at line 2072 of file rxtx.c.

void vGenerateMACHeader ( PSDevice  pDevice,
unsigned char pbyBufferAddr,
unsigned short  wDuration,
PSEthernetHeader  psEthHeader,
bool  bNeedEncrypt,
unsigned short  wFragType,
unsigned int  uDMAIdx,
unsigned int  uFragIdx 
)

Definition at line 2232 of file rxtx.c.