Lines Matching refs:PUT_SINFO
6346 #define PUT_SINFO(attr, memb, type) do { \ in nl80211_send_station() macro
6360 PUT_SINFO(CONNECTED_TIME, connected_time, u32); in nl80211_send_station()
6361 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
6378 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
6379 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
6380 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
6386 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
6390 PUT_SINFO(SIGNAL, signal, u8); in nl80211_send_station()
6391 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_send_station()
6419 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_send_station()
6420 PUT_SINFO(TX_PACKETS, tx_packets, u32); in nl80211_send_station()
6421 PUT_SINFO(TX_RETRIES, tx_retries, u32); in nl80211_send_station()
6422 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_send_station()
6423 PUT_SINFO(EXPECTED_THROUGHPUT, expected_throughput, u32); in nl80211_send_station()
6424 PUT_SINFO(AIRTIME_LINK_METRIC, airtime_link_metric, u32); in nl80211_send_station()
6425 PUT_SINFO(BEACON_LOSS, beacon_loss_count, u32); in nl80211_send_station()
6426 PUT_SINFO(LOCAL_PM, local_pm, u32); in nl80211_send_station()
6427 PUT_SINFO(PEER_PM, peer_pm, u32); in nl80211_send_station()
6428 PUT_SINFO(NONPEER_PM, nonpeer_pm, u32); in nl80211_send_station()
6429 PUT_SINFO(CONNECTED_TO_GATE, connected_to_gate, u8); in nl80211_send_station()
6430 PUT_SINFO(CONNECTED_TO_AS, connected_to_as, u8); in nl80211_send_station()
6461 PUT_SINFO(BEACON_SIGNAL_AVG, rx_beacon_signal_avg, u8); in nl80211_send_station()
6462 PUT_SINFO(RX_MPDUS, rx_mpdu_count, u32); in nl80211_send_station()
6463 PUT_SINFO(FCS_ERROR_COUNT, fcs_err_count, u32); in nl80211_send_station()
6466 PUT_SINFO(ACK_SIGNAL, ack_signal, u8); in nl80211_send_station()
6467 PUT_SINFO(ACK_SIGNAL_AVG, avg_ack_signal, s8); in nl80211_send_station()
6470 #undef PUT_SINFO in nl80211_send_station()