Home
last modified time | relevance | path

Searched refs:txq_stats (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c7061 struct nlattr *txq_stats[NL80211_TXQ_STATS_MAX + 1]; in get_sta_tid_stats() local
7072 nla_parse_nested(txq_stats, NL80211_TXQ_STATS_MAX, in get_sta_tid_stats()
7077 if (txq_stats[NL80211_TXQ_STATS_BACKLOG_BYTES]) in get_sta_tid_stats()
7079 txq_stats[NL80211_TXQ_STATS_BACKLOG_BYTES]); in get_sta_tid_stats()
7080 if (txq_stats[NL80211_TXQ_STATS_BACKLOG_PACKETS]) in get_sta_tid_stats()
7082 txq_stats[NL80211_TXQ_STATS_BACKLOG_PACKETS]); in get_sta_tid_stats()