Home
last modified time | relevance | path

Searched refs:ieee_stats (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Dxmit.c460 dev->wl->ieee_stats.dot11FCSErrorCount++; in b43legacy_rx()
595 dev->wl->ieee_stats.dot11ACKFailureCount++; in b43legacy_handle_txstatus()
598 dev->wl->ieee_stats.dot11RTSFailureCount++; in b43legacy_handle_txstatus()
600 dev->wl->ieee_stats.dot11RTSSuccessCount++; in b43legacy_handle_txstatus()
Db43legacy.h605 struct ieee80211_low_level_stats ieee_stats; member
Dmain.c2551 memcpy(stats, &wl->ieee_stats, sizeof(*stats)); in b43legacy_op_get_stats()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dxmit.c691 dev->wl->ieee_stats.dot11FCSErrorCount++; in b43_rx()
853 dev->wl->ieee_stats.dot11ACKFailureCount++; in b43_handle_txstatus()
856 dev->wl->ieee_stats.dot11RTSFailureCount++; in b43_handle_txstatus()
858 dev->wl->ieee_stats.dot11RTSSuccessCount++; in b43_handle_txstatus()
Db43.h930 struct ieee80211_low_level_stats ieee_stats; member
Dmain.c3850 memcpy(stats, &wl->ieee_stats, sizeof(*stats)); in b43_op_get_stats()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_tx.c173 ieee->ieee_stats.tx_discards++; in libipw_encrypt_fragment()
Dlibipw.h724 struct libipw_stats ieee_stats; member
Dlibipw_rx.c294 ieee->ieee_stats.rx_discards_undecryptable++; in libipw_rx_frame_decrypt()
463 ieee->ieee_stats.rx_discards_undecryptable++; in libipw_rx()
Dipw2200.c10051 wstats->discard.code = priv->ieee->ieee_stats.rx_discards_undecryptable; in ipw_get_wireless_stats()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c225 ieee->ieee_stats.tx_discards++; in ieee80211_encrypt_fragment()
Dieee80211_rx.c375 ieee->ieee_stats.rx_discards_undecryptable++; in ieee80211_rx_frame_decrypt()
1004 ieee->ieee_stats.rx_discards_undecryptable++; in ieee80211_rx()
Dieee80211.h1666 struct ieee80211_stats ieee_stats; member