Home
last modified time | relevance | path

Searched refs:apdevstats (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/intersil/hostap/
Dhostap_80211_rx.c491 local->apdevstats.rx_packets++; in hostap_rx_frame_mgmt()
492 local->apdevstats.rx_bytes += skb->len; in hostap_rx_frame_mgmt()
1021 local->apdevstats.rx_packets++; in hostap_80211_rx()
1022 local->apdevstats.rx_bytes += skb->len; in hostap_80211_rx()
Dhostap_wlan.h763 struct net_device_stats apdevstats; member
/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c192 ieee->apdevstats.rx_packets++; in libipw_rx_frame_mgmt()
193 ieee->apdevstats.rx_bytes += skb->len; in libipw_rx_frame_mgmt()
721 ieee->apdevstats.rx_packets++; in libipw_rx()
722 ieee->apdevstats.rx_bytes += skb->len; in libipw_rx()
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c255 ieee->apdevstats.rx_packets++; in ieee80211_rx_frame_mgmt()
256 ieee->apdevstats.rx_bytes += skb->len; in ieee80211_rx_frame_mgmt()