Home
last modified time | relevance | path

Searched refs:rdev_req (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/net/wireless/
Dscan.c738 struct cfg80211_scan_request *request, *rdev_req = rdev->scan_req; in cfg80211_scan_6ghz() local
743 rdev_req->scan_6ghz = true; in cfg80211_scan_6ghz()
749 rdev_req->wdev->iftype); in cfg80211_scan_6ghz()
755 if (rdev_req->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ) { in cfg80211_scan_6ghz()
772 sizeof(*request->ssids) * rdev_req->n_ssids, in cfg80211_scan_6ghz()
779 *request = *rdev_req; in cfg80211_scan_6ghz()
804 for (i = 0; i < rdev_req->n_channels; i++) { in cfg80211_scan_6ghz()
805 if (rdev_req->channels[i]->band == NL80211_BAND_6GHZ && in cfg80211_scan_6ghz()
807 cfg80211_channel_is_psc(rdev_req->channels[i])) || in cfg80211_scan_6ghz()
808 !(rdev_req->flags & NL80211_SCAN_FLAG_COLOCATED_6GHZ))) { in cfg80211_scan_6ghz()
[all …]