Searched refs:tb_comb (Results 1 – 1 of 1) sorted by relevance
143 struct nlattr *tb_comb[NUM_NL80211_IFACE_COMB]; in wiphy_info_iface_comb_process() local161 err = nla_parse_nested(tb_comb, MAX_NL80211_IFACE_COMB, in wiphy_info_iface_comb_process()163 if (err || !tb_comb[NL80211_IFACE_COMB_LIMITS] || in wiphy_info_iface_comb_process()164 !tb_comb[NL80211_IFACE_COMB_MAXNUM] || in wiphy_info_iface_comb_process()165 !tb_comb[NL80211_IFACE_COMB_NUM_CHANNELS]) in wiphy_info_iface_comb_process()168 if (tb_comb[NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS]) in wiphy_info_iface_comb_process()171 nla_for_each_nested(nl_limit, tb_comb[NL80211_IFACE_COMB_LIMITS], in wiphy_info_iface_comb_process()194 nla_get_u32(tb_comb[NL80211_IFACE_COMB_NUM_CHANNELS]); in wiphy_info_iface_comb_process()