Hi, > +#define MAX_NUM_MLO_LINKS 15 > + bool mlo_gtk_found; > + bool mlo_igtk_found; Maybe use here a bitmask to track the received GTK/IGTK/BIGTK? I think this could simplify things in later patches. > + const u8 *mlo_gtk[MAX_NUM_MLO_LINKS]; > + size_t mlo_gtk_len[MAX_NUM_MLO_LINKS]; > + const u8 *mlo_igtk[MAX_NUM_MLO_LINKS]; > + size_t mlo_igtk_len[MAX_NUM_MLO_LINKS]; > + const u8 *mlo_bigtk[MAX_NUM_MLO_LINKS]; > + size_t mlo_bigtk_len[MAX_NUM_MLO_LINKS]; > + const u8 *mlo_link[MAX_NUM_MLO_LINKS]; > + size_t mlo_link_len[MAX_NUM_MLO_LINKS]; > }; Regards, Ilan. _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap