Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnl80211_copy.h3174 * @NL80211_STA_INFO_TX_DURATION: aggregate PPDU duration for all frames
3221 NL80211_STA_INFO_TX_DURATION, enumerator
H A Ddriver_nl80211.c6345 [NL80211_STA_INFO_TX_DURATION] = { .type = NLA_U64 }, in get_sta_handler()
6406 if (stats[NL80211_STA_INFO_TX_DURATION]) in get_sta_handler()
6408 nla_get_u64(stats[NL80211_STA_INFO_TX_DURATION]); in get_sta_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnl80211_copy.h3519 * @NL80211_STA_INFO_TX_DURATION: aggregate PPDU duration for all frames
3570 NL80211_STA_INFO_TX_DURATION, enumerator
H A Ddriver_nl80211.c7403 [NL80211_STA_INFO_TX_DURATION] = { .type = NLA_U64 },
7465 if (stats[NL80211_STA_INFO_TX_DURATION])
7467 nla_get_u64(stats[NL80211_STA_INFO_TX_DURATION]);

Completed in 49 milliseconds