Searched refs:p802_11Counter (Results 1 – 4 of 4) sorted by relevance
526 PSDot11Counters p802_11Counter, in STAvUpdate802_11Counter() argument535 p802_11Counter->MulticastTransmittedFrameCount = in STAvUpdate802_11Counter()538 p802_11Counter->FailedCount = (unsigned long long) (pStatistic->dwTsrErr); in STAvUpdate802_11Counter()539 p802_11Counter->RetryCount = (unsigned long long) (pStatistic->dwTsrRetry); in STAvUpdate802_11Counter()540 p802_11Counter->MultipleRetryCount = in STAvUpdate802_11Counter()543 p802_11Counter->RTSSuccessCount += (unsigned long long) byRTSSuccess; in STAvUpdate802_11Counter()544 p802_11Counter->RTSFailureCount += (unsigned long long) byRTSFail; in STAvUpdate802_11Counter()545 p802_11Counter->ACKFailureCount += (unsigned long long) byACKFail; in STAvUpdate802_11Counter()546 p802_11Counter->FCSErrorCount += (unsigned long long) byFCSErr; in STAvUpdate802_11Counter()548 p802_11Counter->MulticastReceivedFrameCount = in STAvUpdate802_11Counter()[all …]
399 PSDot11Counters p802_11Counter,407 void STAvClear802_11Counter(PSDot11Counters p802_11Counter);
556 PSDot11Counters p802_11Counter, in STAvUpdate802_11Counter() argument562 …p802_11Counter->MulticastTransmittedFrameCount = (unsigned long long) (pStatistic->dwTsrBroadcast[… in STAvUpdate802_11Counter()566 …p802_11Counter->FailedCount = (unsigned long long) (pStatistic->dwTsrErr[TYPE_AC0DMA] + pStatistic… in STAvUpdate802_11Counter()567 …p802_11Counter->RetryCount = (unsigned long long) (pStatistic->dwTsrRetry[TYPE_AC0DMA] + pStatisti… in STAvUpdate802_11Counter()568 …p802_11Counter->MultipleRetryCount = (unsigned long long) (pStatistic->dwTsrMoreThanOnceRetry[TYPE… in STAvUpdate802_11Counter()571 p802_11Counter->RTSSuccessCount += (unsigned long long) (dwCounter & 0x000000ff); in STAvUpdate802_11Counter()572 p802_11Counter->RTSFailureCount += (unsigned long long) ((dwCounter & 0x0000ff00) >> 8); in STAvUpdate802_11Counter()573 p802_11Counter->ACKFailureCount += (unsigned long long) ((dwCounter & 0x00ff0000) >> 16); in STAvUpdate802_11Counter()574 p802_11Counter->FCSErrorCount += (unsigned long long) ((dwCounter & 0xff000000) >> 24); in STAvUpdate802_11Counter()576 p802_11Counter->MulticastReceivedFrameCount = (unsigned long long) (pStatistic->dwRsrBroadcast + in STAvUpdate802_11Counter()[all …]
367 PSDot11Counters p802_11Counter,372 void STAvClear802_11Counter(PSDot11Counters p802_11Counter);