Home
last modified time | relevance | path

Searched refs:PUT_SINFO (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/net/wireless/
Dnl80211.c6170 #define PUT_SINFO(attr, memb, type) do { \ in nl80211_send_station() macro
6184 PUT_SINFO(CONNECTED_TIME, connected_time, u32); in nl80211_send_station()
6185 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); in nl80211_send_station()
6202 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
6203 PUT_SINFO(PLID, plid, u16); in nl80211_send_station()
6204 PUT_SINFO(PLINK_STATE, plink_state, u8); in nl80211_send_station()
6210 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
6214 PUT_SINFO(SIGNAL, signal, u8); in nl80211_send_station()
6215 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_send_station()
6243 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_send_station()
[all …]