Lines Matching refs:ath12k
26 struct ath12k;
4803 int ath12k_wmi_mgmt_send(struct ath12k *ar, u32 vdev_id, u32 buf_id,
4805 int ath12k_wmi_bcn_tmpl(struct ath12k *ar, u32 vdev_id,
4808 int ath12k_wmi_vdev_down(struct ath12k *ar, u8 vdev_id);
4809 int ath12k_wmi_vdev_up(struct ath12k *ar, u32 vdev_id, u32 aid,
4811 int ath12k_wmi_vdev_stop(struct ath12k *ar, u8 vdev_id);
4812 int ath12k_wmi_vdev_start(struct ath12k *ar, struct wmi_vdev_start_req_arg *arg,
4814 int ath12k_wmi_set_peer_param(struct ath12k *ar, const u8 *peer_addr,
4816 int ath12k_wmi_pdev_set_param(struct ath12k *ar, u32 param_id,
4818 int ath12k_wmi_pdev_set_ps_mode(struct ath12k *ar, int vdev_id, u32 enable);
4827 int ath12k_wmi_vdev_create(struct ath12k *ar, u8 *macaddr,
4829 int ath12k_wmi_send_peer_create_cmd(struct ath12k *ar,
4831 int ath12k_wmi_vdev_set_param_cmd(struct ath12k *ar, u32 vdev_id,
4834 int ath12k_wmi_set_sta_ps_param(struct ath12k *ar, u32 vdev_id,
4836 int ath12k_wmi_force_fw_hang_cmd(struct ath12k *ar, u32 type, u32 delay_time_ms);
4837 int ath12k_wmi_send_peer_delete_cmd(struct ath12k *ar,
4839 int ath12k_wmi_vdev_delete(struct ath12k *ar, u8 vdev_id);
4840 void ath12k_wmi_start_scan_init(struct ath12k *ar,
4842 int ath12k_wmi_send_scan_start_cmd(struct ath12k *ar,
4844 int ath12k_wmi_send_scan_stop_cmd(struct ath12k *ar,
4846 int ath12k_wmi_send_wmm_update_cmd(struct ath12k *ar, u32 vdev_id,
4848 int ath12k_wmi_pdev_suspend(struct ath12k *ar, u32 suspend_opt,
4850 int ath12k_wmi_pdev_resume(struct ath12k *ar, u32 pdev_id);
4852 int ath12k_wmi_send_peer_assoc_cmd(struct ath12k *ar,
4854 int ath12k_wmi_vdev_install_key(struct ath12k *ar,
4856 int ath12k_wmi_pdev_bss_chan_info_request(struct ath12k *ar,
4858 int ath12k_wmi_send_pdev_temperature_cmd(struct ath12k *ar);
4859 int ath12k_wmi_send_peer_flush_tids_cmd(struct ath12k *ar,
4863 int ath12k_wmi_send_set_ap_ps_param_cmd(struct ath12k *ar, u8 *peer_addr,
4865 int ath12k_wmi_send_scan_chan_list_cmd(struct ath12k *ar,
4867 int ath12k_wmi_send_dfs_phyerr_offload_enable_cmd(struct ath12k *ar,
4869 int ath12k_wmi_addba_clear_resp(struct ath12k *ar, u32 vdev_id, const u8 *mac);
4870 int ath12k_wmi_addba_send(struct ath12k *ar, u32 vdev_id, const u8 *mac,
4872 int ath12k_wmi_addba_set_resp(struct ath12k *ar, u32 vdev_id, const u8 *mac,
4874 int ath12k_wmi_delba_send(struct ath12k *ar, u32 vdev_id, const u8 *mac,
4876 int ath12k_wmi_send_bcn_offload_control_cmd(struct ath12k *ar,
4878 int ath12k_wmi_send_init_country_cmd(struct ath12k *ar,
4880 int ath12k_wmi_peer_rx_reorder_queue_setup(struct ath12k *ar,
4886 ath12k_wmi_rx_reord_queue_remove(struct ath12k *ar,
4888 int ath12k_wmi_send_pdev_set_regdomain(struct ath12k *ar,
4890 int ath12k_wmi_simulate_radar(struct ath12k *ar);
4891 int ath12k_wmi_send_twt_enable_cmd(struct ath12k *ar, u32 pdev_id);
4892 int ath12k_wmi_send_twt_disable_cmd(struct ath12k *ar, u32 pdev_id);
4893 int ath12k_wmi_send_obss_spr_cmd(struct ath12k *ar, u32 vdev_id,
4895 int ath12k_wmi_obss_color_cfg_cmd(struct ath12k *ar, u32 vdev_id,
4898 int ath12k_wmi_send_bss_color_change_enable_cmd(struct ath12k *ar, u32 vdev_id,
4900 int ath12k_wmi_pdev_lro_cfg(struct ath12k *ar, int pdev_id);
4901 int ath12k_wmi_pdev_dma_ring_cfg(struct ath12k *ar,
4903 int ath12k_wmi_vdev_spectral_enable(struct ath12k *ar, u32 vdev_id,
4905 int ath12k_wmi_vdev_spectral_conf(struct ath12k *ar,
4907 int ath12k_wmi_fils_discovery_tmpl(struct ath12k *ar, u32 vdev_id,
4909 int ath12k_wmi_fils_discovery(struct ath12k *ar, u32 vdev_id, u32 interval,
4911 int ath12k_wmi_probe_resp_tmpl(struct ath12k *ar, u32 vdev_id,