Lines Matching refs:sinfo

1151 				  struct station_info *sinfo)  in mt7915_sta_statistics()  argument
1159 sinfo->rxrate = rxrate; in mt7915_sta_statistics()
1160 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_RX_BITRATE); in mt7915_sta_statistics()
1165 sinfo->txrate.legacy = txrate->legacy; in mt7915_sta_statistics()
1167 sinfo->txrate.mcs = txrate->mcs; in mt7915_sta_statistics()
1168 sinfo->txrate.nss = txrate->nss; in mt7915_sta_statistics()
1169 sinfo->txrate.bw = txrate->bw; in mt7915_sta_statistics()
1170 sinfo->txrate.he_gi = txrate->he_gi; in mt7915_sta_statistics()
1171 sinfo->txrate.he_dcm = txrate->he_dcm; in mt7915_sta_statistics()
1172 sinfo->txrate.he_ru_alloc = txrate->he_ru_alloc; in mt7915_sta_statistics()
1174 sinfo->txrate.flags = txrate->flags; in mt7915_sta_statistics()
1175 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_BITRATE); in mt7915_sta_statistics()
1182 sinfo->tx_bytes = msta->wcid.stats.tx_bytes; in mt7915_sta_statistics()
1183 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_BYTES64); in mt7915_sta_statistics()
1186 sinfo->tx_packets = msta->wcid.stats.tx_packets; in mt7915_sta_statistics()
1187 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_PACKETS); in mt7915_sta_statistics()
1191 sinfo->rx_bytes = msta->wcid.stats.rx_bytes; in mt7915_sta_statistics()
1192 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_RX_BYTES64); in mt7915_sta_statistics()
1194 sinfo->rx_packets = msta->wcid.stats.rx_packets; in mt7915_sta_statistics()
1195 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_RX_PACKETS); in mt7915_sta_statistics()
1199 sinfo->tx_failed = msta->wcid.stats.tx_failed; in mt7915_sta_statistics()
1200 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_FAILED); in mt7915_sta_statistics()
1202 sinfo->tx_retries = msta->wcid.stats.tx_retries; in mt7915_sta_statistics()
1203 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_RETRIES); in mt7915_sta_statistics()
1205 sinfo->ack_signal = (s8)msta->ack_signal; in mt7915_sta_statistics()
1206 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_ACK_SIGNAL); in mt7915_sta_statistics()
1208 sinfo->avg_ack_signal = -(s8)ewma_avg_signal_read(&msta->avg_ack_signal); in mt7915_sta_statistics()
1209 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_ACK_SIGNAL_AVG); in mt7915_sta_statistics()