RE: [PATCH v2] MLD STA: Add support for parsing MLO KDEs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux