Home
last modified time | relevance | path

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

/Linux-v4.19/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.h761 struct net_device_stats apdevstats; member
/Linux-v4.19/drivers/net/wireless/intel/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()
/Linux-v4.19/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()