Searched refs:PUT_SINFO (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 6773 PUT_SINFO(SIGNAL, signal, u8); in nl80211_send_station() 6774 PUT_SINFO(SIGNAL_AVG, signal_avg, u8); in nl80211_send_station() 6802 PUT_SINFO(RX_PACKETS, rx_packets, u32); in nl80211_send_station() 6803 PUT_SINFO(TX_PACKETS, tx_packets, u32); in nl80211_send_station() 6804 PUT_SINFO(TX_RETRIES, tx_retries, u32); in nl80211_send_station() 6805 PUT_SINFO(TX_FAILED, tx_failed, u32); in nl80211_send_station() 6809 PUT_SINFO(LLID, llid, u16); in nl80211_send_station() 6810 PUT_SINFO(PLID, plid, u16); in nl80211_send_station() 6813 PUT_SINFO(LOCAL_PM, local_pm, u32); in nl80211_send_station() 6814 PUT_SINFO(PEER_PM, peer_pm, u32); in nl80211_send_station() [all …]
|