Lines Matching refs:PUT_SINFO

3721 #define PUT_SINFO(attr, memb, type) do {				\  in nl80211_send_station()  macro
3728 PUT_SINFO(CONNECTED_TIME, connected_time, u32); in nl80211_send_station()
3729 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
3743 PUT_SINFO(RX_BYTES64, rx_bytes, u64); in nl80211_send_station()
3744 PUT_SINFO(TX_BYTES64, tx_bytes, u64); in nl80211_send_station()
3745 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
3746 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
3747 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
3751 PUT_SINFO(SIGNAL, signal, u8); in nl80211_send_station()
3752 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_send_station()
3780 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_send_station()
3781 PUT_SINFO(TX_PACKETS, tx_packets, u32); in nl80211_send_station()
3782 PUT_SINFO(TX_RETRIES, tx_retries, u32); in nl80211_send_station()
3783 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_send_station()
3784 PUT_SINFO(EXPECTED_THROUGHPUT, expected_throughput, u32); in nl80211_send_station()
3785 PUT_SINFO(BEACON_LOSS, beacon_loss_count, u32); in nl80211_send_station()
3786 PUT_SINFO(LOCAL_PM, local_pm, u32); in nl80211_send_station()
3787 PUT_SINFO(PEER_PM, peer_pm, u32); in nl80211_send_station()
3788 PUT_SINFO(NONPEER_PM, nonpeer_pm, u32); in nl80211_send_station()
3815 PUT_SINFO(T_OFFSET, t_offset, u64); in nl80211_send_station()
3816 PUT_SINFO(RX_DROP_MISC, rx_dropped_misc, u64); in nl80211_send_station()
3817 PUT_SINFO(BEACON_RX, rx_beacon, u64); in nl80211_send_station()
3818 PUT_SINFO(BEACON_SIGNAL_AVG, rx_beacon_signal_avg, u8); in nl80211_send_station()
3820 #undef PUT_SINFO in nl80211_send_station()