Searched refs:inactive_time (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/net/wireless/
H A Dtrace.h158 __field(u32, inactive_time) \
174 __entry->inactive_time = sinfo->inactive_time; \
H A Dnl80211.c3704 PUT_SINFO(INACTIVE_TIME, inactive_time, u32); nl80211_send_station()
/linux-4.1.27/net/mac80211/
H A Dsta_info.c1829 sinfo->inactive_time = jiffies_to_msecs(jiffies - sta->last_rx); sta_set_sinfo()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcfg80211.c2396 sinfo->inactive_time = le32_to_cpu(sta_info_le.idle) * 1000; brcmf_cfg80211_get_station()
2402 sinfo->inactive_time, sinfo->connected_time); brcmf_cfg80211_get_station()
/linux-4.1.27/include/net/
H A Dcfg80211.h1018 * @inactive_time: time since last station activity (tx/rx) in milliseconds
1065 u32 inactive_time; member in struct:station_info

Completed in 285 milliseconds