Searched refs:low_stats (Results 1 – 3 of 3) sorted by relevance
129 struct ieee80211_low_level_stats *low_stats = &priv->low_stats; in vnt_int_process_data() local159 low_stats->dot11RTSSuccessCount += int_data->rts_success; in vnt_int_process_data()160 low_stats->dot11RTSFailureCount += int_data->rts_fail; in vnt_int_process_data()161 low_stats->dot11ACKFailureCount += int_data->ack_fail; in vnt_int_process_data()162 low_stats->dot11FCSErrorCount += int_data->fcs_err; in vnt_int_process_data()
395 struct ieee80211_low_level_stats low_stats; member
879 memcpy(stats, &priv->low_stats, sizeof(*stats)); in vnt_get_stats()