Lines Matching refs:PUT_SINFO
4622 #define PUT_SINFO(attr, memb, type) do { \ in nl80211_send_station() macro
4636 PUT_SINFO(CONNECTED_TIME, connected_time, u32); in nl80211_send_station()
4637 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
4653 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
4654 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
4655 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
4660 PUT_SINFO(SIGNAL, signal, u8); in nl80211_send_station()
4661 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_send_station()
4689 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_send_station()
4690 PUT_SINFO(TX_PACKETS, tx_packets, u32); in nl80211_send_station()
4691 PUT_SINFO(TX_RETRIES, tx_retries, u32); in nl80211_send_station()
4692 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_send_station()
4693 PUT_SINFO(EXPECTED_THROUGHPUT, expected_throughput, u32); in nl80211_send_station()
4694 PUT_SINFO(BEACON_LOSS, beacon_loss_count, u32); in nl80211_send_station()
4695 PUT_SINFO(LOCAL_PM, local_pm, u32); in nl80211_send_station()
4696 PUT_SINFO(PEER_PM, peer_pm, u32); in nl80211_send_station()
4697 PUT_SINFO(NONPEER_PM, nonpeer_pm, u32); in nl80211_send_station()
4727 PUT_SINFO(BEACON_SIGNAL_AVG, rx_beacon_signal_avg, u8); in nl80211_send_station()
4728 PUT_SINFO(ACK_SIGNAL, ack_signal, u8); in nl80211_send_station()
4731 PUT_SINFO(DATA_ACK_SIGNAL_AVG, avg_ack_signal, s8); in nl80211_send_station()
4733 #undef PUT_SINFO in nl80211_send_station()