Lines Matching refs:match
3299 /* User input error for channel width doesn't match channel */
3620 /* reject antenna configurations which don't match the
13254 struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan;
13304 match = nla_nest_start_noflag(msg, i);
13305 if (!match)
13312 nla_nest_end(msg, match);
14694 struct cfg80211_nan_match_params *match, gfp_t gfp)
14702 if (WARN_ON(!match->inst_id || !match->peer_inst_id || !match->addr))
14722 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, match->cookie,
14724 nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, match->addr))
14736 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id))
14746 if (nla_put_u8(msg, NL80211_NAN_FUNC_TYPE, match->type) ||
14747 nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->peer_inst_id))
14750 if (match->info && match->info_len &&
14751 nla_put(msg, NL80211_NAN_FUNC_SERVICE_INFO, match->info_len,
14752 match->info))
19735 struct cfg80211_wowlan_nd_match *match = nd->matches[i];
19748 if (nla_put(msg, NL80211_ATTR_SSID, match->ssid.ssid_len,
19749 match->ssid.ssid)) {
19754 if (match->n_channels) {
19762 for (j = 0; j < match->n_channels; j++) {
19763 if (nla_put_u32(msg, j, match->channels[j])) {