Searched refs:sta_stats (Results 1 – 5 of 5) sorted by relevance
116 struct stainfo_stats sta_stats; member221 (sta->sta_stats.rx_mgnt_pkts \226 (sta->sta_stats.rx_data_pkts)245 sta->sta_stats.last_rx_mgnt_pkts = sta->sta_stats.rx_mgnt_pkts; \246 sta->sta_stats.last_rx_beacon_pkts = sta->sta_stats.rx_beacon_pkts; \247 sta->sta_stats.last_rx_probereq_pkts = sta->sta_stats.rx_probereq_pkts; \248 sta->sta_stats.last_rx_probersp_pkts = sta->sta_stats.rx_probersp_pkts; \249 sta->sta_stats.last_rx_probersp_bm_pkts = sta->sta_stats.rx_probersp_bm_pkts; \250 sta->sta_stats.last_rx_probersp_uo_pkts = sta->sta_stats.rx_probersp_uo_pkts; \251 sta->sta_stats.last_rx_ctrl_pkts = sta->sta_stats.rx_ctrl_pkts; \[all …]
636 pstats = &psta->sta_stats; in count_rx_stats()910 psta->sta_stats.rx_ctrl_pkts++; in validate_recv_ctrl_frame()1205 psta->sta_stats.rx_mgnt_pkts++; in validate_recv_mgnt_frame()1207 psta->sta_stats.rx_beacon_pkts++; in validate_recv_mgnt_frame()1209 psta->sta_stats.rx_probereq_pkts++; in validate_recv_mgnt_frame()1212 psta->sta_stats.rx_probersp_pkts++; in validate_recv_mgnt_frame()1215 psta->sta_stats.rx_probersp_bm_pkts++; in validate_recv_mgnt_frame()1217 psta->sta_stats.rx_probersp_uo_pkts++; in validate_recv_mgnt_frame()
394 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); in update_bmc_sta()554 memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); in update_sta_info_apmode()
1389 pstats = &psta->sta_stats; in rtw_count_tx_stats()
1005 sinfo->tx_packets = psta->sta_stats.tx_pkts; in cfg80211_rtw_get_station()
Completed in 22 milliseconds