Lines Matching refs:PUT_SINFO
7088 #define PUT_SINFO(attr, memb, type) do { \ in nl80211_send_station() macro
7102 PUT_SINFO(CONNECTED_TIME, connected_time, u32); in nl80211_send_station()
7103 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
7125 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
7129 PUT_SINFO(SIGNAL, signal, u8); in nl80211_send_station()
7130 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_send_station()
7158 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_send_station()
7159 PUT_SINFO(TX_PACKETS, tx_packets, u32); in nl80211_send_station()
7160 PUT_SINFO(TX_RETRIES, tx_retries, u32); in nl80211_send_station()
7161 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_send_station()
7162 PUT_SINFO(EXPECTED_THROUGHPUT, expected_throughput, u32); in nl80211_send_station()
7163 PUT_SINFO(BEACON_LOSS, beacon_loss_count, u32); in nl80211_send_station()
7165 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
7166 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
7167 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
7168 PUT_SINFO(AIRTIME_LINK_METRIC, airtime_link_metric, u32); in nl80211_send_station()
7169 PUT_SINFO(LOCAL_PM, local_pm, u32); in nl80211_send_station()
7170 PUT_SINFO(PEER_PM, peer_pm, u32); in nl80211_send_station()
7171 PUT_SINFO(NONPEER_PM, nonpeer_pm, u32); in nl80211_send_station()
7172 PUT_SINFO(CONNECTED_TO_GATE, connected_to_gate, u8); in nl80211_send_station()
7173 PUT_SINFO(CONNECTED_TO_AS, connected_to_as, u8); in nl80211_send_station()
7204 PUT_SINFO(BEACON_SIGNAL_AVG, rx_beacon_signal_avg, u8); in nl80211_send_station()
7205 PUT_SINFO(RX_MPDUS, rx_mpdu_count, u32); in nl80211_send_station()
7206 PUT_SINFO(FCS_ERROR_COUNT, fcs_err_count, u32); in nl80211_send_station()
7209 PUT_SINFO(ACK_SIGNAL, ack_signal, u8); in nl80211_send_station()
7210 PUT_SINFO(ACK_SIGNAL_AVG, avg_ack_signal, s8); in nl80211_send_station()
7213 #undef PUT_SINFO in nl80211_send_station()