Lines Matching refs:PUT_SINFO
6548 #define PUT_SINFO(attr, memb, type) do { \ in nl80211_send_station() macro
6562 PUT_SINFO(CONNECTED_TIME, connected_time, u32); in nl80211_send_station()
6563 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
6580 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
6581 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
6582 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
6588 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
6592 PUT_SINFO(SIGNAL, signal, u8); in nl80211_send_station()
6593 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_send_station()
6621 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_send_station()
6622 PUT_SINFO(TX_PACKETS, tx_packets, u32); in nl80211_send_station()
6623 PUT_SINFO(TX_RETRIES, tx_retries, u32); in nl80211_send_station()
6624 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_send_station()
6625 PUT_SINFO(EXPECTED_THROUGHPUT, expected_throughput, u32); in nl80211_send_station()
6626 PUT_SINFO(AIRTIME_LINK_METRIC, airtime_link_metric, u32); in nl80211_send_station()
6627 PUT_SINFO(BEACON_LOSS, beacon_loss_count, u32); in nl80211_send_station()
6628 PUT_SINFO(LOCAL_PM, local_pm, u32); in nl80211_send_station()
6629 PUT_SINFO(PEER_PM, peer_pm, u32); in nl80211_send_station()
6630 PUT_SINFO(NONPEER_PM, nonpeer_pm, u32); in nl80211_send_station()
6631 PUT_SINFO(CONNECTED_TO_GATE, connected_to_gate, u8); in nl80211_send_station()
6632 PUT_SINFO(CONNECTED_TO_AS, connected_to_as, u8); in nl80211_send_station()
6663 PUT_SINFO(BEACON_SIGNAL_AVG, rx_beacon_signal_avg, u8); in nl80211_send_station()
6664 PUT_SINFO(RX_MPDUS, rx_mpdu_count, u32); in nl80211_send_station()
6665 PUT_SINFO(FCS_ERROR_COUNT, fcs_err_count, u32); in nl80211_send_station()
6668 PUT_SINFO(ACK_SIGNAL, ack_signal, u8); in nl80211_send_station()
6669 PUT_SINFO(ACK_SIGNAL_AVG, avg_ack_signal, s8); in nl80211_send_station()
6672 #undef PUT_SINFO in nl80211_send_station()