3 * Wifi Simple Config aka Wifi Protected Setup
5 * Written by Jens Braeuer using WiFi-Alliance Spec 1.0h and
6 * parts of a patch by JP Jiang and Philippe Teuwen. November 2007
9 * https://www.wi-fi.org/knowledge_center_overview.php?type=4
11 * http://wireshark.digimirror.nl/lists/wireshark-dev/200703/msg00121.html
13 * Copyright 2007 Jens Braeuer <jensb@cs.tu-berlin.de>
15 * Wireshark - Network traffic analyzer
16 * By Gerald Combs <gerald@wireshark.org>
17 * Copyright 1998 Gerald Combs
19 * SPDX-License-Identifier: GPL-2.0-or-later
23 #ifndef _packet_wps_h_
24 #define _packet_wps_h_
26 /* Vendor-Type and Vendor-id */
27 #define WFA_VENDOR_ID 0x00372A
28 #define WFA_SIMPLECONFIG_TYPE 0x1
31 dissect_wps_tlvs(proto_tree
*eap_tree
, tvbuff_t
*tvb
, int offset
,
32 int size
, packet_info
* pinfo
);