Searched refs:PUT_SINFO (Results 1 – 1 of 1) sorted by relevance
| /linux/net/wireless/ |
| H A D | nl80211.c | 8055 #define PUT_SINFO(attr, memb, type) do { \ in nl80211_put_sta_info_common() macro 8069 PUT_SINFO(CONNECTED_TIME, connected_time, u32); in nl80211_put_sta_info_common() 8070 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_put_sta_info_common() 8092 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_put_sta_info_common() 8096 PUT_SINFO(SIGNAL, signal, u8); in nl80211_put_sta_info_common() 8097 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_put_sta_info_common() 8125 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_put_sta_info_common() 8126 PUT_SINFO(TX_PACKETS, tx_packets, u32); in nl80211_put_sta_info_common() 8127 PUT_SINFO(TX_RETRIES, tx_retries, u32); in nl80211_put_sta_info_common() 8128 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_put_sta_info_common() [all …]
|