HomeSort by: relevance | last modified time | path
    Searched refs:NL80211_TXQ_STATS_MAX (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/drivers/
nl80211_copy.h 3953 * @NL80211_TXQ_STATS_MAX: highest numbered attribute here
3971 NL80211_TXQ_STATS_MAX = NUM_NL80211_TXQ_STATS - 1
driver_nl80211.c 7777 struct nlattr *txq_stats[NL80211_TXQ_STATS_MAX + 1];
7778 static struct nla_policy txq_stats_policy[NL80211_TXQ_STATS_MAX + 1] = {
7788 nla_parse_nested(txq_stats, NL80211_TXQ_STATS_MAX,

Completed in 83 milliseconds