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()
1327 *frame, struct libipw_rx_stats *stats) in libipw_handle_assoc_resp() argument
1351 if (stats->freq == LIBIPW_52GHZ_BAND) { in libipw_handle_assoc_resp()
1353 network->channel = stats->received_channel; in libipw_handle_assoc_resp()
1361 (frame->info_element, stats->len - sizeof(*frame), network)) in libipw_handle_assoc_resp()
1365 if (stats->freq == LIBIPW_52GHZ_BAND) in libipw_handle_assoc_resp()
1374 memcpy(&network->stats, stats, sizeof(network->stats)); in libipw_handle_assoc_resp()
1387 struct libipw_rx_stats *stats) in libipw_network_init() argument
1411 if (stats->freq == LIBIPW_52GHZ_BAND) { in libipw_network_init()
1413 network->channel = stats->received_channel; in libipw_network_init()
1421 (beacon->info_element, stats->len - sizeof(*beacon), network)) in libipw_network_init()
1425 if (stats->freq == LIBIPW_52GHZ_BAND) in libipw_network_init()
1441 memcpy(&network->stats, stats, sizeof(network->stats)); in libipw_network_init()
1469 if (dst->channel == src->stats.received_channel) in update_network()
1470 memcpy(&dst->stats, &src->stats, in update_network()
1475 dst->channel, src->stats.received_channel); in update_network()
1534 *stats) in libipw_process_probe_response()
1565 if (libipw_network_init(ieee, beacon, &network, stats)) { in libipw_process_probe_response()
1643 struct libipw_rx_stats *stats) in libipw_rx_mgt() argument
1652 header, stats); in libipw_rx_mgt()
1670 header, stats); in libipw_rx_mgt()
1681 header, stats); in libipw_rx_mgt()
1692 header, stats); in libipw_rx_mgt()
1717 header, stats); in libipw_rx_mgt()