Home
last modified time | relevance | path

Searched refs:mlo_params (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_11be_tlv.c38 wmi_vdev_create_mlo_params *mlo_params; in vdev_create_add_mlo_params() local
49 mlo_params = (wmi_vdev_create_mlo_params *)buf_ptr; in vdev_create_add_mlo_params()
50 WMITLV_SET_HDR(&mlo_params->tlv_header, in vdev_create_add_mlo_params()
54 WMI_CHAR_ARRAY_TO_MAC_ADDR(param->mlo_mac, &mlo_params->mld_macaddr); in vdev_create_add_mlo_params()
88 wmi_vdev_start_mlo_params *mlo_params; in vdev_start_add_mlo_params() local
94 mlo_params = (wmi_vdev_start_mlo_params *)buf_ptr; in vdev_start_add_mlo_params()
95 WMITLV_SET_HDR(&mlo_params->tlv_header, in vdev_start_add_mlo_params()
99 mlo_params->mlo_flags.mlo_flags = 0; in vdev_start_add_mlo_params()
100 WMI_MLO_FLAGS_SET_ENABLED(mlo_params->mlo_flags.mlo_flags, in vdev_start_add_mlo_params()
102 WMI_MLO_FLAGS_SET_ASSOC_LINK(mlo_params->mlo_flags.mlo_flags, in vdev_start_add_mlo_params()
[all …]
H A Dwmi_unified_tlv.c3556 if (!(param->mlo_params.mlo_enabled)) in copy_peer_flags_tlv_vendor()
4765 wmi_mlo_tx_send_params *mlo_params; in send_mgmt_cmd_tlv() local
4845 mlo_params = (wmi_mlo_tx_send_params *)bufp; in send_mgmt_cmd_tlv()
4846 WMITLV_SET_HDR(&mlo_params->tlv_header, in send_mgmt_cmd_tlv()
4849 mlo_params->hw_link_id = WMI_MLO_MGMT_TID; in send_mgmt_cmd_tlv()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c1148 struct peer_assoc_mlo_params *mlo_params; in wma_populate_peer_mlo_cap() local
1153 mlo_params = &peer->mlo_params; in wma_populate_peer_mlo_cap()
1157 mlo_params->vdev_id = ml_info->vdev_id; in wma_populate_peer_mlo_cap()
1158 mlo_params->ieee_link_id = ml_info->link_id; in wma_populate_peer_mlo_cap()
1159 qdf_mem_copy(&mlo_params->chan, &ml_info->channel_info, in wma_populate_peer_mlo_cap()
1161 qdf_mem_copy(&mlo_params->bssid, &ml_info->link_addr, in wma_populate_peer_mlo_cap()
1163 qdf_mem_copy(&mlo_params->mac_addr, &ml_info->self_mac_addr, in wma_populate_peer_mlo_cap()
1166 mlo_params->rec_max_simultaneous_links = in wma_populate_peer_mlo_cap()
1354 req->mlo_params.mlo_enabled = true; in wma_set_mlo_capability()
1355 req->mlo_params.mlo_assoc_link = in wma_set_mlo_capability()
[all …]
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_defs.h2347 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_peer_create_mlo_params, mlo_params, WMITLV_…
2354 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_peer_delete_mlo_params, mlo_params, WMITLV_…
2710 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_vdev_start_mlo_params, mlo_params, WMITLV_S…
2820 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_peer_assoc_mlo_params, mlo_params, WMITLV_S…
3554 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_vdev_create_mlo_params, mlo_params, WMITLV_…
3573 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_vdev_stop_mlo_params, mlo_params, WMITLV_SI…
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h1514 struct peer_assoc_mlo_params mlo_params; member