Lines Matching refs:ath12k
748 int ath12k_wmi_mgmt_send(struct ath12k *ar, u32 vdev_id, u32 buf_id,
793 int ath12k_wmi_vdev_create(struct ath12k *ar, u8 *macaddr,
868 int ath12k_wmi_vdev_delete(struct ath12k *ar, u8 vdev_id)
895 int ath12k_wmi_vdev_stop(struct ath12k *ar, u8 vdev_id)
923 int ath12k_wmi_vdev_down(struct ath12k *ar, u8 vdev_id)
991 int ath12k_wmi_vdev_start(struct ath12k *ar, struct wmi_vdev_start_req_arg *arg,
1076 int ath12k_wmi_vdev_up(struct ath12k *ar, u32 vdev_id, u32 aid, const u8 *bssid)
1109 int ath12k_wmi_send_peer_create_cmd(struct ath12k *ar,
1142 int ath12k_wmi_send_peer_delete_cmd(struct ath12k *ar,
1174 int ath12k_wmi_send_pdev_set_regdomain(struct ath12k *ar,
1213 int ath12k_wmi_set_peer_param(struct ath12k *ar, const u8 *peer_addr,
1246 int ath12k_wmi_send_peer_flush_tids_cmd(struct ath12k *ar,
1282 int ath12k_wmi_peer_rx_reorder_queue_setup(struct ath12k *ar,
1325 ath12k_wmi_rx_reord_queue_remove(struct ath12k *ar,
1360 int ath12k_wmi_pdev_set_param(struct ath12k *ar, u32 param_id,
1392 int ath12k_wmi_pdev_set_ps_mode(struct ath12k *ar, int vdev_id, u32 enable)
1422 int ath12k_wmi_pdev_suspend(struct ath12k *ar, u32 suspend_opt,
1454 int ath12k_wmi_pdev_resume(struct ath12k *ar, u32 pdev_id)
1487 int ath12k_wmi_pdev_bss_chan_info_request(struct ath12k *ar,
1519 int ath12k_wmi_send_set_ap_ps_param_cmd(struct ath12k *ar, u8 *peer_addr,
1554 int ath12k_wmi_set_sta_ps_param(struct ath12k *ar, u32 vdev_id,
1587 int ath12k_wmi_force_fw_hang_cmd(struct ath12k *ar, u32 type, u32 delay_time_ms)
1616 int ath12k_wmi_vdev_set_param_cmd(struct ath12k *ar, u32 vdev_id,
1650 int ath12k_wmi_send_pdev_temperature_cmd(struct ath12k *ar)
1678 int ath12k_wmi_send_bcn_offload_control_cmd(struct ath12k *ar,
1711 int ath12k_wmi_bcn_tmpl(struct ath12k *ar, u32 vdev_id,
1763 int ath12k_wmi_vdev_install_key(struct ath12k *ar,
1904 int ath12k_wmi_send_peer_assoc_cmd(struct ath12k *ar,
2108 void ath12k_wmi_start_scan_init(struct ath12k *ar,
2213 int ath12k_wmi_send_scan_start_cmd(struct ath12k *ar,
2396 int ath12k_wmi_send_scan_stop_cmd(struct ath12k *ar,
2444 int ath12k_wmi_send_scan_chan_list_cmd(struct ath12k *ar,
2561 int ath12k_wmi_send_wmm_update_cmd(struct ath12k *ar, u32 vdev_id,
2627 int ath12k_wmi_send_dfs_phyerr_offload_enable_cmd(struct ath12k *ar,
2660 int ath12k_wmi_delba_send(struct ath12k *ar, u32 vdev_id, const u8 *mac,
2696 int ath12k_wmi_addba_set_resp(struct ath12k *ar, u32 vdev_id, const u8 *mac,
2732 int ath12k_wmi_addba_send(struct ath12k *ar, u32 vdev_id, const u8 *mac,
2767 int ath12k_wmi_addba_clear_resp(struct ath12k *ar, u32 vdev_id, const u8 *mac)
2800 int ath12k_wmi_send_init_country_cmd(struct ath12k *ar,
2853 ath12k_wmi_send_twt_enable_cmd(struct ath12k *ar, u32 pdev_id)
2906 ath12k_wmi_send_twt_disable_cmd(struct ath12k *ar, u32 pdev_id)
2935 ath12k_wmi_send_obss_spr_cmd(struct ath12k *ar, u32 vdev_id,
2968 int ath12k_wmi_obss_color_cfg_cmd(struct ath12k *ar, u32 vdev_id,
3010 int ath12k_wmi_send_bss_color_change_enable_cmd(struct ath12k *ar, u32 vdev_id,
3044 int ath12k_wmi_fils_discovery_tmpl(struct ath12k *ar, u32 vdev_id,
3085 int ath12k_wmi_probe_resp_tmpl(struct ath12k *ar, u32 vdev_id,
3136 int ath12k_wmi_fils_discovery(struct ath12k *ar, u32 vdev_id, u32 interval,
3378 int ath12k_wmi_pdev_lro_cfg(struct ath12k *ar,
3494 int ath12k_wmi_vdev_spectral_conf(struct ath12k *ar,
3546 int ath12k_wmi_vdev_spectral_enable(struct ath12k *ar, u32 vdev_id,
3583 int ath12k_wmi_pdev_dma_ring_cfg(struct ath12k *ar,
4902 static int wmi_process_mgmt_tx_comp(struct ath12k *ar, u32 desc_id,
4974 static void ath12k_wmi_event_scan_started(struct ath12k *ar)
4993 static void ath12k_wmi_event_scan_start_failed(struct ath12k *ar)
5012 static void ath12k_wmi_event_scan_completed(struct ath12k *ar)
5038 static void ath12k_wmi_event_scan_bss_chan(struct ath12k *ar)
5056 static void ath12k_wmi_event_scan_foreign_chan(struct ath12k *ar, u32 freq)
5205 static int freq_to_idx(struct ath12k *ar, int freq)
5413 struct ath12k *ar;
5593 struct ath12k *ar;
5618 struct ath12k *ar;
5662 struct ath12k *ar;
5710 struct ath12k *ar;
5737 struct ath12k *ar;
5849 struct ath12k *ar;
5876 static struct ath12k *ath12k_get_ar_on_scan_abort(struct ath12k_base *ab,
5881 struct ath12k *ar;
5902 struct ath12k *ar;
5981 struct ath12k *ar;
6028 struct ath12k *ar;
6074 struct ath12k *ar;
6150 struct ath12k *ar;
6222 struct ath12k *ar;
6326 struct ath12k *ar;
6461 struct ath12k *ar;
6513 struct ath12k *ar;
6748 ath12k_wmi_send_unit_test_cmd(struct ath12k *ar,
6805 int ath12k_wmi_simulate_radar(struct ath12k *ar)