Searched refs:NL80211_ATTR_COALESCE_RULE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 353 NL80211_ATTR_COALESCE_RULE, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 2074 * @NL80211_ATTR_COALESCE_RULE: Coalesce rule information. 2831 NL80211_ATTR_COALESCE_RULE, enumerator 5080 * %NL80211_ATTR_COALESCE_RULE in the capability information given 5331 * This struct is carried in %NL80211_ATTR_COALESCE_RULE in the
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 2244 * @NL80211_ATTR_COALESCE_RULE: Coalesce rule information. 3119 NL80211_ATTR_COALESCE_RULE, enumerator 5536 * %NL80211_ATTR_COALESCE_RULE in the capability information given 5787 * This struct is carried in %NL80211_ATTR_COALESCE_RULE in the
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 378 NL80211_ATTR_COALESCE_RULE, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 378 NL80211_ATTR_COALESCE_RULE, enumerator
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 1648 if (nla_put(msg, NL80211_ATTR_COALESCE_RULE, sizeof(rule), &rule)) in nl80211_send_coalesce() 12403 nl_rules = nla_nest_start_noflag(msg, NL80211_ATTR_COALESCE_RULE); in nl80211_send_coalesce_rules() 12602 if (!info->attrs[NL80211_ATTR_COALESCE_RULE]) { in nl80211_set_coalesce() 12608 nla_for_each_nested(rule, info->attrs[NL80211_ATTR_COALESCE_RULE], in nl80211_set_coalesce() 12622 nla_for_each_nested(rule, info->attrs[NL80211_ATTR_COALESCE_RULE], in nl80211_set_coalesce()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 1804 if (nla_put(msg, NL80211_ATTR_COALESCE_RULE, sizeof(rule), &rule)) in nl80211_send_coalesce() 13810 nl_rules = nla_nest_start_noflag(msg, NL80211_ATTR_COALESCE_RULE); in nl80211_send_coalesce_rules() 14009 if (!info->attrs[NL80211_ATTR_COALESCE_RULE]) { in nl80211_set_coalesce() 14015 nla_for_each_nested(rule, info->attrs[NL80211_ATTR_COALESCE_RULE], in nl80211_set_coalesce() 14029 nla_for_each_nested(rule, info->attrs[NL80211_ATTR_COALESCE_RULE], in nl80211_set_coalesce()
|
Completed in 81 milliseconds