Lines Matching full:ath11k
14 struct ath11k;
6303 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id,
6305 int ath11k_wmi_bcn_tmpl(struct ath11k *ar, u32 vdev_id,
6308 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id);
6309 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid,
6312 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id);
6313 int ath11k_wmi_vdev_start(struct ath11k *ar, struct wmi_vdev_start_req_arg *arg,
6315 int ath11k_wmi_set_peer_param(struct ath11k *ar, const u8 *peer_addr,
6317 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id,
6319 int ath11k_wmi_pdev_set_ps_mode(struct ath11k *ar, int vdev_id,
6329 int ath11k_wmi_vdev_create(struct ath11k *ar, u8 *macaddr,
6331 int ath11k_wmi_peer_rx_reorder_queue_setup(struct ath11k *ar, int vdev_id,
6335 int ath11k_wmi_send_peer_create_cmd(struct ath11k *ar,
6337 int ath11k_wmi_vdev_set_param_cmd(struct ath11k *ar, u32 vdev_id,
6340 int ath11k_wmi_set_sta_ps_param(struct ath11k *ar, u32 vdev_id,
6342 int ath11k_wmi_force_fw_hang_cmd(struct ath11k *ar, u32 type, u32 delay_time_ms);
6343 int ath11k_wmi_send_peer_delete_cmd(struct ath11k *ar,
6345 int ath11k_wmi_vdev_delete(struct ath11k *ar, u8 vdev_id);
6346 void ath11k_wmi_start_scan_init(struct ath11k *ar, struct scan_req_params *arg);
6347 int ath11k_wmi_send_scan_start_cmd(struct ath11k *ar,
6349 int ath11k_wmi_send_scan_stop_cmd(struct ath11k *ar,
6351 int ath11k_wmi_send_wmm_update_cmd_tlv(struct ath11k *ar, u32 vdev_id,
6353 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt,
6355 int ath11k_wmi_pdev_resume(struct ath11k *ar, u32 pdev_id);
6357 int ath11k_wmi_send_peer_assoc_cmd(struct ath11k *ar,
6359 int ath11k_wmi_vdev_install_key(struct ath11k *ar,
6361 int ath11k_wmi_pdev_bss_chan_info_request(struct ath11k *ar,
6363 int ath11k_wmi_send_stats_request_cmd(struct ath11k *ar,
6365 int ath11k_wmi_send_pdev_temperature_cmd(struct ath11k *ar);
6366 int ath11k_wmi_send_peer_flush_tids_cmd(struct ath11k *ar,
6369 int ath11k_wmi_send_set_ap_ps_param_cmd(struct ath11k *ar, u8 *peer_addr,
6371 int ath11k_wmi_send_scan_chan_list_cmd(struct ath11k *ar,
6373 int ath11k_wmi_send_dfs_phyerr_offload_enable_cmd(struct ath11k *ar,
6375 int ath11k_wmi_addba_clear_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac);
6376 int ath11k_wmi_addba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6378 int ath11k_wmi_addba_set_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6380 int ath11k_wmi_delba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6382 int ath11k_wmi_send_bcn_offload_control_cmd(struct ath11k *ar,
6384 int ath11k_wmi_send_set_current_country_cmd(struct ath11k *ar,
6387 ath11k_wmi_send_init_country_cmd(struct ath11k *ar,
6390 int ath11k_wmi_send_11d_scan_start_cmd(struct ath11k *ar,
6392 int ath11k_wmi_send_11d_scan_stop_cmd(struct ath11k *ar, u32 vdev_id);
6395 ath11k_wmi_send_thermal_mitigation_param_cmd(struct ath11k *ar,
6397 int ath11k_wmi_pdev_pktlog_enable(struct ath11k *ar, u32 pktlog_filter);
6398 int ath11k_wmi_pdev_pktlog_disable(struct ath11k *ar);
6399 int ath11k_wmi_pdev_peer_pktlog_filter(struct ath11k *ar, u8 *addr, u8 enable);
6401 ath11k_wmi_rx_reord_queue_remove(struct ath11k *ar,
6403 int ath11k_wmi_send_pdev_set_regdomain(struct ath11k *ar,
6407 void ath11k_wmi_fw_stats_fill(struct ath11k *ar,
6410 int ath11k_wmi_simulate_radar(struct ath11k *ar);
6412 int ath11k_wmi_send_twt_enable_cmd(struct ath11k *ar, u32 pdev_id,
6414 int ath11k_wmi_send_twt_disable_cmd(struct ath11k *ar, u32 pdev_id);
6415 int ath11k_wmi_send_twt_add_dialog_cmd(struct ath11k *ar,
6417 int ath11k_wmi_send_twt_del_dialog_cmd(struct ath11k *ar,
6419 int ath11k_wmi_send_twt_pause_dialog_cmd(struct ath11k *ar,
6421 int ath11k_wmi_send_twt_resume_dialog_cmd(struct ath11k *ar,
6423 int ath11k_wmi_send_obss_spr_cmd(struct ath11k *ar, u32 vdev_id,
6425 int ath11k_wmi_pdev_set_srg_bss_color_bitmap(struct ath11k *ar, u32 *bitmap);
6426 int ath11k_wmi_pdev_set_srg_patial_bssid_bitmap(struct ath11k *ar, u32 *bitmap);
6427 int ath11k_wmi_pdev_srg_obss_color_enable_bitmap(struct ath11k *ar,
6429 int ath11k_wmi_pdev_srg_obss_bssid_enable_bitmap(struct ath11k *ar,
6431 int ath11k_wmi_pdev_non_srg_obss_color_enable_bitmap(struct ath11k *ar,
6433 int ath11k_wmi_pdev_non_srg_obss_bssid_enable_bitmap(struct ath11k *ar,
6435 int ath11k_wmi_send_obss_color_collision_cfg_cmd(struct ath11k *ar, u32 vdev_id,
6438 int ath11k_wmi_send_bss_color_change_enable_cmd(struct ath11k *ar, u32 vdev_id,
6440 int ath11k_wmi_pdev_lro_cfg(struct ath11k *ar, int pdev_id);
6441 int ath11k_wmi_pdev_dma_ring_cfg(struct ath11k *ar,
6443 int ath11k_wmi_vdev_spectral_enable(struct ath11k *ar, u32 vdev_id,
6445 int ath11k_wmi_vdev_spectral_conf(struct ath11k *ar,
6447 int ath11k_wmi_fils_discovery_tmpl(struct ath11k *ar, u32 vdev_id,
6449 int ath11k_wmi_fils_discovery(struct ath11k *ar, u32 vdev_id, u32 interval,
6451 int ath11k_wmi_probe_resp_tmpl(struct ath11k *ar, u32 vdev_id,
6455 int ath11k_wmi_wow_host_wakeup_ind(struct ath11k *ar);
6456 int ath11k_wmi_wow_enable(struct ath11k *ar);
6457 int ath11k_wmi_scan_prob_req_oui(struct ath11k *ar,
6459 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap,
6461 int ath11k_wmi_wow_config_pno(struct ath11k *ar, u32 vdev_id,
6463 int ath11k_wmi_wow_del_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id);
6464 int ath11k_wmi_wow_add_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id,
6467 int ath11k_wmi_wow_add_wakeup_event(struct ath11k *ar, u32 vdev_id,
6470 int ath11k_wmi_hw_data_filter_cmd(struct ath11k *ar, u32 vdev_id,
6472 int ath11k_wmi_arp_ns_offload(struct ath11k *ar,
6474 int ath11k_wmi_gtk_rekey_offload(struct ath11k *ar,
6476 int ath11k_wmi_gtk_rekey_getinfo(struct ath11k *ar,
6478 int ath11k_wmi_pdev_set_bios_sar_table_param(struct ath11k *ar, const u8 *sar_val);
6479 int ath11k_wmi_pdev_set_bios_geo_table_param(struct ath11k *ar);
6480 int ath11k_wmi_sta_keepalive(struct ath11k *ar,