Searched refs:softmac_stats (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 374 ieee->softmac_stats.tx_beacons++; in ieee80211_send_beacon() 409 ieee->softmac_stats.tx_probe_rq++; in ieee80211_send_probe() 1238 ieee->softmac_stats.no_auth_rs++; in ieee80211_associate_abort() 1241 ieee->softmac_stats.no_ass_rs++; in ieee80211_associate_abort() 1265 ieee->softmac_stats.tx_auth_rq++; in ieee80211_associate_step1() 1294 ieee->softmac_stats.tx_auth_rq++; in ieee80211_auth_challenge() 1325 ieee->softmac_stats.tx_ass_rq++; in ieee80211_associate_step2() 1673 ieee->softmac_stats.rx_probe_rq++; in ieee80211_rx_probe_rq() 1677 ieee->softmac_stats.tx_probe_rs++; in ieee80211_rx_probe_rq() 1688 ieee->softmac_stats.rx_auth_rq++; in ieee80211_rx_auth_rq() [all …]
|
D | ieee80211_softmac_wx.c | 236 tmp_rate = TxCountToDataRate(ieee, ieee->softmac_stats.CurrentShowTxate); in ieee80211_wx_get_rate()
|
D | ieee80211.h | 1807 struct ieee80211_softmac_stats softmac_stats; member
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 402 ieee->softmac_stats.tx_beacons++; in rtllib_send_beacon() 499 ieee->softmac_stats.tx_probe_rq++; in rtllib_send_probe() 1441 ieee->softmac_stats.no_auth_rs++; in rtllib_associate_abort() 1444 ieee->softmac_stats.no_ass_rs++; in rtllib_associate_abort() 1467 ieee->softmac_stats.tx_auth_rq++; in rtllib_associate_step1() 1491 ieee->softmac_stats.tx_auth_rq++; in rtllib_auth_challenge() 1523 ieee->softmac_stats.tx_ass_rq++; in rtllib_associate_step2() 1935 ieee->softmac_stats.rx_probe_rq++; in rtllib_rx_probe_rq() 1937 ieee->softmac_stats.tx_probe_rs++; in rtllib_rx_probe_rq() 1948 ieee->softmac_stats.rx_auth_rq++; in rtllib_rx_auth_rq() [all …]
|
D | rtllib_softmac_wx.c | 249 ieee->softmac_stats.CurrentShowTxate); in rtllib_wx_get_rate()
|
D | rtllib.h | 2069 struct rtllib_softmac_stats softmac_stats; member
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_dm.c | 3103 read_nic_byte(dev, Current_Tx_Rate_Reg, &ieee->softmac_stats.CurrentShowTxate); in dm_check_txrateandretrycount() 3107 read_nic_byte(dev, Initial_Tx_Rate_Reg, &ieee->softmac_stats.last_packet_rate); in dm_check_txrateandretrycount() 3110 read_nic_dword(dev, Tx_Retry_Count_Reg, &ieee->softmac_stats.txretrycount); in dm_check_txrateandretrycount()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_dm.c | 2980 ieee->softmac_stats.CurrentShowTxate = read_nic_byte(dev, in dm_check_txrateandretrycount() 2983 ieee->softmac_stats.last_packet_rate = read_nic_byte(dev, in dm_check_txrateandretrycount() 2986 ieee->softmac_stats.txretrycount = read_nic_dword(dev, in dm_check_txrateandretrycount()
|