Searched refs:cnf_params (Results 1 – 2 of 2) sorted by relevance
1197 struct wlan_mlo_link_switch_cnf cnf_params = {0}; in mlo_mgr_link_switch_request_params() local1215 cnf_params.vdev_id = req->vdev_id; in mlo_mgr_link_switch_request_params()1216 cnf_params.status = MLO_LINK_SWITCH_CNF_STATUS_REJECT; in mlo_mgr_link_switch_request_params()1217 mlo_mgr_link_switch_send_cnf_cmd(psoc, &cnf_params); in mlo_mgr_link_switch_request_params()1320 struct wlan_mlo_link_switch_cnf *cnf_params) in mlo_mgr_link_switch_send_cnf_cmd() argument1325 mlo_debug("VDEV %d link switch completed, %s", cnf_params->vdev_id, in mlo_mgr_link_switch_send_cnf_cmd()1326 (cnf_params->status == MLO_LINK_SWITCH_CNF_STATUS_ACCEPT) ? in mlo_mgr_link_switch_send_cnf_cmd()1335 status = mlo_tx_ops->send_mlo_link_switch_cnf_cmd(psoc, cnf_params); in mlo_mgr_link_switch_send_cnf_cmd()
576 struct wlan_mlo_link_switch_cnf *cnf_params);777 struct wlan_mlo_link_switch_cnf *cnf_params) in mlo_mgr_link_switch_send_cnf_cmd() argument