summaryrefslogtreecommitdiff
path: root/contrib/wpa/src/common/wpa_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/wpa/src/common/wpa_common.h')
-rw-r--r--contrib/wpa/src/common/wpa_common.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/wpa/src/common/wpa_common.h b/contrib/wpa/src/common/wpa_common.h
index 20c79d8099b3..30924008c3be 100644
--- a/contrib/wpa/src/common/wpa_common.h
+++ b/contrib/wpa/src/common/wpa_common.h
@@ -187,6 +187,17 @@ struct wpa_ptk {
} u;
} STRUCT_PACKED;
+struct wpa_gtk {
+ u8 gtk[WPA_GTK_MAX_LEN];
+ size_t gtk_len;
+};
+
+#ifdef CONFIG_IEEE80211W
+struct wpa_igtk {
+ u8 igtk[WPA_IGTK_MAX_LEN];
+ size_t igtk_len;
+};
+#endif /* CONFIG_IEEE80211W */
/* WPA IE version 1
* 00-50-f2:1 (OUI:OUI type)