qcacmn: Add support to find ML peer from MLD MAC

Add API to retrieve ML peer context using peer MLD address
from the list of MLDs.

Change-Id: I7136e6b9cbcc96e897457c01c187965978e85d77
CRs-Fixed: 3422684
This commit is contained in:
Rhythm Patwa
2023-03-02 01:43:19 -08:00
committed by Madan Koyyalamudi
parent 1bce26bfca
commit aa8703f473
5 changed files with 83 additions and 10 deletions

View File

@@ -103,11 +103,16 @@ enum wlan_link_band_caps {
* is present.
* @pref_order: Preferred links in order.it is in form of hardware link id.
* @timeout: timeout values for all the access categories.
* @tlt_characterization_params: Bitmask to select Tx-Link Tuple from ordered
* list.
* Bit 0-15: Each bit maps to the corresponding Link ID
* Bit 16-31: Reserved
*/
struct wlan_link_preference {
uint8_t num_pref_links;
uint8_t pref_order[MAX_PREFERRED_LINKS];
uint32_t timeout[WIFI_AC_MAX];
uint32_t tlt_characterization_params;
};
/**