Lines Matching refs:rdev_req

740 	struct cfg80211_scan_request *request, *rdev_req = rdev->scan_req;  in cfg80211_scan_6ghz()  local
745 rdev_req->scan_6ghz = true; in cfg80211_scan_6ghz()
751 rdev_req->wdev->iftype); in cfg80211_scan_6ghz()
757 if (rdev_req->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ) { in cfg80211_scan_6ghz()
780 *request = *rdev_req; in cfg80211_scan_6ghz()
807 for (i = 0; i < rdev_req->n_channels; i++) { in cfg80211_scan_6ghz()
808 if (rdev_req->channels[i]->band == NL80211_BAND_6GHZ && in cfg80211_scan_6ghz()
810 cfg80211_channel_is_psc(rdev_req->channels[i])) || in cfg80211_scan_6ghz()
811 !(rdev_req->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ))) { in cfg80211_scan_6ghz()
813 rdev_req->channels[i], in cfg80211_scan_6ghz()
818 if (!(rdev_req->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ)) in cfg80211_scan_6ghz()
831 for (i = 0; i < rdev_req->n_channels; i++) { in cfg80211_scan_6ghz()
832 if (rdev_req->channels[i] == chan) in cfg80211_scan_6ghz()
897 struct cfg80211_scan_request *rdev_req = rdev->scan_req; in cfg80211_scan() local
901 return rdev_scan(rdev, rdev_req); in cfg80211_scan()
903 for (i = 0; i < rdev_req->n_channels; i++) { in cfg80211_scan()
904 if (rdev_req->channels[i]->band != NL80211_BAND_6GHZ) in cfg80211_scan()
916 *request = *rdev_req; in cfg80211_scan()
919 for (i = idx = 0; i < rdev_req->n_channels; i++) { in cfg80211_scan()
920 if (rdev_req->channels[i]->band != NL80211_BAND_6GHZ) in cfg80211_scan()
921 request->channels[idx++] = rdev_req->channels[i]; in cfg80211_scan()
924 rdev_req->scan_6ghz = false; in cfg80211_scan()
932 struct cfg80211_scan_request *request, *rdev_req; in ___cfg80211_scan_done() local
947 rdev_req = rdev->scan_req; in ___cfg80211_scan_done()
948 if (!rdev_req) in ___cfg80211_scan_done()
951 wdev = rdev_req->wdev; in ___cfg80211_scan_done()
952 request = rdev->int_scan_req ? rdev->int_scan_req : rdev_req; in ___cfg80211_scan_done()
956 !rdev_req->scan_6ghz && !request->info.aborted && in ___cfg80211_scan_done()