[PATCH] cfg80211: AP mode driver offload for FILS association crypto

Johannes Berg johannes at sipsolutions.net
Wed Sep 8 00:02:38 PDT 2021


> +	TP_STRUCT__entry(WIPHY_ENTRY
> +			 NETDEV_ENTRY
> +			 __array(u8, macaddr, ETH_ALEN)
> +			 __field(u8, kek_len)
> +	),
> +	TP_fast_assign(WIPHY_ASSIGN;
> +		       NETDEV_ASSIGN;
> +		       FILS_AAD_ASSIGN(fils_aad);
> +	),

I don't think we typically do the alignment like that?
johannes




More information about the ath11k mailing list