Lines Matching refs:stats

413 		dev->stats.rx_packets++;  in libipw_rx()
414 dev->stats.rx_bytes += skb->len; in libipw_rx()
521 stats = hostap_get_stats(dev); in libipw_rx()
530 stats = hostap_get_stats(dev); in libipw_rx()
770 dev->stats.rx_packets++; in libipw_rx()
771 dev->stats.rx_bytes += skb->len; in libipw_rx()
813 dev->stats.rx_dropped++; in libipw_rx()
825 dev->stats.rx_dropped++; in libipw_rx()
837 struct sk_buff *skb, struct libipw_rx_stats *stats) in libipw_rx_any() argument
844 if (!libipw_rx(ieee, skb, stats)) in libipw_rx_any()
862 libipw_rx_mgt(ieee, hdr, stats); in libipw_rx_any()
914 if (!libipw_rx(ieee, skb, stats)) in libipw_rx_any()
920 ieee->dev->stats.rx_dropped++; in libipw_rx_any()
1329 *frame, struct libipw_rx_stats *stats) in libipw_handle_assoc_resp() argument
1353 if (stats->freq == LIBIPW_52GHZ_BAND) { in libipw_handle_assoc_resp()
1355 network->channel = stats->received_channel; in libipw_handle_assoc_resp()
1363 (frame->info_element, stats->len - sizeof(*frame), network)) in libipw_handle_assoc_resp()
1367 if (stats->freq == LIBIPW_52GHZ_BAND) in libipw_handle_assoc_resp()
1376 memcpy(&network->stats, stats, sizeof(network->stats)); in libipw_handle_assoc_resp()
1389 struct libipw_rx_stats *stats) in libipw_network_init() argument
1413 if (stats->freq == LIBIPW_52GHZ_BAND) { in libipw_network_init()
1415 network->channel = stats->received_channel; in libipw_network_init()
1423 (beacon->info_element, stats->len - sizeof(*beacon), network)) in libipw_network_init()
1427 if (stats->freq == LIBIPW_52GHZ_BAND) in libipw_network_init()
1443 memcpy(&network->stats, stats, sizeof(network->stats)); in libipw_network_init()
1471 if (dst->channel == src->stats.received_channel) in update_network()
1472 memcpy(&dst->stats, &src->stats, in update_network()
1477 dst->channel, src->stats.received_channel); in update_network()
1536 *stats) in libipw_process_probe_response()
1567 if (libipw_network_init(ieee, beacon, &network, stats)) { in libipw_process_probe_response()
1645 struct libipw_rx_stats *stats) in libipw_rx_mgt() argument
1654 header, stats); in libipw_rx_mgt()
1672 header, stats); in libipw_rx_mgt()
1683 header, stats); in libipw_rx_mgt()
1694 header, stats); in libipw_rx_mgt()
1719 header, stats); in libipw_rx_mgt()