Lines Matching refs:match
2963 /* User input error for channel width doesn't match channel */
3255 /* reject antenna configurations which don't match the
11849 struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan;
11899 match = nla_nest_start_noflag(msg, i);
11900 if (!match)
11907 nla_nest_end(msg, match);
13287 struct cfg80211_nan_match_params *match, gfp_t gfp)
13295 if (WARN_ON(!match->inst_id || !match->peer_inst_id || !match->addr))
13315 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, match->cookie,
13317 nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, match->addr))
13329 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id))
13339 if (nla_put_u8(msg, NL80211_NAN_FUNC_TYPE, match->type) ||
13340 nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->peer_inst_id))
13343 if (match->info && match->info_len &&
13344 nla_put(msg, NL80211_NAN_FUNC_SERVICE_INFO, match->info_len,
13345 match->info))
17387 struct cfg80211_wowlan_nd_match *match = nd->matches[i];
17400 if (nla_put(msg, NL80211_ATTR_SSID, match->ssid.ssid_len,
17401 match->ssid.ssid)) {
17406 if (match->n_channels) {
17414 for (j = 0; j < match->n_channels; j++) {
17415 if (nla_put_u32(msg, j, match->channels[j])) {