From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8711 Wi...
[metze/wireshark/wip.git] / epan / dissectors / packet-ieee80211.h
index fa5f8440dd034ef30f223e1a41d4430fd661c00b..b9f0d3be8c76c474148941f13a71e25db5341bb9 100644 (file)
@@ -43,6 +43,9 @@ void capture_wlancap(const guchar *, int, int, packet_counts *);
 void ieee_80211_add_tagged_parameters (tvbuff_t * tvb, int offset,
        packet_info * pinfo, proto_tree * tree, int tagged_parameters_len, int ftype);
 
+void dissect_wifi_display_ie(packet_info *pinfo, proto_tree *tree,
+                            tvbuff_t *tvb, int offset, gint size);
+
 #define MAX_SSID_LEN    32
 #define MAX_PROTECT_LEN 10
 
@@ -64,3 +67,9 @@ typedef struct _wlan_hdr {
 #define WLANCAP_MAGIC_COOKIE_BASE 0x80211000
 #define WLANCAP_MAGIC_COOKIE_V1 0x80211001
 #define WLANCAP_MAGIC_COOKIE_V2 0x80211002
+
+/* UAT entry structure. */
+typedef struct {
+    guint8    key;
+    gchar    *string;
+} uat_wep_key_record_t;