Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Dxmit.c447 dev->wl->ieee_stats.dot11FCSErrorCount++; in b43legacy_rx()
583 dev->wl->ieee_stats.dot11ACKFailureCount++; in b43legacy_handle_txstatus()
586 dev->wl->ieee_stats.dot11RTSFailureCount++; in b43legacy_handle_txstatus()
588 dev->wl->ieee_stats.dot11RTSSuccessCount++; in b43legacy_handle_txstatus()
Db43legacy.h605 struct ieee80211_low_level_stats ieee_stats; member
Dmain.c2522 memcpy(stats, &wl->ieee_stats, sizeof(*stats)); in b43legacy_op_get_stats()
/linux-6.1.9/drivers/net/wireless/broadcom/b43/
Dxmit.c665 dev->wl->ieee_stats.dot11FCSErrorCount++; in b43_rx()
827 dev->wl->ieee_stats.dot11ACKFailureCount++; in b43_handle_txstatus()
830 dev->wl->ieee_stats.dot11RTSFailureCount++; in b43_handle_txstatus()
832 dev->wl->ieee_stats.dot11RTSSuccessCount++; in b43_handle_txstatus()
Db43.h930 struct ieee80211_low_level_stats ieee_stats; member
Dmain.c3828 memcpy(stats, &wl->ieee_stats, sizeof(*stats)); in b43_op_get_stats()
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dlibipw_tx.c159 ieee->ieee_stats.tx_discards++; in libipw_encrypt_fragment()
Dlibipw.h718 struct libipw_stats ieee_stats; member
Dlibipw_rx.c290 ieee->ieee_stats.rx_discards_undecryptable++; in libipw_rx_frame_decrypt()
459 ieee->ieee_stats.rx_discards_undecryptable++; in libipw_rx()
Dipw2200.c10029 wstats->discard.code = priv->ieee->ieee_stats.rx_discards_undecryptable; in ipw_get_wireless_stats()
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c208 ieee->ieee_stats.tx_discards++; in ieee80211_encrypt_fragment()
Dieee80211_rx.c369 ieee->ieee_stats.rx_discards_undecryptable++; in ieee80211_rx_frame_decrypt()
995 ieee->ieee_stats.rx_discards_undecryptable++; in ieee80211_rx()
Dieee80211.h1661 struct ieee80211_stats ieee_stats; member