Lines Matching refs:chandef
425 struct cfg80211_chan_def *chandef) in rdev_set_monitor_channel() argument
428 trace_rdev_set_monitor_channel(&rdev->wiphy, chandef); in rdev_set_monitor_channel()
429 ret = rdev->ops->set_monitor_channel(&rdev->wiphy, chandef); in rdev_set_monitor_channel()
941 struct cfg80211_chan_def *chandef) in rdev_get_channel() argument
946 ret = rdev->ops->get_channel(&rdev->wiphy, wdev, chandef); in rdev_get_channel()
947 trace_rdev_return_chandef(&rdev->wiphy, ret, chandef); in rdev_get_channel()
1104 struct net_device *dev, struct cfg80211_chan_def *chandef) in rdev_set_ap_chanwidth() argument
1108 trace_rdev_set_ap_chanwidth(&rdev->wiphy, dev, chandef); in rdev_set_ap_chanwidth()
1109 ret = rdev->ops->set_ap_chanwidth(&rdev->wiphy, dev, chandef); in rdev_set_ap_chanwidth()
1149 u8 oper_class, struct cfg80211_chan_def *chandef) in rdev_tdls_channel_switch() argument
1154 chandef); in rdev_tdls_channel_switch()
1156 oper_class, chandef); in rdev_tdls_channel_switch()
1173 struct cfg80211_chan_def *chandef, in rdev_start_radar_detection() argument
1178 trace_rdev_start_radar_detection(&rdev->wiphy, dev, chandef, in rdev_start_radar_detection()
1182 chandef, cac_time_ms); in rdev_start_radar_detection()