[PATCH 06/13] wpa_supplicant: Add more fields to MLO links information

Jouni Malinen j at w1.fi
Thu Nov 24 12:27:39 PST 2022


On Thu, Nov 24, 2022 at 02:45:26PM +0200, Andrei Otcheretianski wrote:
> This new info will be needed for auth and assoc flows.

> diff --git a/src/common/defs.h b/src/common/defs.h
> @@ -520,4 +520,19 @@ enum frame_encryption {
> +struct ml_sta_link_info {
..
> +	/* pointer to the corresponding BSS */
> +	struct wpa_bss *bss;

This does not feel correct. struct wpa_bss is internal to
wpa_supplicant/* and I would not expect to see it being used anywhere
in src/* directories. Does this struct define really belong into
src/common/defs.h?

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list