Hi, > -----Original Message----- > From: Hostap <hostap-bounces@xxxxxxxxxxxxxxxxxxx> On Behalf Of > Veerendranath Jakkam > Sent: Saturday, October 01, 2022 11:21 > To: hostap@xxxxxxxxxxxxxxxxxxx > Cc: quic_vjakkam@xxxxxxxxxxx > Subject: [PATCH v2 03/17] EHT: Add support for Multi-Link element > defragmentation > > Add support for element defragmentation of different types of Multi-Link > elements. > The design of the element defragmentation would be much simpler if instead of saving the pointers to the fragment elements during parsing of the frame, when an element needs to be defragmented (based on the element length), it can be done on the fly as the fragments of the elements are expected to be right after the element. Thus, once we have the pointer to the element that needs to be fragmented and its length we can easily get all the other elements and do the defragmentation. Obviously, the fragment element length etc. would still need to be validated during the frame parsing. What do you think? Regards, Ilan. _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap