Searched refs:PUT_SINFO (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 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() [all …]
|