[PATCH v2 03/17] EHT: Add support for Multi-Link element defragmentation

Peer, Ilan ilan.peer at intel.com
Mon Oct 3 05:29:36 PDT 2022


Hi,

> -----Original Message-----
> From: Hostap <hostap-bounces at lists.infradead.org> On Behalf Of
> Veerendranath Jakkam
> Sent: Saturday, October 01, 2022 11:21
> To: hostap at lists.infradead.org
> Cc: quic_vjakkam at quicinc.com
> 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.



More information about the Hostap mailing list