Lines Matching refs:PUT_SINFO
5626 #define PUT_SINFO(attr, memb, type) do { \ in nl80211_send_station() macro
5640 PUT_SINFO(CONNECTED_TIME, connected_time, u32); in nl80211_send_station()
5641 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
5658 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
5659 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
5660 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
5666 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
5670 PUT_SINFO(SIGNAL, signal, u8); in nl80211_send_station()
5671 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_send_station()
5699 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_send_station()
5700 PUT_SINFO(TX_PACKETS, tx_packets, u32); in nl80211_send_station()
5701 PUT_SINFO(TX_RETRIES, tx_retries, u32); in nl80211_send_station()
5702 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_send_station()
5703 PUT_SINFO(EXPECTED_THROUGHPUT, expected_throughput, u32); in nl80211_send_station()
5704 PUT_SINFO(AIRTIME_LINK_METRIC, airtime_link_metric, u32); in nl80211_send_station()
5705 PUT_SINFO(BEACON_LOSS, beacon_loss_count, u32); in nl80211_send_station()
5706 PUT_SINFO(LOCAL_PM, local_pm, u32); in nl80211_send_station()
5707 PUT_SINFO(PEER_PM, peer_pm, u32); in nl80211_send_station()
5708 PUT_SINFO(NONPEER_PM, nonpeer_pm, u32); in nl80211_send_station()
5709 PUT_SINFO(CONNECTED_TO_GATE, connected_to_gate, u8); in nl80211_send_station()
5710 PUT_SINFO(CONNECTED_TO_AS, connected_to_as, u8); in nl80211_send_station()
5741 PUT_SINFO(BEACON_SIGNAL_AVG, rx_beacon_signal_avg, u8); in nl80211_send_station()
5742 PUT_SINFO(RX_MPDUS, rx_mpdu_count, u32); in nl80211_send_station()
5743 PUT_SINFO(FCS_ERROR_COUNT, fcs_err_count, u32); in nl80211_send_station()
5746 PUT_SINFO(ACK_SIGNAL, ack_signal, u8); in nl80211_send_station()
5747 PUT_SINFO(ACK_SIGNAL_AVG, avg_ack_signal, s8); in nl80211_send_station()
5750 #undef PUT_SINFO in nl80211_send_station()