Home
last modified time | relevance | path

Searched refs:softmac_stats (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c361 ieee->softmac_stats.tx_beacons++; in ieee80211_send_beacon()
395 ieee->softmac_stats.tx_probe_rq++; in ieee80211_send_probe()
1173 ieee->softmac_stats.no_auth_rs++; in ieee80211_associate_abort()
1176 ieee->softmac_stats.no_ass_rs++; in ieee80211_associate_abort()
1201 ieee->softmac_stats.tx_auth_rq++; in ieee80211_associate_step1()
1229 ieee->softmac_stats.tx_auth_rq++; in ieee80211_auth_challenge()
1260 ieee->softmac_stats.tx_ass_rq++; in ieee80211_associate_step2()
1601 ieee->softmac_stats.rx_probe_rq++; in ieee80211_rx_probe_rq()
1605 ieee->softmac_stats.tx_probe_rs++; in ieee80211_rx_probe_rq()
1616 ieee->softmac_stats.rx_auth_rq++; in ieee80211_rx_auth_rq()
[all …]
Dieee80211_softmac_wx.c235 tmp_rate = TxCountToDataRate(ieee, ieee->softmac_stats.CurrentShowTxate); in ieee80211_wx_get_rate()
Dieee80211.h1599 struct ieee80211_softmac_stats softmac_stats; member
/Linux-v6.6/drivers/staging/rtl8192e/
Drtllib_softmac.c366 ieee->softmac_stats.tx_beacons++; in rtllib_send_beacon()
459 ieee->softmac_stats.tx_probe_rq++; in rtllib_send_probe()
1245 ieee->softmac_stats.no_auth_rs++; in rtllib_associate_abort()
1248 ieee->softmac_stats.no_ass_rs++; in rtllib_associate_abort()
1273 ieee->softmac_stats.tx_auth_rq++; in rtllib_associate_step1()
1298 ieee->softmac_stats.tx_auth_rq++; in rtllib_auth_challenge()
1331 ieee->softmac_stats.tx_ass_rq++; in rtllib_associate_step2()
1695 ieee->softmac_stats.rx_probe_rq++; in rtllib_rx_probe_rq()
1697 ieee->softmac_stats.tx_probe_rs++; in rtllib_rx_probe_rq()
1982 ieee->softmac_stats.rx_ass_ok++; in rtllib_rx_assoc_resp()
[all …]
Drtllib_softmac_wx.c218 ieee->softmac_stats.CurrentShowTxate); in rtllib_wx_get_rate()
Drtllib.h1411 struct rtllib_softmac_stats softmac_stats; member
/Linux-v6.6/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c2147 ieee->softmac_stats.CurrentShowTxate = rtl92e_readb(dev, CURRENT_TX_RATE_REG); in _rtl92e_dm_check_txrateandretrycount()
2148 ieee->softmac_stats.last_packet_rate = rtl92e_readb(dev, INITIAL_TX_RATE_REG); in _rtl92e_dm_check_txrateandretrycount()
2149 ieee->softmac_stats.txretrycount = rtl92e_readl(dev, TX_RETRY_COUNT_REG); in _rtl92e_dm_check_txrateandretrycount()
/Linux-v6.6/drivers/staging/rtl8192u/
Dr8192U_dm.c2803 read_nic_byte(dev, CURRENT_TX_RATE_REG, &ieee->softmac_stats.CurrentShowTxate); in dm_check_txrateandretrycount()
2805 read_nic_byte(dev, INITIAL_TX_RATE_REG, &ieee->softmac_stats.last_packet_rate); in dm_check_txrateandretrycount()
2807 read_nic_dword(dev, TX_RETRY_COUNT_REG, &ieee->softmac_stats.txretrycount); in dm_check_txrateandretrycount()