Lines Matching refs:chandef
449 struct cfg80211_chan_def *chandef) in rdev_set_monitor_channel() argument
452 trace_rdev_set_monitor_channel(&rdev->wiphy, dev, chandef); in rdev_set_monitor_channel()
453 ret = rdev->ops->set_monitor_channel(&rdev->wiphy, dev, chandef); in rdev_set_monitor_channel()
975 struct cfg80211_chan_def *chandef) in rdev_get_channel() argument
980 ret = rdev->ops->get_channel(&rdev->wiphy, wdev, link_id, chandef); in rdev_get_channel()
981 trace_rdev_return_chandef(&rdev->wiphy, ret, chandef); in rdev_get_channel()
1140 struct cfg80211_chan_def *chandef) in rdev_set_ap_chanwidth() argument
1144 trace_rdev_set_ap_chanwidth(&rdev->wiphy, dev, link_id, chandef); in rdev_set_ap_chanwidth()
1145 ret = rdev->ops->set_ap_chanwidth(&rdev->wiphy, dev, link_id, chandef); in rdev_set_ap_chanwidth()
1185 u8 oper_class, struct cfg80211_chan_def *chandef) in rdev_tdls_channel_switch() argument
1190 chandef); in rdev_tdls_channel_switch()
1192 oper_class, chandef); in rdev_tdls_channel_switch()
1209 struct cfg80211_chan_def *chandef, in rdev_start_radar_detection() argument
1214 trace_rdev_start_radar_detection(&rdev->wiphy, dev, chandef, in rdev_start_radar_detection()
1218 chandef, cac_time_ms, in rdev_start_radar_detection()
1431 struct cfg80211_chan_def *chandef) in rdev_set_radar_background() argument
1436 trace_rdev_set_radar_background(wiphy, chandef); in rdev_set_radar_background()
1438 ret = rdev->ops->set_radar_background(wiphy, chandef); in rdev_set_radar_background()