NL80211_ATTR_COALESCE_RULE
nl_rules = nla_nest_start_noflag(msg, NL80211_ATTR_COALESCE_RULE);
if (!info->attrs[NL80211_ATTR_COALESCE_RULE]) {
nla_for_each_nested(rule, info->attrs[NL80211_ATTR_COALESCE_RULE],
nla_for_each_nested(rule, info->attrs[NL80211_ATTR_COALESCE_RULE],
if (nla_put(msg, NL80211_ATTR_COALESCE_RULE, sizeof(rule), &rule))