Home
last modified time | relevance | path

Searched refs:cnf_params (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_link_switch.c1197 struct wlan_mlo_link_switch_cnf cnf_params = {0}; in mlo_mgr_link_switch_request_params() local
1215 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() argument
1325 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()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_link_switch.h576 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