Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnl80211_copy.h3109 * @NL80211_STA_INFO_INACTIVE_TIME: time since last activity (u32, msecs)
3183 NL80211_STA_INFO_INACTIVE_TIME, enumerator
H A Ddriver_nl80211.c6334 [NL80211_STA_INFO_INACTIVE_TIME] = { .type = NLA_U32 }, in get_sta_handler()
6377 if (stats[NL80211_STA_INFO_INACTIVE_TIME]) in get_sta_handler()
6379 nla_get_u32(stats[NL80211_STA_INFO_INACTIVE_TIME]); in get_sta_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnl80211_copy.h3454 * @NL80211_STA_INFO_INACTIVE_TIME: time since last activity (u32, msecs)
3532 NL80211_STA_INFO_INACTIVE_TIME, enumerator
H A Ddriver_nl80211.c7392 [NL80211_STA_INFO_INACTIVE_TIME] = { .type = NLA_U32 },
7436 if (stats[NL80211_STA_INFO_INACTIVE_TIME])
7438 nla_get_u32(stats[NL80211_STA_INFO_INACTIVE_TIME]);

Completed in 53 milliseconds