Searched defs:mlo_setup_info (Results 1 – 1 of 1) sorted by relevance
187 struct mlo_setup_info { struct188 uint8_t ml_grp_id;189 uint8_t tot_socs;190 uint8_t num_soc;191 uint8_t tot_links;192 uint8_t num_links;193 struct wlan_objmgr_pdev *pdev_list[MAX_MLO_LINKS];194 struct wlan_objmgr_psoc *curr_soc_list[MAX_MLO_CHIPS];195 struct wlan_objmgr_psoc *soc_list[MAX_MLO_CHIPS];196 uint8_t soc_id_list[MAX_MLO_CHIPS];[all …]