NL80211_SAR_ATTR_SPECS
if (!tb[NL80211_SAR_ATTR_TYPE] || !tb[NL80211_SAR_ATTR_SPECS])
nla_for_each_nested(spec_list, tb[NL80211_SAR_ATTR_SPECS], rem)
nla_for_each_nested(spec_list, tb[NL80211_SAR_ATTR_SPECS], rem) {
specs = nla_nest_start(msg, NL80211_SAR_ATTR_SPECS);
[NL80211_SAR_ATTR_SPECS] = NLA_POLICY_NESTED_ARRAY(sar_specs_policy),