Lines Matching refs:ath11k
13 struct ath11k;
5007 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id,
5009 int ath11k_wmi_bcn_tmpl(struct ath11k *ar, u32 vdev_id,
5012 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id);
5013 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid,
5015 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id);
5016 int ath11k_wmi_vdev_start(struct ath11k *ar, struct wmi_vdev_start_req_arg *arg,
5018 int ath11k_wmi_set_peer_param(struct ath11k *ar, const u8 *peer_addr,
5020 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id,
5022 int ath11k_wmi_pdev_set_ps_mode(struct ath11k *ar, int vdev_id, u32 enable);
5031 int ath11k_wmi_vdev_create(struct ath11k *ar, u8 *macaddr,
5033 int ath11k_wmi_peer_rx_reorder_queue_setup(struct ath11k *ar, int vdev_id,
5037 int ath11k_wmi_send_peer_create_cmd(struct ath11k *ar,
5039 int ath11k_wmi_vdev_set_param_cmd(struct ath11k *ar, u32 vdev_id,
5042 int ath11k_wmi_set_sta_ps_param(struct ath11k *ar, u32 vdev_id,
5044 int ath11k_wmi_force_fw_hang_cmd(struct ath11k *ar, u32 type, u32 delay_time_ms);
5045 int ath11k_wmi_send_peer_delete_cmd(struct ath11k *ar,
5047 int ath11k_wmi_vdev_delete(struct ath11k *ar, u8 vdev_id);
5048 void ath11k_wmi_start_scan_init(struct ath11k *ar, struct scan_req_params *arg);
5049 int ath11k_wmi_send_scan_start_cmd(struct ath11k *ar,
5051 int ath11k_wmi_send_scan_stop_cmd(struct ath11k *ar,
5053 int ath11k_wmi_send_wmm_update_cmd_tlv(struct ath11k *ar, u32 vdev_id,
5055 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt,
5057 int ath11k_wmi_pdev_resume(struct ath11k *ar, u32 pdev_id);
5059 int ath11k_wmi_send_peer_assoc_cmd(struct ath11k *ar,
5061 int ath11k_wmi_vdev_install_key(struct ath11k *ar,
5063 int ath11k_wmi_pdev_bss_chan_info_request(struct ath11k *ar,
5065 int ath11k_wmi_send_stats_request_cmd(struct ath11k *ar,
5067 int ath11k_wmi_send_pdev_temperature_cmd(struct ath11k *ar);
5068 int ath11k_wmi_send_peer_flush_tids_cmd(struct ath11k *ar,
5071 int ath11k_wmi_send_set_ap_ps_param_cmd(struct ath11k *ar, u8 *peer_addr,
5073 int ath11k_wmi_send_scan_chan_list_cmd(struct ath11k *ar,
5075 int ath11k_wmi_send_dfs_phyerr_offload_enable_cmd(struct ath11k *ar,
5077 int ath11k_wmi_addba_clear_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac);
5078 int ath11k_wmi_addba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
5080 int ath11k_wmi_addba_set_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac,
5082 int ath11k_wmi_delba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
5084 int ath11k_wmi_send_bcn_offload_control_cmd(struct ath11k *ar,
5087 ath11k_wmi_send_init_country_cmd(struct ath11k *ar,
5090 ath11k_wmi_send_thermal_mitigation_param_cmd(struct ath11k *ar,
5092 int ath11k_wmi_pdev_pktlog_enable(struct ath11k *ar, u32 pktlog_filter);
5093 int ath11k_wmi_pdev_pktlog_disable(struct ath11k *ar);
5094 int ath11k_wmi_pdev_peer_pktlog_filter(struct ath11k *ar, u8 *addr, u8 enable);
5096 ath11k_wmi_rx_reord_queue_remove(struct ath11k *ar,
5098 int ath11k_wmi_send_pdev_set_regdomain(struct ath11k *ar,
5105 void ath11k_wmi_fw_stats_fill(struct ath11k *ar,
5108 int ath11k_wmi_simulate_radar(struct ath11k *ar);
5109 int ath11k_wmi_send_twt_enable_cmd(struct ath11k *ar, u32 pdev_id);
5110 int ath11k_wmi_send_twt_disable_cmd(struct ath11k *ar, u32 pdev_id);
5111 int ath11k_wmi_send_obss_spr_cmd(struct ath11k *ar, u32 vdev_id,
5113 int ath11k_wmi_send_obss_color_collision_cfg_cmd(struct ath11k *ar, u32 vdev_id,
5116 int ath11k_wmi_send_bss_color_change_enable_cmd(struct ath11k *ar, u32 vdev_id,
5118 int ath11k_wmi_pdev_lro_cfg(struct ath11k *ar, int pdev_id);
5119 int ath11k_wmi_pdev_dma_ring_cfg(struct ath11k *ar,
5121 int ath11k_wmi_vdev_spectral_enable(struct ath11k *ar, u32 vdev_id,
5123 int ath11k_wmi_vdev_spectral_conf(struct ath11k *ar,