Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dutils_mlo.c406 struct mlo_nstr_info *nstr_info, in util_parse_bvmlie_perstaprofile_stactrl() argument
630 if (nstr_info) { in util_parse_bvmlie_perstaprofile_stactrl()
631 nstr_info->nstr_lp_present = nstrlppresent; in util_parse_bvmlie_perstaprofile_stactrl()
632 nstr_info->nstr_bmp_size = nstrbmsz; in util_parse_bvmlie_perstaprofile_stactrl()
634 nstr_info->link_id = link_id; in util_parse_bvmlie_perstaprofile_stactrl()
637 nstr_info->nstr_lp_bitmap = in util_parse_bvmlie_perstaprofile_stactrl()
640 nstr_info->nstr_lp_bitmap = in util_parse_bvmlie_perstaprofile_stactrl()
811 struct mlo_nstr_info nstr_info = {0}; in util_parse_partner_info_from_linkinfo() local
940 &nstr_info, in util_parse_partner_info_from_linkinfo()
948 QDF_ARRAY_SIZE(partner_info->nstr_info)) { in util_parse_partner_info_from_linkinfo()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_public_structs.h749 struct mlo_nstr_info nstr_info[WLAN_UMAC_MLO_MAX_VDEVS]; member