Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mib.c File Reference
#include "upc.h"
#include "mac.h"
#include "tether.h"
#include "mib.h"
#include "wctl.h"
#include "baseband.h"

Go to the source code of this file.

Functions

void STAvClearAllCounter (PSStatCounter pStatistic)
 
void STAvUpdateIsrStatCounter (PSStatCounter pStatistic, BYTE byIsr0, BYTE byIsr1)
 
void STAvUpdateRDStatCounter (PSStatCounter pStatistic, BYTE byRSR, BYTE byNewRSR, BYTE byRxSts, BYTE byRxRate, PBYTE pbyBuffer, unsigned int cbFrameLength)
 
void STAvUpdateRDStatCounterEx (PSStatCounter pStatistic, BYTE byRSR, BYTE byNewRSR, BYTE byRxSts, BYTE byRxRate, PBYTE pbyBuffer, unsigned int cbFrameLength)
 
void STAvUpdateTDStatCounter (PSStatCounter pStatistic, BYTE byPktNum, BYTE byRate, BYTE byTSR)
 
void STAvUpdate802_11Counter (PSDot11Counters p802_11Counter, PSStatCounter pStatistic, BYTE byRTSSuccess, BYTE byRTSFail, BYTE byACKFail, BYTE byFCSErr)
 
void STAvClear802_11Counter (PSDot11Counters p802_11Counter)
 
void STAvUpdateUSBCounter (PSUSBCounter pUsbCounter, int ntStatus)
 

Function Documentation

void STAvClear802_11Counter ( PSDot11Counters  p802_11Counter)

Definition at line 566 of file mib.c.

void STAvClearAllCounter ( PSStatCounter  pStatistic)

Definition at line 73 of file mib.c.

void STAvUpdate802_11Counter ( PSDot11Counters  p802_11Counter,
PSStatCounter  pStatistic,
BYTE  byRTSSuccess,
BYTE  byRTSFail,
BYTE  byACKFail,
BYTE  byFCSErr 
)

Definition at line 525 of file mib.c.

void STAvUpdateIsrStatCounter ( PSStatCounter  pStatistic,
BYTE  byIsr0,
BYTE  byIsr1 
)

Definition at line 93 of file mib.c.

void STAvUpdateRDStatCounter ( PSStatCounter  pStatistic,
BYTE  byRSR,
BYTE  byNewRSR,
BYTE  byRxSts,
BYTE  byRxRate,
PBYTE  pbyBuffer,
unsigned int  cbFrameLength 
)

Definition at line 155 of file mib.c.

void STAvUpdateRDStatCounterEx ( PSStatCounter  pStatistic,
BYTE  byRSR,
BYTE  byNewRSR,
BYTE  byRxSts,
BYTE  byRxRate,
PBYTE  pbyBuffer,
unsigned int  cbFrameLength 
)

Definition at line 392 of file mib.c.

void STAvUpdateTDStatCounter ( PSStatCounter  pStatistic,
BYTE  byPktNum,
BYTE  byRate,
BYTE  byTSR 
)

Definition at line 437 of file mib.c.

void STAvUpdateUSBCounter ( PSUSBCounter  pUsbCounter,
int  ntStatus 
)

Definition at line 586 of file mib.c.