qcacmn: Add nstrinfo in ml_partner_info and parse

Add nstrinfo in ml_partner_info and parse sta info.
Add nstr_info in ml_peer_ctx and peer_assoc_params
and send to FW

CRs-Fixed: 3483776
Change-Id: I255fc671b84a2048c6057a61a6de8d81db36c681
This commit is contained in:
Aniruddha Mishra
2023-04-26 18:17:39 +05:30
committed by Rahul Choudhary
parent 134088aadd
commit df9658cc1d
5 changed files with 88 additions and 12 deletions

View File

@@ -411,9 +411,12 @@ util_get_bvmlie_mldcap(uint8_t *mlieseq, qdf_size_t mlieseqlen,
* profile is found, or if none of the per-STA profiles includes a MAC address
* in the STA Info field (assuming no errors are encountered).
*
* Get partner link information in the per-STA profiles present in a Basic
* variant Multi-Link element. The partner link information is returned only for
* those per-STA profiles which have a MAC address in the STA Info field.
* Get partner link information and NSTR capability information in the
* per-STA profiles present in a Basic variant Multi-Link element.
* The partner link information is returned only for those per-STA profiles
* which have a MAC address in the STA Info field.
* The NSTR capability information is returned only for those per-STA profiles
* which are Complete per-STA profiles.
*
* Return: QDF_STATUS_SUCCESS in the case of success, QDF_STATUS value giving
* the reason for error in the case of failure