]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
PASN: Remove unused variable from pasn_data
authorJouni Malinen <jouni.malinen@oss.qualcomm.com>
Thu, 16 Oct 2025 19:56:23 +0000 (22:56 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 16 Oct 2025 20:27:28 +0000 (23:27 +0300)
Signed-off-by: Jouni Malinen <jouni.malinen@oss.qualcomm.com>
src/pasn/pasn_common.h

index cc3abf6ea478dfa6d9548871306b72986a6feb18..fd2b71ace43224049dd752bd61d1e0d07c8beb45 100644 (file)
@@ -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;