• Home
  • Raw
  • Download

Lines Matching refs:rdev_req

775 	struct cfg80211_scan_request *request, *rdev_req = rdev->scan_req;  in cfg80211_scan_6ghz()  local
780 rdev_req->scan_6ghz = true; in cfg80211_scan_6ghz()
786 rdev_req->wdev->iftype); in cfg80211_scan_6ghz()
792 if (rdev_req->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ) { in cfg80211_scan_6ghz()
815 *request = *rdev_req; in cfg80211_scan_6ghz()
842 for (i = 0; i < rdev_req->n_channels; i++) { in cfg80211_scan_6ghz()
843 if (rdev_req->channels[i]->band == NL80211_BAND_6GHZ && in cfg80211_scan_6ghz()
845 cfg80211_channel_is_psc(rdev_req->channels[i])) || in cfg80211_scan_6ghz()
846 !(rdev_req->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ))) { in cfg80211_scan_6ghz()
848 rdev_req->channels[i], in cfg80211_scan_6ghz()
853 if (!(rdev_req->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ)) in cfg80211_scan_6ghz()
866 for (i = 0; i < rdev_req->n_channels; i++) { in cfg80211_scan_6ghz()
867 if (rdev_req->channels[i] == chan) in cfg80211_scan_6ghz()
936 struct cfg80211_scan_request *rdev_req = rdev->scan_req; in cfg80211_scan() local
940 return rdev_scan(rdev, rdev_req); in cfg80211_scan()
942 for (i = 0; i < rdev_req->n_channels; i++) { in cfg80211_scan()
943 if (rdev_req->channels[i]->band != NL80211_BAND_6GHZ) in cfg80211_scan()
955 *request = *rdev_req; in cfg80211_scan()
958 for (i = idx = 0; i < rdev_req->n_channels; i++) { in cfg80211_scan()
959 if (rdev_req->channels[i]->band != NL80211_BAND_6GHZ) in cfg80211_scan()
960 request->channels[idx++] = rdev_req->channels[i]; in cfg80211_scan()
963 rdev_req->scan_6ghz = false; in cfg80211_scan()
971 struct cfg80211_scan_request *request, *rdev_req; in ___cfg80211_scan_done() local
986 rdev_req = rdev->scan_req; in ___cfg80211_scan_done()
987 if (!rdev_req) in ___cfg80211_scan_done()
990 wdev = rdev_req->wdev; in ___cfg80211_scan_done()
991 request = rdev->int_scan_req ? rdev->int_scan_req : rdev_req; in ___cfg80211_scan_done()
995 !rdev_req->scan_6ghz && !request->info.aborted && in ___cfg80211_scan_done()