Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_80211_rx.c492 local->apdevstats.rx_packets++; in hostap_rx_frame_mgmt()
493 local->apdevstats.rx_bytes += skb->len; in hostap_rx_frame_mgmt()
1022 local->apdevstats.rx_packets++; in hostap_80211_rx()
1023 local->apdevstats.rx_bytes += skb->len; in hostap_80211_rx()
Dhostap_wlan.h759 struct net_device_stats apdevstats; member
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c196 ieee->apdevstats.rx_packets++; in libipw_rx_frame_mgmt()
197 ieee->apdevstats.rx_bytes += skb->len; in libipw_rx_frame_mgmt()
725 ieee->apdevstats.rx_packets++; in libipw_rx()
726 ieee->apdevstats.rx_bytes += skb->len; in libipw_rx()
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c260 ieee->apdevstats.rx_packets++; in ieee80211_rx_frame_mgmt()
261 ieee->apdevstats.rx_bytes += skb->len; in ieee80211_rx_frame_mgmt()