[PATCH 01/12] MLD STA: Add support for parsing MLO KDEs

Johannes Berg johannes at sipsolutions.net
Thu Aug 25 00:57:25 PDT 2022


On Thu, 2022-08-25 at 11:23 +0530, Veerendranath Jakkam wrote:
> 
> +struct wpa_mlo_gtk_hdr {
> +	u8 keyid:2;
> +	u8 tx:1;
> +	u8 res:1;
> +	u8 link_id:4;
> +	u8 pn[6];
> +} STRUCT_PACKED;
> 

Pretty sure you really shouldn't be using bitfields here?

johannes



More information about the Hostap mailing list