Lines Matching defs:n_match_sets
8467 int err, tmp, n_ssids = 0, n_match_sets = 0, n_channels, i, n_plans = 0;
8521 n_match_sets++;
8531 if (!n_match_sets && default_match_rssi != NL80211_SCAN_RSSI_THOLD_OFF)
8532 n_match_sets = 1;
8534 if (n_match_sets > max_match_sets)
8580 + sizeof(*request->match_sets) * n_match_sets
8597 if (n_match_sets) {
8607 request->n_match_sets = n_match_sets;
8609 if (n_match_sets)
8611 n_match_sets);
8708 if (WARN_ON(i >= n_match_sets)) {
8746 if (i == 0 && n_match_sets)
8750 for (i = 0; i < n_match_sets; i++)
11892 if (req->n_match_sets) {
11898 for (i = 0; i < req->n_match_sets; i++) {