|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | tagSUSBCounter |
| struct | tagSDot11Counters |
| struct | tagSMib2Counter |
| struct | tagSRmonCounter |
| struct | tagSCustomCounters |
| struct | tagSISRCounters |
| struct | tagSTxPktInfo |
| struct | tagSStatCounter |
Macros | |
| #define | WIRELESSLANIEEE80211b 6 |
| #define | UP 1 |
| #define | DOWN 2 |
| #define | TESTING 3 |
| #define | VALID 1 |
| #define | CREATE_REQUEST 2 |
| #define | UNDER_CREATION 3 |
| #define | INVALID 4 |
| #define | MAX_RATE 12 |
Typedefs | |
| typedef struct tagSUSBCounter | SUSBCounter |
| typedef struct tagSUSBCounter * | PSUSBCounter |
| typedef struct tagSDot11Counters | SDot11Counters |
| typedef struct tagSDot11Counters * | PSDot11Counters |
| typedef struct tagSMib2Counter | SMib2Counter |
| typedef struct tagSMib2Counter * | PSMib2Counter |
| typedef struct tagSRmonCounter | SRmonCounter |
| typedef struct tagSRmonCounter * | PSRmonCounter |
| typedef struct tagSCustomCounters | SCustomCounters |
| typedef struct tagSCustomCounters * | PSCustomCounters |
| typedef struct tagSISRCounters | SISRCounters |
| typedef struct tagSISRCounters * | PSISRCounters |
| typedef struct tagSTxPktInfo | STxPktInfo |
| typedef struct tagSTxPktInfo * | PSTxPktInfo |
| typedef struct tagSStatCounter | SStatCounter |
| typedef struct tagSStatCounter * | PSStatCounter |
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) |
| typedef struct tagSCustomCounters * PSCustomCounters |
| typedef struct tagSDot11Counters * PSDot11Counters |
| typedef struct tagSISRCounters * PSISRCounters |
| typedef struct tagSMib2Counter * PSMib2Counter |
| typedef struct tagSRmonCounter * PSRmonCounter |
| typedef struct tagSStatCounter * PSStatCounter |
| typedef struct tagSTxPktInfo * PSTxPktInfo |
| typedef struct tagSUSBCounter * PSUSBCounter |
| typedef struct tagSCustomCounters SCustomCounters |
| typedef struct tagSDot11Counters SDot11Counters |
| typedef struct tagSISRCounters SISRCounters |
| typedef struct tagSMib2Counter SMib2Counter |
| typedef struct tagSRmonCounter SRmonCounter |
| typedef struct tagSStatCounter SStatCounter |
| typedef struct tagSTxPktInfo STxPktInfo |
| typedef struct tagSUSBCounter SUSBCounter |
| void STAvClear802_11Counter | ( | PSDot11Counters | p802_11Counter | ) |
| void STAvClearAllCounter | ( | PSStatCounter | pStatistic | ) |
| void STAvUpdate802_11Counter | ( | PSDot11Counters | p802_11Counter, |
| PSStatCounter | pStatistic, | ||
| BYTE | byRTSSuccess, | ||
| BYTE | byRTSFail, | ||
| BYTE | byACKFail, | ||
| BYTE | byFCSErr | ||
| ) |
| void STAvUpdateIsrStatCounter | ( | PSStatCounter | pStatistic, |
| BYTE | byIsr0, | ||
| BYTE | byIsr1 | ||
| ) |
| void STAvUpdateTDStatCounter | ( | PSStatCounter | pStatistic, |
| BYTE | byPktNum, | ||
| BYTE | byRate, | ||
| BYTE | byTSR | ||
| ) |
| void STAvUpdateUSBCounter | ( | PSUSBCounter | pUsbCounter, |
| int | ntStatus | ||
| ) |
1.8.2