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

/drivers/staging/rtl8188eu/include/
H A Dsta_info.h118 struct stainfo_stats sta_stats; member in struct:sta_info
214 (sta->sta_stats.rx_mgnt_pkts \
215 + sta->sta_stats.rx_ctrl_pkts \
216 + sta->sta_stats.rx_data_pkts)
219 (sta->sta_stats.last_rx_mgnt_pkts \
220 + sta->sta_stats.last_rx_ctrl_pkts \
221 + sta->sta_stats.last_rx_data_pkts)
224 (sta->sta_stats.rx_data_pkts)
227 (sta->sta_stats.last_rx_data_pkts)
230 (sta->sta_stats
[all...]
/drivers/staging/rtl8723au/include/
H A Dsta_info.h120 struct stainfo_stats sta_stats; member in struct:sta_info
232 (sta->sta_stats.rx_mgnt_pkts \
233 + sta->sta_stats.rx_ctrl_pkts \
234 + sta->sta_stats.rx_data_pkts)
237 (sta->sta_stats.last_rx_mgnt_pkts \
238 + sta->sta_stats.last_rx_ctrl_pkts \
239 + sta->sta_stats.last_rx_data_pkts)
242 (sta->sta_stats.rx_data_pkts)
245 (sta->sta_stats.last_rx_data_pkts)
248 (sta->sta_stats
[all...]
/drivers/staging/rtl8712/
H A Dsta_info.h80 struct stainfo_stats sta_stats; member in struct:sta_info
/drivers/staging/rtl8188eu/core/
H A Drtw_ap.c264 if ((psta->sta_stats.last_rx_data_pkts + psta->sta_stats.last_rx_ctrl_pkts) ==
265 (psta->sta_stats.rx_data_pkts + psta->sta_stats.rx_ctrl_pkts))
551 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats));
674 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats));
H A Drtw_recv.c700 pstats = &psta->sta_stats;
998 psta->sta_stats.rx_ctrl_pkts++;
1115 psta->sta_stats.rx_mgnt_pkts++;
1117 psta->sta_stats.rx_beacon_pkts++;
1119 psta->sta_stats.rx_probereq_pkts++;
1123 psta->sta_stats.rx_probersp_pkts++;
1126 psta->sta_stats.rx_probersp_bm_pkts++;
1128 psta->sta_stats.rx_probersp_uo_pkts++;
H A Drtw_xmit.c1207 pstats = &psta->sta_stats;
/drivers/staging/rtl8723au/core/
H A Drtw_ap.c169 if ((psta->sta_stats.last_rx_data_pkts +
170 psta->sta_stats.last_rx_ctrl_pkts) !=
171 (psta->sta_stats.rx_data_pkts + psta->sta_stats.rx_ctrl_pkts))
466 memset((void *)&psta->sta_stats, 0,
603 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats));
H A Drtw_recv.c778 pstats = &psta->sta_stats;
1118 psta->sta_stats.rx_ctrl_pkts++;
1259 psta->sta_stats.rx_mgnt_pkts++;
1262 psta->sta_stats.rx_beacon_pkts++;
1264 psta->sta_stats.rx_probereq_pkts++;
1268 psta->sta_stats.rx_probersp_pkts++;
1271 psta->sta_stats.rx_probersp_bm_pkts++;
1273 psta->sta_stats.rx_probersp_uo_pkts++;
H A Drtw_xmit.c1335 pstats = &psta->sta_stats;
/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c2635 psta_data->rx_pkts = psta->sta_stats.rx_data_pkts;
2636 psta_data->rx_bytes = psta->sta_stats.rx_bytes;
2637 psta_data->rx_drops = psta->sta_stats.rx_drops;
2638 psta_data->tx_pkts = psta->sta_stats.tx_pkts;
2639 psta_data->tx_bytes = psta->sta_stats.tx_bytes;
2640 psta_data->tx_drops = psta->sta_stats.tx_drops;
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c1106 sinfo->tx_packets = psta->sta_stats.tx_pkts;

Completed in 58 milliseconds