Linux Kernel
3.7.1
|
#include "device.h"
#include "rxtx.h"
#include "tether.h"
#include "card.h"
#include "bssdb.h"
#include "mac.h"
#include "baseband.h"
#include "michael.h"
#include "tkip.h"
#include "tcrc.h"
#include "wctl.h"
#include "hostap.h"
#include "rf.h"
#include "datarate.h"
#include "usbpipe.h"
#include "iocmd.h"
Go to the source code of this file.
Macros | |
#define | RTSDUR_BB 0 |
#define | RTSDUR_BA 1 |
#define | RTSDUR_AA 2 |
#define | CTSDUR_BA 3 |
#define | RTSDUR_BA_F0 4 |
#define | RTSDUR_AA_F0 5 |
#define | RTSDUR_BA_F1 6 |
#define | RTSDUR_AA_F1 7 |
#define | CTSDUR_BA_F0 8 |
#define | CTSDUR_BA_F1 9 |
#define | DATADUR_B 10 |
#define | DATADUR_A 11 |
#define | DATADUR_A_F0 12 |
#define | DATADUR_A_F1 13 |
Functions | |
BOOL | s_bPacketToWirelessUsb (PSDevice pDevice, BYTE byPktType, PBYTE usbPacketBuf, BOOL bNeedEncryption, unsigned int uSkbPacketLen, unsigned int uDMAIdx, PSEthernetHeader psEthHeader, PBYTE pPacket, PSKeyItem pTransmitKey, unsigned int uNodeIndex, WORD wCurrentRate, unsigned int *pcbHeaderLen, unsigned int *pcbTotalLen) |
CMD_STATUS | csMgmt_xmit (PSDevice pDevice, PSTxMgmtPacket pPacket) |
CMD_STATUS | csBeacon_xmit (PSDevice pDevice, PSTxMgmtPacket pPacket) |
void | vDMA0_tx_80211 (PSDevice pDevice, struct sk_buff *skb) |
int | nsDMA_tx_packet (PSDevice pDevice, unsigned int uDMAIdx, struct sk_buff *skb) |
BOOL | bRelayPacketSend (PSDevice pDevice, PBYTE pbySkbData, unsigned int uDataLen, unsigned int uNodeIndex) |
Variables | |
const WORD | wTimeStampOff [2][MAX_RATE] |
const WORD | wFB_Opt0 [2][5] |
const WORD | wFB_Opt1 [2][5] |
CMD_STATUS csBeacon_xmit | ( | PSDevice | pDevice, |
PSTxMgmtPacket | pPacket | ||
) |
CMD_STATUS csMgmt_xmit | ( | PSDevice | pDevice, |
PSTxMgmtPacket | pPacket | ||
) |
BOOL s_bPacketToWirelessUsb | ( | PSDevice | pDevice, |
BYTE | byPktType, | ||
PBYTE | usbPacketBuf, | ||
BOOL | bNeedEncryption, | ||
unsigned int | uSkbPacketLen, | ||
unsigned int | uDMAIdx, | ||
PSEthernetHeader | psEthHeader, | ||
PBYTE | pPacket, | ||
PSKeyItem | pTransmitKey, | ||
unsigned int | uNodeIndex, | ||
WORD | wCurrentRate, | ||
unsigned int * | pcbHeaderLen, | ||
unsigned int * | pcbTotalLen | ||
) |