|
@@ -17467,6 +17467,8 @@ typedef struct {
|
|
|
A_UINT32 tlv_header; /** TLV tag (MITLV_TAG_STRUC_wmi_peer_assoc_mlo_partner_link_params) and len */
|
|
|
A_UINT32 vdev_id; /** unique id identifying the VDEV, generated by the caller */
|
|
|
A_UINT32 hw_mld_link_id; /** Unique link id across SOCs, got as part of QMI handshake. */
|
|
|
+ wmi_mlo_flags mlo_flags; /** MLO flags */
|
|
|
+ A_UINT32 logical_link_index; /** Unique index for links of the mlo. Starts with Zero */
|
|
|
} wmi_peer_assoc_mlo_partner_link_params;
|
|
|
|
|
|
/* This TLV structure used to pass mlo Parameters on peer assoc, only apply for mlo-peers */
|