Lines Matching refs:PUT_SINFO
5083 #define PUT_SINFO(attr, memb, type) do { \ in nl80211_send_station() macro
5097 PUT_SINFO(CONNECTED_TIME, connected_time, u32); in nl80211_send_station()
5098 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
5115 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
5116 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
5117 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
5123 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
5127 PUT_SINFO(SIGNAL, signal, u8); in nl80211_send_station()
5128 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_send_station()
5156 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_send_station()
5157 PUT_SINFO(TX_PACKETS, tx_packets, u32); in nl80211_send_station()
5158 PUT_SINFO(TX_RETRIES, tx_retries, u32); in nl80211_send_station()
5159 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_send_station()
5160 PUT_SINFO(EXPECTED_THROUGHPUT, expected_throughput, u32); in nl80211_send_station()
5161 PUT_SINFO(AIRTIME_LINK_METRIC, airtime_link_metric, u32); in nl80211_send_station()
5162 PUT_SINFO(BEACON_LOSS, beacon_loss_count, u32); in nl80211_send_station()
5163 PUT_SINFO(LOCAL_PM, local_pm, u32); in nl80211_send_station()
5164 PUT_SINFO(PEER_PM, peer_pm, u32); in nl80211_send_station()
5165 PUT_SINFO(NONPEER_PM, nonpeer_pm, u32); in nl80211_send_station()
5166 PUT_SINFO(CONNECTED_TO_GATE, connected_to_gate, u8); in nl80211_send_station()
5197 PUT_SINFO(BEACON_SIGNAL_AVG, rx_beacon_signal_avg, u8); in nl80211_send_station()
5198 PUT_SINFO(RX_MPDUS, rx_mpdu_count, u32); in nl80211_send_station()
5199 PUT_SINFO(FCS_ERROR_COUNT, fcs_err_count, u32); in nl80211_send_station()
5202 PUT_SINFO(ACK_SIGNAL, ack_signal, u8); in nl80211_send_station()
5203 PUT_SINFO(ACK_SIGNAL_AVG, avg_ack_signal, s8); in nl80211_send_station()
5206 #undef PUT_SINFO in nl80211_send_station()