Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A 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()
H A Dhostap_wlan.h763 struct net_device_stats apdevstats; member
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A 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()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c255 ieee->apdevstats.rx_packets++; in ieee80211_rx_frame_mgmt()
256 ieee->apdevstats.rx_bytes += skb->len; in ieee80211_rx_frame_mgmt()