Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
A Dsta_info.h274 sta->sta_stats.last_rx_mgnt_pkts = sta->sta_stats.rx_mgnt_pkts; \
275 sta->sta_stats.last_rx_beacon_pkts = sta->sta_stats.rx_beacon_pkts; \
276 sta->sta_stats.last_rx_probereq_pkts = sta->sta_stats.rx_probereq_pkts; \
277 sta->sta_stats.last_rx_probersp_pkts = sta->sta_stats.rx_probersp_pkts; \
278 sta->sta_stats.last_rx_probersp_bm_pkts = sta->sta_stats.rx_probersp_bm_pkts; \
279 sta->sta_stats.last_rx_probersp_uo_pkts = sta->sta_stats.rx_probersp_uo_pkts; \
280 sta->sta_stats.last_rx_ctrl_pkts = sta->sta_stats.rx_ctrl_pkts; \
281 sta->sta_stats.last_rx_data_pkts = sta->sta_stats.rx_data_pkts; \
295 sta->sta_stats.rx_mgnt_pkts - sta->sta_stats.last_rx_mgnt_pkts \
296 , sta->sta_stats.rx_ctrl_pkts - sta->sta_stats.last_rx_ctrl_pkts \
[all …]
/linux/drivers/staging/r8188eu/include/
A Dsta_info.h262 sta->sta_stats.last_rx_mgnt_pkts = sta->sta_stats.rx_mgnt_pkts; \
263 sta->sta_stats.last_rx_beacon_pkts = sta->sta_stats.rx_beacon_pkts; \
264 sta->sta_stats.last_rx_probereq_pkts = sta->sta_stats.rx_probereq_pkts; \
265 sta->sta_stats.last_rx_probersp_pkts = sta->sta_stats.rx_probersp_pkts; \
266 sta->sta_stats.last_rx_probersp_bm_pkts = sta->sta_stats.rx_probersp_bm_pkts; \
267 sta->sta_stats.last_rx_probersp_uo_pkts = sta->sta_stats.rx_probersp_uo_pkts; \
268 sta->sta_stats.last_rx_ctrl_pkts = sta->sta_stats.rx_ctrl_pkts; \
269 sta->sta_stats.last_rx_data_pkts = sta->sta_stats.rx_data_pkts; \
283 sta->sta_stats.rx_mgnt_pkts - sta->sta_stats.last_rx_mgnt_pkts \
284 , sta->sta_stats.rx_ctrl_pkts - sta->sta_stats.last_rx_ctrl_pkts \
[all …]
/linux/drivers/staging/r8188eu/core/
A Drtw_ap.c145 if ((psta->sta_stats.last_rx_data_pkts + psta->sta_stats.last_rx_ctrl_pkts) == in chk_sta_is_alive()
146 (psta->sta_stats.rx_data_pkts + psta->sta_stats.rx_ctrl_pkts)) in chk_sta_is_alive()
428 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); in update_bmc_sta()
553 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); in update_sta_info_apmode()
A Drtw_recv.c564 pstats = &psta->sta_stats; in count_rx_stats()
842 psta->sta_stats.rx_ctrl_pkts++; in validate_recv_ctrl_frame()
946 psta->sta_stats.rx_mgnt_pkts++; in validate_recv_mgnt_frame()
948 psta->sta_stats.rx_beacon_pkts++; in validate_recv_mgnt_frame()
950 psta->sta_stats.rx_probereq_pkts++; in validate_recv_mgnt_frame()
953 psta->sta_stats.rx_probersp_pkts++; in validate_recv_mgnt_frame()
956 psta->sta_stats.rx_probersp_bm_pkts++; in validate_recv_mgnt_frame()
958 psta->sta_stats.rx_probersp_uo_pkts++; in validate_recv_mgnt_frame()
A Drtw_xmit.c1102 pstats = &psta->sta_stats; in rtw_count_tx_stats()
/linux/drivers/staging/rtl8723bs/os_dep/
A Dioctl_linux.c955 psta_data->rx_pkts = psta->sta_stats.rx_data_pkts; in rtw_ioctl_get_sta_data()
956 psta_data->rx_bytes = psta->sta_stats.rx_bytes; in rtw_ioctl_get_sta_data()
957 psta_data->rx_drops = psta->sta_stats.rx_drops; in rtw_ioctl_get_sta_data()
959 psta_data->tx_pkts = psta->sta_stats.tx_pkts; in rtw_ioctl_get_sta_data()
960 psta_data->tx_bytes = psta->sta_stats.tx_bytes; in rtw_ioctl_get_sta_data()
961 psta_data->tx_drops = psta->sta_stats.tx_drops; in rtw_ioctl_get_sta_data()
A Dioctl_cfg80211.c1128 sinfo->tx_packets = psta->sta_stats.tx_pkts; in cfg80211_rtw_get_station()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_recv.c645 pstats = &psta->sta_stats; in count_rx_stats()
918 psta->sta_stats.rx_ctrl_pkts++; in validate_recv_ctrl_frame()
1207 psta->sta_stats.rx_mgnt_pkts++; in validate_recv_mgnt_frame()
1209 psta->sta_stats.rx_beacon_pkts++; in validate_recv_mgnt_frame()
1211 psta->sta_stats.rx_probereq_pkts++; in validate_recv_mgnt_frame()
1214 psta->sta_stats.rx_probersp_pkts++; in validate_recv_mgnt_frame()
1217 psta->sta_stats.rx_probersp_bm_pkts++; in validate_recv_mgnt_frame()
1219 psta->sta_stats.rx_probersp_uo_pkts++; in validate_recv_mgnt_frame()
A Drtw_ap.c395 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); in update_bmc_sta()
555 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); in update_sta_info_apmode()
A Drtw_xmit.c1390 pstats = &psta->sta_stats; in rtw_count_tx_stats()
/linux/drivers/staging/rtl8712/
A Dsta_info.h67 struct stainfo_stats sta_stats; member

Completed in 32 milliseconds