Searched refs:NL80211_ATTR_CQM_TXE_PKTS (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1063 NL80211_ATTR_CQM_TXE_PKTS, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 4894 * %NL80211_ATTR_CQM_TXE_PKTS is generated. 4895 * @NL80211_ATTR_CQM_TXE_PKTS: number of attempted packets in a given 4899 * interval in which %NL80211_ATTR_CQM_TXE_PKTS and 4916 NL80211_ATTR_CQM_TXE_PKTS, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 5350 * %NL80211_ATTR_CQM_TXE_PKTS is generated. 5351 * @NL80211_ATTR_CQM_TXE_PKTS: number of attempted packets in a given 5355 * interval in which %NL80211_ATTR_CQM_TXE_PKTS and 5372 NL80211_ATTR_CQM_TXE_PKTS, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1169 NL80211_ATTR_CQM_TXE_PKTS, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1157 NL80211_ATTR_CQM_TXE_PKTS, enumerator
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 11416 [NL80211_ATTR_CQM_TXE_PKTS] = { .type = NLA_U32 }, 11603 attrs[NL80211_ATTR_CQM_TXE_PKTS] && in nl80211_set_cqm() 11606 u32 pkts = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_PKTS]); in nl80211_set_cqm() 16930 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_PKTS, num_packets)) in cfg80211_cqm_txe_notify()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 12795 [NL80211_ATTR_CQM_TXE_PKTS] = { .type = NLA_U32 }, 13008 attrs[NL80211_ATTR_CQM_TXE_PKTS] && in nl80211_set_cqm() 13011 u32 pkts = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_PKTS]); in nl80211_set_cqm() 19195 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_PKTS, num_packets)) in cfg80211_cqm_txe_notify()
|
Completed in 80 milliseconds