Lines Matching refs:wdev

52 		      struct wireless_dev *wdev)  in rdev_del_virtual_intf()  argument
55 trace_rdev_del_virtual_intf(&rdev->wiphy, wdev); in rdev_del_virtual_intf()
56 ret = rdev->ops->del_virtual_intf(&rdev->wiphy, wdev); in rdev_del_virtual_intf()
527 struct wireless_dev *wdev, in rdev_set_tx_power() argument
531 trace_rdev_set_tx_power(&rdev->wiphy, wdev, type, mbm); in rdev_set_tx_power()
532 ret = rdev->ops->set_tx_power(&rdev->wiphy, wdev, type, mbm); in rdev_set_tx_power()
538 struct wireless_dev *wdev, int *dbm) in rdev_get_tx_power() argument
541 trace_rdev_get_tx_power(&rdev->wiphy, wdev); in rdev_get_tx_power()
542 ret = rdev->ops->get_tx_power(&rdev->wiphy, wdev, dbm); in rdev_get_tx_power()
567 struct wireless_dev *wdev, in rdev_testmode_cmd() argument
571 trace_rdev_testmode_cmd(&rdev->wiphy, wdev); in rdev_testmode_cmd()
572 ret = rdev->ops->testmode_cmd(&rdev->wiphy, wdev, data, len); in rdev_testmode_cmd()
650 struct wireless_dev *wdev, in rdev_remain_on_channel() argument
655 trace_rdev_remain_on_channel(&rdev->wiphy, wdev, chan, duration); in rdev_remain_on_channel()
656 ret = rdev->ops->remain_on_channel(&rdev->wiphy, wdev, chan, in rdev_remain_on_channel()
664 struct wireless_dev *wdev, u64 cookie) in rdev_cancel_remain_on_channel() argument
667 trace_rdev_cancel_remain_on_channel(&rdev->wiphy, wdev, cookie); in rdev_cancel_remain_on_channel()
668 ret = rdev->ops->cancel_remain_on_channel(&rdev->wiphy, wdev, cookie); in rdev_cancel_remain_on_channel()
674 struct wireless_dev *wdev, in rdev_mgmt_tx() argument
679 trace_rdev_mgmt_tx(&rdev->wiphy, wdev, params); in rdev_mgmt_tx()
680 ret = rdev->ops->mgmt_tx(&rdev->wiphy, wdev, params, cookie); in rdev_mgmt_tx()
687 struct wireless_dev *wdev, u64 cookie) in rdev_mgmt_tx_cancel_wait() argument
690 trace_rdev_mgmt_tx_cancel_wait(&rdev->wiphy, wdev, cookie); in rdev_mgmt_tx_cancel_wait()
691 ret = rdev->ops->mgmt_tx_cancel_wait(&rdev->wiphy, wdev, cookie); in rdev_mgmt_tx_cancel_wait()
734 struct wireless_dev *wdev, u16 frame_type, bool reg) in rdev_mgmt_frame_register() argument
736 trace_rdev_mgmt_frame_register(&rdev->wiphy, wdev , frame_type, reg); in rdev_mgmt_frame_register()
737 rdev->ops->mgmt_frame_register(&rdev->wiphy, wdev , frame_type, reg); in rdev_mgmt_frame_register()
849 struct wireless_dev *wdev, in rdev_get_channel() argument
854 trace_rdev_get_channel(&rdev->wiphy, wdev); in rdev_get_channel()
855 ret = rdev->ops->get_channel(&rdev->wiphy, wdev, chandef); in rdev_get_channel()
862 struct wireless_dev *wdev) in rdev_start_p2p_device() argument
866 trace_rdev_start_p2p_device(&rdev->wiphy, wdev); in rdev_start_p2p_device()
867 ret = rdev->ops->start_p2p_device(&rdev->wiphy, wdev); in rdev_start_p2p_device()
873 struct wireless_dev *wdev) in rdev_stop_p2p_device() argument
875 trace_rdev_stop_p2p_device(&rdev->wiphy, wdev); in rdev_stop_p2p_device()
876 rdev->ops->stop_p2p_device(&rdev->wiphy, wdev); in rdev_stop_p2p_device()
905 struct wireless_dev *wdev, in rdev_crit_proto_start() argument
911 trace_rdev_crit_proto_start(&rdev->wiphy, wdev, protocol, duration); in rdev_crit_proto_start()
912 ret = rdev->ops->crit_proto_start(&rdev->wiphy, wdev, in rdev_crit_proto_start()
919 struct wireless_dev *wdev) in rdev_crit_proto_stop() argument
921 trace_rdev_crit_proto_stop(&rdev->wiphy, wdev); in rdev_crit_proto_stop()
922 rdev->ops->crit_proto_stop(&rdev->wiphy, wdev); in rdev_crit_proto_stop()