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