Lines Matching full:ath11k
17 struct ath11k;
6331 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id,
6333 int ath11k_wmi_bcn_tmpl(struct ath11k *ar, u32 vdev_id,
6336 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id);
6337 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid,
6340 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id);
6341 int ath11k_wmi_vdev_start(struct ath11k *ar, struct wmi_vdev_start_req_arg *arg,
6343 int ath11k_wmi_set_peer_param(struct ath11k *ar, const u8 *peer_addr,
6345 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id,
6347 int ath11k_wmi_pdev_set_ps_mode(struct ath11k *ar, int vdev_id,
6357 int ath11k_wmi_vdev_create(struct ath11k *ar, u8 *macaddr,
6359 int ath11k_wmi_peer_rx_reorder_queue_setup(struct ath11k *ar, int vdev_id,
6363 int ath11k_wmi_send_peer_create_cmd(struct ath11k *ar,
6365 int ath11k_wmi_vdev_set_param_cmd(struct ath11k *ar, u32 vdev_id,
6368 int ath11k_wmi_set_sta_ps_param(struct ath11k *ar, u32 vdev_id,
6370 int ath11k_wmi_force_fw_hang_cmd(struct ath11k *ar, u32 type, u32 delay_time_ms);
6371 int ath11k_wmi_send_peer_delete_cmd(struct ath11k *ar,
6373 int ath11k_wmi_vdev_delete(struct ath11k *ar, u8 vdev_id);
6374 void ath11k_wmi_start_scan_init(struct ath11k *ar, struct scan_req_params *arg);
6375 int ath11k_wmi_send_scan_start_cmd(struct ath11k *ar,
6377 int ath11k_wmi_send_scan_stop_cmd(struct ath11k *ar,
6379 int ath11k_wmi_send_wmm_update_cmd_tlv(struct ath11k *ar, u32 vdev_id,
6381 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt,
6383 int ath11k_wmi_pdev_resume(struct ath11k *ar, u32 pdev_id);
6385 int ath11k_wmi_send_peer_assoc_cmd(struct ath11k *ar,
6387 int ath11k_wmi_vdev_install_key(struct ath11k *ar,
6389 int ath11k_wmi_pdev_bss_chan_info_request(struct ath11k *ar,
6391 int ath11k_wmi_send_stats_request_cmd(struct ath11k *ar,
6393 int ath11k_wmi_send_pdev_temperature_cmd(struct ath11k *ar);
6394 int ath11k_wmi_send_peer_flush_tids_cmd(struct ath11k *ar,
6397 int ath11k_wmi_send_set_ap_ps_param_cmd(struct ath11k *ar, u8 *peer_addr,
6399 int ath11k_wmi_send_scan_chan_list_cmd(struct ath11k *ar,
6401 int ath11k_wmi_send_dfs_phyerr_offload_enable_cmd(struct ath11k *ar,
6403 int ath11k_wmi_addba_clear_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac);
6404 int ath11k_wmi_addba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6406 int ath11k_wmi_addba_set_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6408 int ath11k_wmi_delba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6410 int ath11k_wmi_send_bcn_offload_control_cmd(struct ath11k *ar,
6412 int ath11k_wmi_send_set_current_country_cmd(struct ath11k *ar,
6415 ath11k_wmi_send_init_country_cmd(struct ath11k *ar,
6418 int ath11k_wmi_send_11d_scan_start_cmd(struct ath11k *ar,
6420 int ath11k_wmi_send_11d_scan_stop_cmd(struct ath11k *ar, u32 vdev_id);
6423 ath11k_wmi_send_thermal_mitigation_param_cmd(struct ath11k *ar,
6425 int ath11k_wmi_pdev_pktlog_enable(struct ath11k *ar, u32 pktlog_filter);
6426 int ath11k_wmi_pdev_pktlog_disable(struct ath11k *ar);
6427 int ath11k_wmi_pdev_peer_pktlog_filter(struct ath11k *ar, u8 *addr, u8 enable);
6429 ath11k_wmi_rx_reord_queue_remove(struct ath11k *ar,
6431 int ath11k_wmi_send_pdev_set_regdomain(struct ath11k *ar,
6435 void ath11k_wmi_fw_stats_fill(struct ath11k *ar,
6438 int ath11k_wmi_simulate_radar(struct ath11k *ar);
6440 int ath11k_wmi_send_twt_enable_cmd(struct ath11k *ar, u32 pdev_id,
6442 int ath11k_wmi_send_twt_disable_cmd(struct ath11k *ar, u32 pdev_id);
6443 int ath11k_wmi_send_twt_add_dialog_cmd(struct ath11k *ar,
6445 int ath11k_wmi_send_twt_del_dialog_cmd(struct ath11k *ar,
6447 int ath11k_wmi_send_twt_pause_dialog_cmd(struct ath11k *ar,
6449 int ath11k_wmi_send_twt_resume_dialog_cmd(struct ath11k *ar,
6451 int ath11k_wmi_send_obss_spr_cmd(struct ath11k *ar, u32 vdev_id,
6453 int ath11k_wmi_pdev_set_srg_bss_color_bitmap(struct ath11k *ar, u32 *bitmap);
6454 int ath11k_wmi_pdev_set_srg_patial_bssid_bitmap(struct ath11k *ar, u32 *bitmap);
6455 int ath11k_wmi_pdev_srg_obss_color_enable_bitmap(struct ath11k *ar,
6457 int ath11k_wmi_pdev_srg_obss_bssid_enable_bitmap(struct ath11k *ar,
6459 int ath11k_wmi_pdev_non_srg_obss_color_enable_bitmap(struct ath11k *ar,
6461 int ath11k_wmi_pdev_non_srg_obss_bssid_enable_bitmap(struct ath11k *ar,
6463 int ath11k_wmi_send_obss_color_collision_cfg_cmd(struct ath11k *ar, u32 vdev_id,
6466 int ath11k_wmi_send_bss_color_change_enable_cmd(struct ath11k *ar, u32 vdev_id,
6468 int ath11k_wmi_pdev_lro_cfg(struct ath11k *ar, int pdev_id);
6469 int ath11k_wmi_pdev_dma_ring_cfg(struct ath11k *ar,
6471 int ath11k_wmi_vdev_spectral_enable(struct ath11k *ar, u32 vdev_id,
6473 int ath11k_wmi_vdev_spectral_conf(struct ath11k *ar,
6475 int ath11k_wmi_fils_discovery_tmpl(struct ath11k *ar, u32 vdev_id,
6477 int ath11k_wmi_fils_discovery(struct ath11k *ar, u32 vdev_id, u32 interval,
6479 int ath11k_wmi_probe_resp_tmpl(struct ath11k *ar, u32 vdev_id,
6483 int ath11k_wmi_wow_host_wakeup_ind(struct ath11k *ar);
6484 int ath11k_wmi_wow_enable(struct ath11k *ar);
6485 int ath11k_wmi_scan_prob_req_oui(struct ath11k *ar,
6487 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap,
6489 int ath11k_wmi_wow_config_pno(struct ath11k *ar, u32 vdev_id,
6491 int ath11k_wmi_wow_del_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id);
6492 int ath11k_wmi_wow_add_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id,
6495 int ath11k_wmi_wow_add_wakeup_event(struct ath11k *ar, u32 vdev_id,
6498 int ath11k_wmi_hw_data_filter_cmd(struct ath11k *ar, u32 vdev_id,
6500 int ath11k_wmi_arp_ns_offload(struct ath11k *ar,
6502 int ath11k_wmi_gtk_rekey_offload(struct ath11k *ar,
6504 int ath11k_wmi_gtk_rekey_getinfo(struct ath11k *ar,
6506 int ath11k_wmi_pdev_set_bios_sar_table_param(struct ath11k *ar, const u8 *sar_val);
6507 int ath11k_wmi_pdev_set_bios_geo_table_param(struct ath11k *ar);
6508 int ath11k_wmi_sta_keepalive(struct ath11k *ar,