Lines Matching refs:PUT_SINFO

3696 #define PUT_SINFO(attr, memb, type) do {				\  in nl80211_send_station()  macro
3703 PUT_SINFO(CONNECTED_TIME, connected_time, u32); in nl80211_send_station()
3704 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
3718 PUT_SINFO(RX_BYTES64, rx_bytes, u64); in nl80211_send_station()
3719 PUT_SINFO(TX_BYTES64, tx_bytes, u64); in nl80211_send_station()
3720 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
3721 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
3722 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
3726 PUT_SINFO(SIGNAL, signal, u8); in nl80211_send_station()
3727 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_send_station()
3755 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_send_station()
3756 PUT_SINFO(TX_PACKETS, tx_packets, u32); in nl80211_send_station()
3757 PUT_SINFO(TX_RETRIES, tx_retries, u32); in nl80211_send_station()
3758 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_send_station()
3759 PUT_SINFO(EXPECTED_THROUGHPUT, expected_throughput, u32); in nl80211_send_station()
3760 PUT_SINFO(BEACON_LOSS, beacon_loss_count, u32); in nl80211_send_station()
3761 PUT_SINFO(LOCAL_PM, local_pm, u32); in nl80211_send_station()
3762 PUT_SINFO(PEER_PM, peer_pm, u32); in nl80211_send_station()
3763 PUT_SINFO(NONPEER_PM, nonpeer_pm, u32); in nl80211_send_station()
3790 PUT_SINFO(T_OFFSET, t_offset, u64); in nl80211_send_station()
3791 PUT_SINFO(RX_DROP_MISC, rx_dropped_misc, u64); in nl80211_send_station()
3792 PUT_SINFO(BEACON_RX, rx_beacon, u64); in nl80211_send_station()
3793 PUT_SINFO(BEACON_SIGNAL_AVG, rx_beacon_signal_avg, u8); in nl80211_send_station()
3795 #undef PUT_SINFO in nl80211_send_station()