Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dnl80211.h3119 NL80211_ATTR_COALESCE_RULE, enumerator
/Linux-v6.6/net/wireless/
Dnl80211.c1804 if (nla_put(msg, NL80211_ATTR_COALESCE_RULE, sizeof(rule), &rule)) in nl80211_send_coalesce()
13790 nl_rules = nla_nest_start_noflag(msg, NL80211_ATTR_COALESCE_RULE); in nl80211_send_coalesce_rules()
13989 if (!info->attrs[NL80211_ATTR_COALESCE_RULE]) { in nl80211_set_coalesce()
13995 nla_for_each_nested(rule, info->attrs[NL80211_ATTR_COALESCE_RULE], in nl80211_set_coalesce()
14009 nla_for_each_nested(rule, info->attrs[NL80211_ATTR_COALESCE_RULE], in nl80211_set_coalesce()