Searched refs:NL80211_STA_INFO_INACTIVE_TIME (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dnl80211.h245 NL80211_STA_INFO_INACTIVE_TIME, enumerator in enum:nl80211_sta_info
/freebsd-current/contrib/wpa/src/drivers/
H A Dnl80211_copy.h3386 * @NL80211_STA_INFO_INACTIVE_TIME: time since last activity (u32, msecs)
3464 NL80211_STA_INFO_INACTIVE_TIME, enumerator in enum:nl80211_sta_info
H A Ddriver_nl80211.c7031 [NL80211_STA_INFO_INACTIVE_TIME] = { .type = NLA_U32 },
7075 if (stats[NL80211_STA_INFO_INACTIVE_TIME])
7077 nla_get_u32(stats[NL80211_STA_INFO_INACTIVE_TIME]);

Completed in 198 milliseconds