1<!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<link rel="stylesheet" type="text/css" href="../CSS/rex.css" />
7<title>WDElementID</title>
8</head>
9<body>
10
11<h1>WDElementID</h1>
12
13<h2>C Specification</h2>
14<dl>
15  <dd><pre><code>#include &lt;revolution/wd/WDConst.h&gt;</code></pre>
16  <dd><pre><code>typedef  enum WDElementID  WDElementID;</code></pre>
17  <dd><pre><code>enum WDElementID
18{
19    WD_ELEM_SSID                        = 0,
20    WD_ELEM_SUPPORTED_RATES             = 1,
21    WD_ELEM_FH_PARAM_SET                = 2,
22    WD_ELEM_DS_PARAM_SET                = 3,
23    WD_ELEM_CF_PARAM_SET                = 4,
24    WD_ELEM_TIM                         = 5,
25    WD_ELEM_IBSS_PARAM_SET              = 6,
26    WD_ELEM_COUNTRY                     = 7,
27    WD_ELEM_HOPPING_PATTERN_PARAMS      = 8,
28    WD_ELEM_HOPPING_PATTERN_TABLE       = 9,
29    WD_ELEM_REQUEST                     = 10,
30    WD_ELEM_CHALLENGE_TEXT              = 16,
31    WD_ELEM_POWER_CONSTRAINT            = 32,
32    WD_ELEM_POWER_CAPABILITY            = 33,
33    WD_ELEM_TPC_REQUEST                 = 34,
34    WD_ELEM_TPC_REPORT                  = 35,
35    WD_ELEM_SUPPORTED_CHANNELS          = 36,
36    WD_ELEM_CHANNEL_SWITCH_ANNOUNCEMENT = 37,
37    WD_ELEM_MEASUREMENT_REQUEST         = 38,
38    WD_ELEM_MEASUREMENT_REPORT          = 39,
39    WD_ELEM_QUIET                       = 40,
40    WD_ELEM_IBSS_DFS                    = 41,
41    WD_ELEM_ERP_INFO                    = 42,
42    WD_ELEM_ROBUST_SECURITY_NETWORK     = 48,
43    WD_ELEM_EXTENDED_SUPPORTED_RATES    = 50
44};</code></pre>
45</dl>
46
47<h2>Description</h2>
48<p>
49	Enumerated type for the ID definitions of elements contained in the BSS information.<br>Description of each ID and the format of the elements' content are omitted here.
50</p>
51
52<h2>See Also</h2>
53<p>
54	<CODE><a href="WDFindInformationElement.html">WDFindInformationElement</a><br></CODE>
55</p>
56
57<h2>Revision History</h2>
58<p>
59	2006/11/09 Initial version.<br>2006/12/12 Added description.<br>
60</p>
61<hr><p>CONFIDENTIAL</p></body>
62</html>
63