Lines Matching refs:ath11k
13 struct ath11k;
5972 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id,
5974 int ath11k_wmi_bcn_tmpl(struct ath11k *ar, u32 vdev_id,
5977 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id);
5978 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid,
5980 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id);
5981 int ath11k_wmi_vdev_start(struct ath11k *ar, struct wmi_vdev_start_req_arg *arg,
5983 int ath11k_wmi_set_peer_param(struct ath11k *ar, const u8 *peer_addr,
5985 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id,
5987 int ath11k_wmi_pdev_set_ps_mode(struct ath11k *ar, int vdev_id,
5997 int ath11k_wmi_vdev_create(struct ath11k *ar, u8 *macaddr,
5999 int ath11k_wmi_peer_rx_reorder_queue_setup(struct ath11k *ar, int vdev_id,
6003 int ath11k_wmi_send_peer_create_cmd(struct ath11k *ar,
6005 int ath11k_wmi_vdev_set_param_cmd(struct ath11k *ar, u32 vdev_id,
6008 int ath11k_wmi_set_sta_ps_param(struct ath11k *ar, u32 vdev_id,
6010 int ath11k_wmi_force_fw_hang_cmd(struct ath11k *ar, u32 type, u32 delay_time_ms);
6011 int ath11k_wmi_send_peer_delete_cmd(struct ath11k *ar,
6013 int ath11k_wmi_vdev_delete(struct ath11k *ar, u8 vdev_id);
6014 void ath11k_wmi_start_scan_init(struct ath11k *ar, struct scan_req_params *arg);
6015 int ath11k_wmi_send_scan_start_cmd(struct ath11k *ar,
6017 int ath11k_wmi_send_scan_stop_cmd(struct ath11k *ar,
6019 int ath11k_wmi_send_wmm_update_cmd_tlv(struct ath11k *ar, u32 vdev_id,
6021 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt,
6023 int ath11k_wmi_pdev_resume(struct ath11k *ar, u32 pdev_id);
6025 int ath11k_wmi_send_peer_assoc_cmd(struct ath11k *ar,
6027 int ath11k_wmi_vdev_install_key(struct ath11k *ar,
6029 int ath11k_wmi_pdev_bss_chan_info_request(struct ath11k *ar,
6031 int ath11k_wmi_send_stats_request_cmd(struct ath11k *ar,
6033 int ath11k_wmi_send_pdev_temperature_cmd(struct ath11k *ar);
6034 int ath11k_wmi_send_peer_flush_tids_cmd(struct ath11k *ar,
6037 int ath11k_wmi_send_set_ap_ps_param_cmd(struct ath11k *ar, u8 *peer_addr,
6039 int ath11k_wmi_send_scan_chan_list_cmd(struct ath11k *ar,
6041 int ath11k_wmi_send_dfs_phyerr_offload_enable_cmd(struct ath11k *ar,
6043 int ath11k_wmi_addba_clear_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac);
6044 int ath11k_wmi_addba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6046 int ath11k_wmi_addba_set_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6048 int ath11k_wmi_delba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6050 int ath11k_wmi_send_bcn_offload_control_cmd(struct ath11k *ar,
6052 int ath11k_wmi_send_set_current_country_cmd(struct ath11k *ar,
6055 ath11k_wmi_send_init_country_cmd(struct ath11k *ar,
6058 int ath11k_wmi_send_11d_scan_start_cmd(struct ath11k *ar,
6060 int ath11k_wmi_send_11d_scan_stop_cmd(struct ath11k *ar, u32 vdev_id);
6063 ath11k_wmi_send_thermal_mitigation_param_cmd(struct ath11k *ar,
6065 int ath11k_wmi_pdev_pktlog_enable(struct ath11k *ar, u32 pktlog_filter);
6066 int ath11k_wmi_pdev_pktlog_disable(struct ath11k *ar);
6067 int ath11k_wmi_pdev_peer_pktlog_filter(struct ath11k *ar, u8 *addr, u8 enable);
6069 ath11k_wmi_rx_reord_queue_remove(struct ath11k *ar,
6071 int ath11k_wmi_send_pdev_set_regdomain(struct ath11k *ar,
6078 void ath11k_wmi_fw_stats_fill(struct ath11k *ar,
6081 int ath11k_wmi_simulate_radar(struct ath11k *ar);
6083 int ath11k_wmi_send_twt_enable_cmd(struct ath11k *ar, u32 pdev_id,
6085 int ath11k_wmi_send_twt_disable_cmd(struct ath11k *ar, u32 pdev_id);
6086 int ath11k_wmi_send_twt_add_dialog_cmd(struct ath11k *ar,
6088 int ath11k_wmi_send_twt_del_dialog_cmd(struct ath11k *ar,
6090 int ath11k_wmi_send_twt_pause_dialog_cmd(struct ath11k *ar,
6092 int ath11k_wmi_send_twt_resume_dialog_cmd(struct ath11k *ar,
6094 int ath11k_wmi_send_obss_spr_cmd(struct ath11k *ar, u32 vdev_id,
6096 int ath11k_wmi_pdev_set_srg_bss_color_bitmap(struct ath11k *ar, u32 *bitmap);
6097 int ath11k_wmi_pdev_set_srg_patial_bssid_bitmap(struct ath11k *ar, u32 *bitmap);
6098 int ath11k_wmi_pdev_srg_obss_color_enable_bitmap(struct ath11k *ar,
6100 int ath11k_wmi_pdev_srg_obss_bssid_enable_bitmap(struct ath11k *ar,
6102 int ath11k_wmi_pdev_non_srg_obss_color_enable_bitmap(struct ath11k *ar,
6104 int ath11k_wmi_pdev_non_srg_obss_bssid_enable_bitmap(struct ath11k *ar,
6106 int ath11k_wmi_send_obss_color_collision_cfg_cmd(struct ath11k *ar, u32 vdev_id,
6109 int ath11k_wmi_send_bss_color_change_enable_cmd(struct ath11k *ar, u32 vdev_id,
6111 int ath11k_wmi_pdev_lro_cfg(struct ath11k *ar, int pdev_id);
6112 int ath11k_wmi_pdev_dma_ring_cfg(struct ath11k *ar,
6114 int ath11k_wmi_vdev_spectral_enable(struct ath11k *ar, u32 vdev_id,
6116 int ath11k_wmi_vdev_spectral_conf(struct ath11k *ar,
6118 int ath11k_wmi_fils_discovery_tmpl(struct ath11k *ar, u32 vdev_id,
6120 int ath11k_wmi_fils_discovery(struct ath11k *ar, u32 vdev_id, u32 interval,
6122 int ath11k_wmi_probe_resp_tmpl(struct ath11k *ar, u32 vdev_id,
6126 int ath11k_wmi_wow_host_wakeup_ind(struct ath11k *ar);
6127 int ath11k_wmi_wow_enable(struct ath11k *ar);
6128 int ath11k_wmi_scan_prob_req_oui(struct ath11k *ar,
6130 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap,
6132 int ath11k_wmi_wow_config_pno(struct ath11k *ar, u32 vdev_id,
6134 int ath11k_wmi_wow_del_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id);
6135 int ath11k_wmi_wow_add_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id,
6138 int ath11k_wmi_wow_add_wakeup_event(struct ath11k *ar, u32 vdev_id,
6141 int ath11k_wmi_hw_data_filter_cmd(struct ath11k *ar, u32 vdev_id,
6143 int ath11k_wmi_arp_ns_offload(struct ath11k *ar,
6145 int ath11k_wmi_gtk_rekey_offload(struct ath11k *ar,
6147 int ath11k_wmi_gtk_rekey_getinfo(struct ath11k *ar,
6149 int ath11k_wmi_pdev_set_bios_sar_table_param(struct ath11k *ar, const u8 *sar_val);
6150 int ath11k_wmi_pdev_set_bios_geo_table_param(struct ath11k *ar);
6151 int ath11k_wmi_sta_keepalive(struct ath11k *ar,