Searched refs:p802_11Counter (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dmib.c545 * p802_11Counter - Pointer to 802.11 mib counter
556 PSDot11Counters p802_11Counter,
561 //p802_11Counter->TransmittedFragmentCount
562 p802_11Counter->MulticastTransmittedFrameCount = (unsigned long long) (pStatistic->dwTsrBroadcast[TYPE_AC0DMA] +
566 p802_11Counter->FailedCount = (unsigned long long) (pStatistic->dwTsrErr[TYPE_AC0DMA] + pStatistic->dwTsrErr[TYPE_TXDMA0]);
567 p802_11Counter->RetryCount = (unsigned long long) (pStatistic->dwTsrRetry[TYPE_AC0DMA] + pStatistic->dwTsrRetry[TYPE_TXDMA0]);
568 p802_11Counter->MultipleRetryCount = (unsigned long long) (pStatistic->dwTsrMoreThanOnceRetry[TYPE_AC0DMA] +
570 //p802_11Counter->FrameDuplicateCount
571 p802_11Counter->RTSSuccessCount += (unsigned long long) (dwCounter & 0x000000ff);
572 p802_11Counter
555 STAvUpdate802_11Counter( PSDot11Counters p802_11Counter, PSStatCounter pStatistic, unsigned long dwCounter ) argument
593 STAvClear802_11Counter(PSDot11Counters p802_11Counter) argument
[all...]
H A Dmib.h367 PSDot11Counters p802_11Counter,
372 void STAvClear802_11Counter(PSDot11Counters p802_11Counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmib.c515 * p802_11Counter - Pointer to 802.11 mib counter
526 PSDot11Counters p802_11Counter,
534 //p802_11Counter->TransmittedFragmentCount
535 p802_11Counter->MulticastTransmittedFrameCount =
538 p802_11Counter->FailedCount = (unsigned long long) (pStatistic->dwTsrErr);
539 p802_11Counter->RetryCount = (unsigned long long) (pStatistic->dwTsrRetry);
540 p802_11Counter->MultipleRetryCount =
542 //p802_11Counter->FrameDuplicateCount
543 p802_11Counter->RTSSuccessCount += (unsigned long long) byRTSSuccess;
544 p802_11Counter
525 STAvUpdate802_11Counter( PSDot11Counters p802_11Counter, PSStatCounter pStatistic, BYTE byRTSSuccess, BYTE byRTSFail, BYTE byACKFail, BYTE byFCSErr ) argument
566 STAvClear802_11Counter(PSDot11Counters p802_11Counter) argument
[all...]
H A Dmib.h399 PSDot11Counters p802_11Counter,
407 void STAvClear802_11Counter(PSDot11Counters p802_11Counter);

Completed in 117 milliseconds