Lines Matching defs:n_match_sets
10718 int err, tmp, n_ssids = 0, n_match_sets = 0, n_channels, i, n_plans = 0;
10772 n_match_sets++;
10782 if (!n_match_sets && default_match_rssi != NL80211_SCAN_RSSI_THOLD_OFF)
10783 n_match_sets = 1;
10785 if (n_match_sets > max_match_sets)
10832 n_match_sets));
10852 if (n_match_sets) {
10862 request->n_match_sets = n_match_sets;
10864 if (n_match_sets)
10866 n_match_sets);
10963 if (WARN_ON(i >= n_match_sets)) {
10992 if (i == 0 && n_match_sets)
10996 for (i = 0; i < n_match_sets; i++)
14546 if (req->n_match_sets) {
14552 for (i = 0; i < req->n_match_sets; i++) {