Lines Matching full:ath11k
14 struct ath11k;
6360 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id,
6362 int ath11k_wmi_p2p_go_bcn_ie(struct ath11k *ar, u32 vdev_id,
6364 int ath11k_wmi_bcn_tmpl(struct ath11k *ar, u32 vdev_id,
6367 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id);
6368 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid,
6371 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id);
6372 int ath11k_wmi_vdev_start(struct ath11k *ar, struct wmi_vdev_start_req_arg *arg,
6374 int ath11k_wmi_set_peer_param(struct ath11k *ar, const u8 *peer_addr,
6376 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id,
6378 int ath11k_wmi_pdev_set_ps_mode(struct ath11k *ar, int vdev_id,
6388 int ath11k_wmi_vdev_create(struct ath11k *ar, u8 *macaddr,
6390 int ath11k_wmi_peer_rx_reorder_queue_setup(struct ath11k *ar, int vdev_id,
6394 int ath11k_wmi_send_peer_create_cmd(struct ath11k *ar,
6396 int ath11k_wmi_vdev_set_param_cmd(struct ath11k *ar, u32 vdev_id,
6399 int ath11k_wmi_set_sta_ps_param(struct ath11k *ar, u32 vdev_id,
6401 int ath11k_wmi_force_fw_hang_cmd(struct ath11k *ar, u32 type, u32 delay_time_ms);
6402 int ath11k_wmi_send_peer_delete_cmd(struct ath11k *ar,
6404 int ath11k_wmi_vdev_delete(struct ath11k *ar, u8 vdev_id);
6405 void ath11k_wmi_start_scan_init(struct ath11k *ar, struct scan_req_params *arg);
6406 int ath11k_wmi_send_scan_start_cmd(struct ath11k *ar,
6408 int ath11k_wmi_send_scan_stop_cmd(struct ath11k *ar,
6410 int ath11k_wmi_send_wmm_update_cmd_tlv(struct ath11k *ar, u32 vdev_id,
6413 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt,
6415 int ath11k_wmi_pdev_resume(struct ath11k *ar, u32 pdev_id);
6417 int ath11k_wmi_send_peer_assoc_cmd(struct ath11k *ar,
6419 int ath11k_wmi_vdev_install_key(struct ath11k *ar,
6421 int ath11k_wmi_pdev_bss_chan_info_request(struct ath11k *ar,
6423 int ath11k_wmi_send_stats_request_cmd(struct ath11k *ar,
6425 int ath11k_wmi_send_pdev_temperature_cmd(struct ath11k *ar);
6426 int ath11k_wmi_send_peer_flush_tids_cmd(struct ath11k *ar,
6429 int ath11k_wmi_send_set_ap_ps_param_cmd(struct ath11k *ar, u8 *peer_addr,
6431 int ath11k_wmi_send_scan_chan_list_cmd(struct ath11k *ar,
6433 int ath11k_wmi_send_dfs_phyerr_offload_enable_cmd(struct ath11k *ar,
6435 int ath11k_wmi_addba_clear_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac);
6436 int ath11k_wmi_addba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6438 int ath11k_wmi_addba_set_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6440 int ath11k_wmi_delba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6442 int ath11k_wmi_send_bcn_offload_control_cmd(struct ath11k *ar,
6444 int ath11k_wmi_send_set_current_country_cmd(struct ath11k *ar,
6447 ath11k_wmi_send_init_country_cmd(struct ath11k *ar,
6450 int ath11k_wmi_send_11d_scan_start_cmd(struct ath11k *ar,
6452 int ath11k_wmi_send_11d_scan_stop_cmd(struct ath11k *ar, u32 vdev_id);
6455 ath11k_wmi_send_thermal_mitigation_param_cmd(struct ath11k *ar,
6457 int ath11k_wmi_pdev_pktlog_enable(struct ath11k *ar, u32 pktlog_filter);
6458 int ath11k_wmi_pdev_pktlog_disable(struct ath11k *ar);
6459 int ath11k_wmi_pdev_peer_pktlog_filter(struct ath11k *ar, u8 *addr, u8 enable);
6461 ath11k_wmi_rx_reord_queue_remove(struct ath11k *ar,
6463 int ath11k_wmi_send_pdev_set_regdomain(struct ath11k *ar,
6467 void ath11k_wmi_fw_stats_fill(struct ath11k *ar,
6470 int ath11k_wmi_simulate_radar(struct ath11k *ar);
6472 int ath11k_wmi_send_twt_enable_cmd(struct ath11k *ar, u32 pdev_id,
6474 int ath11k_wmi_send_twt_disable_cmd(struct ath11k *ar, u32 pdev_id);
6475 int ath11k_wmi_send_twt_add_dialog_cmd(struct ath11k *ar,
6477 int ath11k_wmi_send_twt_del_dialog_cmd(struct ath11k *ar,
6479 int ath11k_wmi_send_twt_pause_dialog_cmd(struct ath11k *ar,
6481 int ath11k_wmi_send_twt_resume_dialog_cmd(struct ath11k *ar,
6483 int ath11k_wmi_send_obss_spr_cmd(struct ath11k *ar, u32 vdev_id,
6485 int ath11k_wmi_pdev_set_srg_bss_color_bitmap(struct ath11k *ar, u32 *bitmap);
6486 int ath11k_wmi_pdev_set_srg_patial_bssid_bitmap(struct ath11k *ar, u32 *bitmap);
6487 int ath11k_wmi_pdev_srg_obss_color_enable_bitmap(struct ath11k *ar,
6489 int ath11k_wmi_pdev_srg_obss_bssid_enable_bitmap(struct ath11k *ar,
6491 int ath11k_wmi_pdev_non_srg_obss_color_enable_bitmap(struct ath11k *ar,
6493 int ath11k_wmi_pdev_non_srg_obss_bssid_enable_bitmap(struct ath11k *ar,
6495 int ath11k_wmi_send_obss_color_collision_cfg_cmd(struct ath11k *ar, u32 vdev_id,
6498 int ath11k_wmi_send_bss_color_change_enable_cmd(struct ath11k *ar, u32 vdev_id,
6500 int ath11k_wmi_pdev_lro_cfg(struct ath11k *ar, int pdev_id);
6501 int ath11k_wmi_pdev_dma_ring_cfg(struct ath11k *ar,
6503 int ath11k_wmi_vdev_spectral_enable(struct ath11k *ar, u32 vdev_id,
6505 int ath11k_wmi_vdev_spectral_conf(struct ath11k *ar,
6507 int ath11k_wmi_fils_discovery_tmpl(struct ath11k *ar, u32 vdev_id,
6509 int ath11k_wmi_fils_discovery(struct ath11k *ar, u32 vdev_id, u32 interval,
6511 int ath11k_wmi_probe_resp_tmpl(struct ath11k *ar, u32 vdev_id,
6515 int ath11k_wmi_wow_host_wakeup_ind(struct ath11k *ar);
6516 int ath11k_wmi_wow_enable(struct ath11k *ar);
6517 int ath11k_wmi_scan_prob_req_oui(struct ath11k *ar,
6519 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap,
6521 int ath11k_wmi_wow_config_pno(struct ath11k *ar, u32 vdev_id,
6523 int ath11k_wmi_wow_del_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id);
6524 int ath11k_wmi_wow_add_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id,
6527 int ath11k_wmi_wow_add_wakeup_event(struct ath11k *ar, u32 vdev_id,
6530 int ath11k_wmi_hw_data_filter_cmd(struct ath11k *ar, u32 vdev_id,
6532 int ath11k_wmi_arp_ns_offload(struct ath11k *ar,
6534 int ath11k_wmi_gtk_rekey_offload(struct ath11k *ar,
6536 int ath11k_wmi_gtk_rekey_getinfo(struct ath11k *ar,
6538 int ath11k_wmi_pdev_set_bios_sar_table_param(struct ath11k *ar, const u8 *sar_val);
6539 int ath11k_wmi_pdev_set_bios_geo_table_param(struct ath11k *ar);
6540 int ath11k_wmi_sta_keepalive(struct ath11k *ar,
6542 bool ath11k_wmi_supports_6ghz_cc_ext(struct ath11k *ar);
6543 int ath11k_wmi_send_vdev_set_tpc_power(struct ath11k *ar,