Lines Matching defs:rdev
16 #include "rdev-ops.h"
718 struct cfg80211_registered_device *rdev;
725 list_for_each_entry(rdev, &cfg80211_rdev_list, list) {
726 if (!reg_dfs_domain_same(wiphy, &rdev->wiphy))
729 if (cfg80211_is_wiphy_oper_chan(&rdev->wiphy, chan))
1094 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy);
1122 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) {
1236 int cfg80211_set_monitor_channel(struct cfg80211_registered_device *rdev,
1239 if (!rdev->ops->set_monitor_channel)
1241 if (!cfg80211_has_monitors_only(rdev))
1244 return rdev_set_monitor_channel(rdev, chandef);