Searched refs:softmac_stats (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 361 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 …]
|
D | ieee80211_softmac_wx.c | 235 tmp_rate = TxCountToDataRate(ieee, ieee->softmac_stats.CurrentShowTxate); in ieee80211_wx_get_rate()
|
D | ieee80211.h | 1662 struct ieee80211_softmac_stats softmac_stats; member
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 384 ieee->softmac_stats.tx_beacons++; in rtllib_send_beacon() 481 ieee->softmac_stats.tx_probe_rq++; in rtllib_send_probe() 1406 ieee->softmac_stats.no_auth_rs++; in rtllib_associate_abort() 1409 ieee->softmac_stats.no_ass_rs++; in rtllib_associate_abort() 1434 ieee->softmac_stats.tx_auth_rq++; in rtllib_associate_step1() 1459 ieee->softmac_stats.tx_auth_rq++; in rtllib_auth_challenge() 1492 ieee->softmac_stats.tx_ass_rq++; in rtllib_associate_step2() 1909 ieee->softmac_stats.rx_probe_rq++; in rtllib_rx_probe_rq() 1911 ieee->softmac_stats.tx_probe_rs++; in rtllib_rx_probe_rq() 1922 ieee->softmac_stats.rx_auth_rq++; in rtllib_rx_auth_rq() [all …]
|
D | rtllib_softmac_wx.c | 246 ieee->softmac_stats.CurrentShowTxate); in rtllib_wx_get_rate()
|
D | rtllib.h | 1469 struct rtllib_softmac_stats softmac_stats; member
|
/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_dm.c | 2337 ieee->softmac_stats.CurrentShowTxate = rtl92e_readb(dev, CURRENT_TX_RATE_REG); in _rtl92e_dm_check_txrateandretrycount() 2338 ieee->softmac_stats.last_packet_rate = rtl92e_readb(dev, INITIAL_TX_RATE_REG); in _rtl92e_dm_check_txrateandretrycount() 2339 ieee->softmac_stats.txretrycount = rtl92e_readl(dev, TX_RETRY_COUNT_REG); in _rtl92e_dm_check_txrateandretrycount()
|
/linux-6.1.9/drivers/staging/rtl8192u/ |
D | r8192U_dm.c | 2998 read_nic_byte(dev, CURRENT_TX_RATE_REG, &ieee->softmac_stats.CurrentShowTxate); in dm_check_txrateandretrycount() 3002 read_nic_byte(dev, INITIAL_TX_RATE_REG, &ieee->softmac_stats.last_packet_rate); in dm_check_txrateandretrycount() 3005 read_nic_dword(dev, TX_RETRY_COUNT_REG, &ieee->softmac_stats.txretrycount); in dm_check_txrateandretrycount()
|