Searched refs:NL80211_TXQ_STATS_MAX (Results 1 – 8 of 8) sorted by relevance
/external/iw/ |
D | phy.c | 788 struct nlattr *txqstats_info[NL80211_TXQ_STATS_MAX + 1], *txqinfo; in print_txq_handler() 789 static struct nla_policy txqstats_policy[NL80211_TXQ_STATS_MAX + 1] = { in print_txq_handler() 813 if (nla_parse_nested(txqstats_info, NL80211_TXQ_STATS_MAX, in print_txq_handler()
|
D | station.c | 50 struct nlattr *txqstats_info[NL80211_TXQ_STATS_MAX + 1], *txqinfo; in parse_txq_stats() 51 static struct nla_policy txqstats_policy[NL80211_TXQ_STATS_MAX + 1] = { in parse_txq_stats() 63 if (nla_parse_nested(txqstats_info, NL80211_TXQ_STATS_MAX, tid_stats_attr, in parse_txq_stats()
|
D | nl80211.h | 3763 NL80211_TXQ_STATS_MAX = NUM_NL80211_TXQ_STATS - 1 enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | nl80211.h | 3873 NL80211_TXQ_STATS_MAX = NUM_NL80211_TXQ_STATS - 1 enumerator
|
/external/wpa_supplicant_8/src/drivers/ |
D | nl80211_copy.h | 3934 NL80211_TXQ_STATS_MAX = NUM_NL80211_TXQ_STATS - 1 enumerator
|
D | driver_nl80211.c | 7653 struct nlattr *txq_stats[NL80211_TXQ_STATS_MAX + 1]; in get_sta_tid_stats() 7654 static struct nla_policy txq_stats_policy[NL80211_TXQ_STATS_MAX + 1] = { in get_sta_tid_stats() 7664 nla_parse_nested(txq_stats, NL80211_TXQ_STATS_MAX, in get_sta_tid_stats()
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux_505.h | 119108 NL80211_TXQ_STATS_MAX = 11, enumerator
|
D | vmlinux.h | 119108 NL80211_TXQ_STATS_MAX = 11, enumerator
|