• Home
  • Raw
  • Download

Lines Matching refs:rdev

803 cfg80211_offchan_chain_is_active(struct cfg80211_registered_device *rdev,  in cfg80211_offchan_chain_is_active()  argument
806 if (!rdev->background_radar_wdev) in cfg80211_offchan_chain_is_active()
809 if (!cfg80211_chandef_valid(&rdev->background_radar_chandef)) in cfg80211_offchan_chain_is_active()
812 return cfg80211_is_sub_chan(&rdev->background_radar_chandef, channel, in cfg80211_offchan_chain_is_active()
819 struct cfg80211_registered_device *rdev; in cfg80211_any_wiphy_oper_chan() local
826 list_for_each_entry(rdev, &cfg80211_rdev_list, list) { in cfg80211_any_wiphy_oper_chan()
827 if (!reg_dfs_domain_same(wiphy, &rdev->wiphy)) in cfg80211_any_wiphy_oper_chan()
830 if (cfg80211_is_wiphy_oper_chan(&rdev->wiphy, chan)) in cfg80211_any_wiphy_oper_chan()
833 if (cfg80211_offchan_chain_is_active(rdev, chan)) in cfg80211_any_wiphy_oper_chan()
1293 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_ir_permissive_chan() local
1295 lockdep_assert_held(&rdev->wiphy.mtx); in cfg80211_ir_permissive_chan()
1321 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_ir_permissive_chan()
1373 struct cfg80211_registered_device *rdev = wiphy_to_rdev(wiphy); in cfg80211_reg_can_beacon_relax() local
1376 lockdep_assert_held(&rdev->wiphy.mtx); in cfg80211_reg_can_beacon_relax()
1391 int cfg80211_set_monitor_channel(struct cfg80211_registered_device *rdev, in cfg80211_set_monitor_channel() argument
1394 if (!rdev->ops->set_monitor_channel) in cfg80211_set_monitor_channel()
1396 if (!cfg80211_has_monitors_only(rdev)) in cfg80211_set_monitor_channel()
1399 return rdev_set_monitor_channel(rdev, chandef); in cfg80211_set_monitor_channel()