Lines Matching refs:wiphy

25 	struct wiphy *wiphy = wdev->wiphy;
26 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
42 cfg80211_put_bss(wiphy, bss);
57 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy);
66 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy);
85 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wdev->wiphy);
125 struct wiphy *wiphy = wdev->wiphy;
126 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
138 struct wiphy *wiphy = wdev->wiphy;
139 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
147 cfg80211_put_bss(wiphy, bss);
174 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy;
175 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
231 req.bss = cfg80211_get_bss(&rdev->wiphy, chan, bssid, ssid, ssid_len,
238 cfg80211_put_bss(&rdev->wiphy, req.bss);
294 rdev->wiphy.ht_capa_mod_mask);
296 rdev->wiphy.vht_capa_mod_mask);
298 req->bss = cfg80211_get_bss(&rdev->wiphy, chan, bssid, ssid, ssid_len,
307 cfg80211_put_bss(&rdev->wiphy, req->bss);
404 struct wiphy *wiphy = wdev->wiphy;
405 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
410 if (!wdev->wiphy->mgmt_stypes)
420 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].rx & BIT(mgmt_type)))
463 struct wiphy *wiphy = wdev->wiphy;
464 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
516 if (!wdev->wiphy->mgmt_stypes)
531 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].tx & BIT(stype >> 4)))
610 struct wiphy *wiphy = wdev->wiphy;
611 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
614 &wiphy->mgmt_stypes[wdev->iftype];
672 struct wiphy *wiphy;
680 wiphy = &rdev->wiphy;
684 sband = wiphy->bands[bandid];
726 void cfg80211_radar_event(struct wiphy *wiphy,
730 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
733 trace_cfg80211_radar_event(wiphy, chandef);
739 cfg80211_set_dfs_state(wiphy, chandef, NL80211_DFS_UNAVAILABLE);
754 struct wiphy *wiphy = wdev->wiphy;
755 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
771 cfg80211_set_dfs_state(wiphy, chandef, NL80211_DFS_AVAILABLE);