Home
last modified time | relevance | path

Searched refs:sta_stats (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h116 struct stainfo_stats sta_stats; member
221 (sta->sta_stats.rx_mgnt_pkts \
222 + sta->sta_stats.rx_ctrl_pkts \
223 + sta->sta_stats.rx_data_pkts)
226 (sta->sta_stats.rx_data_pkts)
229 (sta->sta_stats.last_rx_data_pkts)
232 (sta->sta_stats.rx_beacon_pkts)
235 (sta->sta_stats.last_rx_beacon_pkts)
238 (sta->sta_stats.rx_probersp_pkts)
241 (sta->sta_stats.last_rx_probersp_pkts)
[all …]
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c694 pstats = &psta->sta_stats; in count_rx_stats()
968 psta->sta_stats.rx_ctrl_pkts++; in validate_recv_ctrl_frame()
1263 psta->sta_stats.rx_mgnt_pkts++; in validate_recv_mgnt_frame()
1265 psta->sta_stats.rx_beacon_pkts++; in validate_recv_mgnt_frame()
1267 psta->sta_stats.rx_probereq_pkts++; in validate_recv_mgnt_frame()
1270 psta->sta_stats.rx_probersp_pkts++; in validate_recv_mgnt_frame()
1273 psta->sta_stats.rx_probersp_bm_pkts++; in validate_recv_mgnt_frame()
1275 psta->sta_stats.rx_probersp_uo_pkts++; in validate_recv_mgnt_frame()
H A Drtw_ap.c391 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); in update_bmc_sta()
548 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); in update_sta_info_apmode()
H A Drtw_xmit.c1425 pstats = &psta->sta_stats; in rtw_count_tx_stats()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1006 sinfo->tx_packets = psta->sta_stats.tx_pkts; in cfg80211_rtw_get_station()