Lines Matching refs:chandef
448 struct cfg80211_chan_def *chandef) in rdev_set_monitor_channel() argument
451 trace_rdev_set_monitor_channel(&rdev->wiphy, chandef); in rdev_set_monitor_channel()
452 ret = rdev->ops->set_monitor_channel(&rdev->wiphy, chandef); in rdev_set_monitor_channel()
970 struct cfg80211_chan_def *chandef) in rdev_get_channel() argument
975 ret = rdev->ops->get_channel(&rdev->wiphy, wdev, link_id, chandef); in rdev_get_channel()
976 trace_rdev_return_chandef(&rdev->wiphy, ret, chandef); in rdev_get_channel()
1135 struct cfg80211_chan_def *chandef) in rdev_set_ap_chanwidth() argument
1139 trace_rdev_set_ap_chanwidth(&rdev->wiphy, dev, link_id, chandef); in rdev_set_ap_chanwidth()
1140 ret = rdev->ops->set_ap_chanwidth(&rdev->wiphy, dev, link_id, chandef); in rdev_set_ap_chanwidth()
1180 u8 oper_class, struct cfg80211_chan_def *chandef) in rdev_tdls_channel_switch() argument
1185 chandef); in rdev_tdls_channel_switch()
1187 oper_class, chandef); in rdev_tdls_channel_switch()
1204 struct cfg80211_chan_def *chandef, in rdev_start_radar_detection() argument
1209 trace_rdev_start_radar_detection(&rdev->wiphy, dev, chandef, in rdev_start_radar_detection()
1213 chandef, cac_time_ms); in rdev_start_radar_detection()
1425 struct cfg80211_chan_def *chandef) in rdev_set_radar_background() argument
1433 trace_rdev_set_radar_background(wiphy, chandef); in rdev_set_radar_background()
1434 ret = rdev->ops->set_radar_background(wiphy, chandef); in rdev_set_radar_background()