From: Jouni Malinen Date: Thu, 16 Oct 2025 19:56:23 +0000 (+0300) Subject: PASN: Remove unused variable from pasn_data X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbdde4d58fd6911ea4274fa23664664d09306369;p=thirdparty%2Fhostap.git PASN: Remove unused variable from pasn_data Signed-off-by: Jouni Malinen --- diff --git a/src/pasn/pasn_common.h b/src/pasn/pasn_common.h index cc3abf6ea..fd2b71ace 100644 --- a/src/pasn/pasn_common.h +++ b/src/pasn/pasn_common.h @@ -122,7 +122,6 @@ struct pasn_data { bool noauth; /* Whether PASN without mutual authentication is enabled */ int disable_pmksa_caching; int *pasn_groups; - struct wpabuf *wrapped_data; int use_anti_clogging; const u8 *rsn_ie; size_t rsn_ie_len;