Lines Matching full:ath11k
14 struct ath11k;
6355 int ath11k_wmi_mgmt_send(struct ath11k *ar, u32 vdev_id, u32 buf_id,
6357 int ath11k_wmi_p2p_go_bcn_ie(struct ath11k *ar, u32 vdev_id,
6359 int ath11k_wmi_bcn_tmpl(struct ath11k *ar, u32 vdev_id,
6362 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id);
6363 int ath11k_wmi_vdev_up(struct ath11k *ar, u32 vdev_id, u32 aid,
6366 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id);
6367 int ath11k_wmi_vdev_start(struct ath11k *ar, struct wmi_vdev_start_req_arg *arg,
6369 int ath11k_wmi_set_peer_param(struct ath11k *ar, const u8 *peer_addr,
6371 int ath11k_wmi_pdev_set_param(struct ath11k *ar, u32 param_id,
6373 int ath11k_wmi_pdev_set_ps_mode(struct ath11k *ar, int vdev_id,
6383 int ath11k_wmi_vdev_create(struct ath11k *ar, u8 *macaddr,
6385 int ath11k_wmi_peer_rx_reorder_queue_setup(struct ath11k *ar, int vdev_id,
6389 int ath11k_wmi_send_peer_create_cmd(struct ath11k *ar,
6391 int ath11k_wmi_vdev_set_param_cmd(struct ath11k *ar, u32 vdev_id,
6394 int ath11k_wmi_set_sta_ps_param(struct ath11k *ar, u32 vdev_id,
6396 int ath11k_wmi_force_fw_hang_cmd(struct ath11k *ar, u32 type, u32 delay_time_ms);
6397 int ath11k_wmi_send_peer_delete_cmd(struct ath11k *ar,
6399 int ath11k_wmi_vdev_delete(struct ath11k *ar, u8 vdev_id);
6400 void ath11k_wmi_start_scan_init(struct ath11k *ar, struct scan_req_params *arg);
6401 int ath11k_wmi_send_scan_start_cmd(struct ath11k *ar,
6403 int ath11k_wmi_send_scan_stop_cmd(struct ath11k *ar,
6405 int ath11k_wmi_send_wmm_update_cmd_tlv(struct ath11k *ar, u32 vdev_id,
6407 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt,
6409 int ath11k_wmi_pdev_resume(struct ath11k *ar, u32 pdev_id);
6411 int ath11k_wmi_send_peer_assoc_cmd(struct ath11k *ar,
6413 int ath11k_wmi_vdev_install_key(struct ath11k *ar,
6415 int ath11k_wmi_pdev_bss_chan_info_request(struct ath11k *ar,
6417 int ath11k_wmi_send_stats_request_cmd(struct ath11k *ar,
6419 int ath11k_wmi_send_pdev_temperature_cmd(struct ath11k *ar);
6420 int ath11k_wmi_send_peer_flush_tids_cmd(struct ath11k *ar,
6423 int ath11k_wmi_send_set_ap_ps_param_cmd(struct ath11k *ar, u8 *peer_addr,
6425 int ath11k_wmi_send_scan_chan_list_cmd(struct ath11k *ar,
6427 int ath11k_wmi_send_dfs_phyerr_offload_enable_cmd(struct ath11k *ar,
6429 int ath11k_wmi_addba_clear_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac);
6430 int ath11k_wmi_addba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6432 int ath11k_wmi_addba_set_resp(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6434 int ath11k_wmi_delba_send(struct ath11k *ar, u32 vdev_id, const u8 *mac,
6436 int ath11k_wmi_send_bcn_offload_control_cmd(struct ath11k *ar,
6438 int ath11k_wmi_send_set_current_country_cmd(struct ath11k *ar,
6441 ath11k_wmi_send_init_country_cmd(struct ath11k *ar,
6444 int ath11k_wmi_send_11d_scan_start_cmd(struct ath11k *ar,
6446 int ath11k_wmi_send_11d_scan_stop_cmd(struct ath11k *ar, u32 vdev_id);
6449 ath11k_wmi_send_thermal_mitigation_param_cmd(struct ath11k *ar,
6451 int ath11k_wmi_pdev_pktlog_enable(struct ath11k *ar, u32 pktlog_filter);
6452 int ath11k_wmi_pdev_pktlog_disable(struct ath11k *ar);
6453 int ath11k_wmi_pdev_peer_pktlog_filter(struct ath11k *ar, u8 *addr, u8 enable);
6455 ath11k_wmi_rx_reord_queue_remove(struct ath11k *ar,
6457 int ath11k_wmi_send_pdev_set_regdomain(struct ath11k *ar,
6461 void ath11k_wmi_fw_stats_fill(struct ath11k *ar,
6464 int ath11k_wmi_simulate_radar(struct ath11k *ar);
6466 int ath11k_wmi_send_twt_enable_cmd(struct ath11k *ar, u32 pdev_id,
6468 int ath11k_wmi_send_twt_disable_cmd(struct ath11k *ar, u32 pdev_id);
6469 int ath11k_wmi_send_twt_add_dialog_cmd(struct ath11k *ar,
6471 int ath11k_wmi_send_twt_del_dialog_cmd(struct ath11k *ar,
6473 int ath11k_wmi_send_twt_pause_dialog_cmd(struct ath11k *ar,
6475 int ath11k_wmi_send_twt_resume_dialog_cmd(struct ath11k *ar,
6477 int ath11k_wmi_send_obss_spr_cmd(struct ath11k *ar, u32 vdev_id,
6479 int ath11k_wmi_pdev_set_srg_bss_color_bitmap(struct ath11k *ar, u32 *bitmap);
6480 int ath11k_wmi_pdev_set_srg_patial_bssid_bitmap(struct ath11k *ar, u32 *bitmap);
6481 int ath11k_wmi_pdev_srg_obss_color_enable_bitmap(struct ath11k *ar,
6483 int ath11k_wmi_pdev_srg_obss_bssid_enable_bitmap(struct ath11k *ar,
6485 int ath11k_wmi_pdev_non_srg_obss_color_enable_bitmap(struct ath11k *ar,
6487 int ath11k_wmi_pdev_non_srg_obss_bssid_enable_bitmap(struct ath11k *ar,
6489 int ath11k_wmi_send_obss_color_collision_cfg_cmd(struct ath11k *ar, u32 vdev_id,
6492 int ath11k_wmi_send_bss_color_change_enable_cmd(struct ath11k *ar, u32 vdev_id,
6494 int ath11k_wmi_pdev_lro_cfg(struct ath11k *ar, int pdev_id);
6495 int ath11k_wmi_pdev_dma_ring_cfg(struct ath11k *ar,
6497 int ath11k_wmi_vdev_spectral_enable(struct ath11k *ar, u32 vdev_id,
6499 int ath11k_wmi_vdev_spectral_conf(struct ath11k *ar,
6501 int ath11k_wmi_fils_discovery_tmpl(struct ath11k *ar, u32 vdev_id,
6503 int ath11k_wmi_fils_discovery(struct ath11k *ar, u32 vdev_id, u32 interval,
6505 int ath11k_wmi_probe_resp_tmpl(struct ath11k *ar, u32 vdev_id,
6509 int ath11k_wmi_wow_host_wakeup_ind(struct ath11k *ar);
6510 int ath11k_wmi_wow_enable(struct ath11k *ar);
6511 int ath11k_wmi_scan_prob_req_oui(struct ath11k *ar,
6513 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap,
6515 int ath11k_wmi_wow_config_pno(struct ath11k *ar, u32 vdev_id,
6517 int ath11k_wmi_wow_del_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id);
6518 int ath11k_wmi_wow_add_pattern(struct ath11k *ar, u32 vdev_id, u32 pattern_id,
6521 int ath11k_wmi_wow_add_wakeup_event(struct ath11k *ar, u32 vdev_id,
6524 int ath11k_wmi_hw_data_filter_cmd(struct ath11k *ar, u32 vdev_id,
6526 int ath11k_wmi_arp_ns_offload(struct ath11k *ar,
6528 int ath11k_wmi_gtk_rekey_offload(struct ath11k *ar,
6530 int ath11k_wmi_gtk_rekey_getinfo(struct ath11k *ar,
6532 int ath11k_wmi_pdev_set_bios_sar_table_param(struct ath11k *ar, const u8 *sar_val);
6533 int ath11k_wmi_pdev_set_bios_geo_table_param(struct ath11k *ar);
6534 int ath11k_wmi_sta_keepalive(struct ath11k *ar,
6536 bool ath11k_wmi_supports_6ghz_cc_ext(struct ath11k *ar);
6537 int ath11k_wmi_send_vdev_set_tpc_power(struct ath11k *ar,