Blame view

drivers/staging/wlan-ng/p80211metadef.h 8.66 KB
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
  /* This file is GENERATED AUTOMATICALLY.  DO NOT EDIT OR MODIFY.
  * --------------------------------------------------------------------
  *
  * Copyright (C) 1999 AbsoluteValue Systems, Inc.  All Rights Reserved.
  * --------------------------------------------------------------------
  *
  * linux-wlan
  *
  *   The contents of this file are subject to the Mozilla Public
  *   License Version 1.1 (the "License"); you may not use this file
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.mozilla.org/MPL/
  *
  *   Software distributed under the License is distributed on an "AS
  *   IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  *   implied. See the License for the specific language governing
  *   rights and limitations under the License.
  *
  *   Alternatively, the contents of this file may be used under the
  *   terms of the GNU Public License version 2 (the "GPL"), in which
  *   case the provisions of the GPL are applicable instead of the
  *   above.  If you wish to allow the use of your version of this file
  *   only under the terms of the GPL and not to allow others to use
  *   your version of this file under the MPL, indicate your decision
  *   by deleting the provisions above and replace them with the notice
  *   and other provisions required by the GPL.  If you do not delete
  *   the provisions above, a recipient may use your version of this
  *   file under either the MPL or the GPL.
  *
  * --------------------------------------------------------------------
  *
  * Inquiries regarding the linux-wlan Open Source project can be
  * made directly to:
  *
  * AbsoluteValue Systems Inc.
  * info@linux-wlan.com
  * http://www.linux-wlan.com
  *
  * --------------------------------------------------------------------
  *
  * Portions of the development of this software were funded by
  * Intersil Corporation as part of PRISM(R) chipset product development.
  *
  * --------------------------------------------------------------------
  */
  
  #ifndef _P80211MKMETADEF_H
  #define _P80211MKMETADEF_H
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
49
50
51
  #define DIDmsg_dot11req_mibget \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(1))
76e3e7c40   Karl Relton   Staging: wlan-ng:...
52
53
54
55
56
57
58
59
  #define DIDmsg_dot11req_mibget_mibattribute \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(1) | \
  			P80211DID_MKITEM(1) | 0x00000000)
  #define DIDmsg_dot11req_mibget_resultcode \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(1) | \
  			P80211DID_MKITEM(2) | 0x00000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
60
61
62
63
64
65
66
67
68
69
70
  #define DIDmsg_dot11req_mibset \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(2))
  #define DIDmsg_dot11req_mibset_mibattribute \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(2) | \
  			P80211DID_MKITEM(1) | 0x00000000)
  #define DIDmsg_dot11req_mibset_resultcode \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(2) | \
  			P80211DID_MKITEM(2) | 0x00000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
71
72
73
  #define DIDmsg_dot11req_scan \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(4))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
74
75
76
  #define DIDmsg_dot11req_scan_results \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(5))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
77
78
79
  #define DIDmsg_dot11req_start \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(13))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
80
81
82
  #define DIDmsg_dot11ind_authenticate \
  			(P80211DID_MKSECTION(2) | \
  			P80211DID_MKGROUP(1))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
83
84
85
  #define DIDmsg_dot11ind_associate \
  			(P80211DID_MKSECTION(2) | \
  			P80211DID_MKGROUP(3))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
86
87
88
  #define DIDmsg_lnxreq_ifstate \
  			(P80211DID_MKSECTION(3) | \
  			P80211DID_MKGROUP(1))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
89
90
91
  #define DIDmsg_lnxreq_wlansniff \
  			(P80211DID_MKSECTION(3) | \
  			P80211DID_MKGROUP(2))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
92
93
94
  #define DIDmsg_lnxreq_hostwep \
  			(P80211DID_MKSECTION(3) | \
  			P80211DID_MKGROUP(3))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
95
96
97
  #define DIDmsg_lnxreq_commsquality \
  			(P80211DID_MKSECTION(3) | \
  			P80211DID_MKGROUP(4))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
98
99
100
  #define DIDmsg_lnxreq_autojoin \
  			(P80211DID_MKSECTION(3) | \
  			P80211DID_MKGROUP(5))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
101
102
103
  #define DIDmsg_p2req_readpda \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(2))
76e3e7c40   Karl Relton   Staging: wlan-ng:...
104
105
106
107
108
109
110
111
  #define DIDmsg_p2req_readpda_pda \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(2) | \
  			P80211DID_MKITEM(1) | 0x00000000)
  #define DIDmsg_p2req_readpda_resultcode \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(2) | \
  			P80211DID_MKITEM(2) | 0x00000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
112
113
114
  #define DIDmsg_p2req_ramdl_state \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(11))
76e3e7c40   Karl Relton   Staging: wlan-ng:...
115
116
117
118
119
120
121
122
123
124
125
126
  #define DIDmsg_p2req_ramdl_state_enable \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(11) | \
  			P80211DID_MKITEM(1) | 0x00000000)
  #define DIDmsg_p2req_ramdl_state_exeaddr \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(11) | \
  			P80211DID_MKITEM(2) | 0x00000000)
  #define DIDmsg_p2req_ramdl_state_resultcode \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(11) | \
  			P80211DID_MKITEM(3) | 0x00000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
127
128
129
  #define DIDmsg_p2req_ramdl_write \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(12))
76e3e7c40   Karl Relton   Staging: wlan-ng:...
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
  #define DIDmsg_p2req_ramdl_write_addr \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(12) | \
  			P80211DID_MKITEM(1) | 0x00000000)
  #define DIDmsg_p2req_ramdl_write_len \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(12) | \
  			P80211DID_MKITEM(2) | 0x00000000)
  #define DIDmsg_p2req_ramdl_write_data \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(12) | \
  			P80211DID_MKITEM(3) | 0x00000000)
  #define DIDmsg_p2req_ramdl_write_resultcode \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(12) | \
  			P80211DID_MKITEM(4) | 0x00000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
146
147
148
  #define DIDmsg_p2req_flashdl_state \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(13))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
149
150
151
  #define DIDmsg_p2req_flashdl_write \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(14))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
152
153
  #define DIDmib_cat_dot11smt \
  			P80211DID_MKSECTION(1)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
154
155
156
  #define DIDmib_dot11smt_dot11WEPDefaultKeysTable \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(4))
0ca6d8e74   Claudiu Beznea   Staging: wlan-ng:...
157
  #define DIDmib_dot11smt_dot11WEPDefaultKeysTable_key(_i) \
943407ce3   Claudiu Beznea   Staging: wlan-ng:...
158
  			(DIDmib_dot11smt_dot11WEPDefaultKeysTable | \
0ca6d8e74   Claudiu Beznea   Staging: wlan-ng:...
159
  			P80211DID_MKITEM(_i) | 0x0c000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
160
161
162
163
164
165
166
167
168
169
170
  #define DIDmib_dot11smt_dot11PrivacyTable \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(6))
  #define DIDmib_dot11smt_dot11PrivacyTable_dot11PrivacyInvoked \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(6) | \
  			P80211DID_MKITEM(1) | 0x18000000)
  #define DIDmib_dot11smt_dot11PrivacyTable_dot11WEPDefaultKeyID \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(6) | \
  			P80211DID_MKITEM(2) | 0x18000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
171
172
173
174
  #define DIDmib_dot11smt_dot11PrivacyTable_dot11ExcludeUnencrypted \
  			(P80211DID_MKSECTION(1) | \
  			P80211DID_MKGROUP(6) | \
  			P80211DID_MKITEM(4) | 0x18000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
175
176
177
178
  #define DIDmib_dot11mac_dot11OperationTable \
  			(P80211DID_MKSECTION(2) | \
  			P80211DID_MKGROUP(1))
  #define DIDmib_dot11mac_dot11OperationTable_dot11MACAddress \
ef1a0ed7f   Andrew Elwell   Staging: wlan-ng ...
179
180
181
  			(P80211DID_MKSECTION(2) | \
  			P80211DID_MKGROUP(1) | \
  			P80211DID_MKITEM(1) | 0x18000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
  #define DIDmib_dot11mac_dot11OperationTable_dot11RTSThreshold \
  			(P80211DID_MKSECTION(2) | \
  			P80211DID_MKGROUP(1) | \
  			P80211DID_MKITEM(2) | 0x18000000)
  #define DIDmib_dot11mac_dot11OperationTable_dot11ShortRetryLimit \
  			(P80211DID_MKSECTION(2) | \
  			P80211DID_MKGROUP(1) | \
  			P80211DID_MKITEM(3) | 0x10000000)
  #define DIDmib_dot11mac_dot11OperationTable_dot11LongRetryLimit \
  			(P80211DID_MKSECTION(2) | \
  			P80211DID_MKGROUP(1) | \
  			P80211DID_MKITEM(4) | 0x10000000)
  #define DIDmib_dot11mac_dot11OperationTable_dot11FragmentationThreshold \
  			(P80211DID_MKSECTION(2) | \
  			P80211DID_MKGROUP(1) | \
  			P80211DID_MKITEM(5) | 0x18000000)
  #define DIDmib_dot11mac_dot11OperationTable_dot11MaxTransmitMSDULifetime \
ef1a0ed7f   Andrew Elwell   Staging: wlan-ng ...
199
200
201
  			(P80211DID_MKSECTION(2) | \
  			P80211DID_MKGROUP(1) | \
  			P80211DID_MKITEM(6) | 0x10000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
202
203
204
205
206
  #define DIDmib_cat_dot11phy \
  			P80211DID_MKSECTION(3)
  #define DIDmib_dot11phy_dot11PhyOperationTable \
  			(P80211DID_MKSECTION(3) | \
  			P80211DID_MKGROUP(1))
1e7201836   Solomon Peachy   Staging: wlan-ng:...
207
  #define DIDmib_dot11phy_dot11PhyTxPowerTable_dot11CurrentTxPowerLevel \
ef1a0ed7f   Andrew Elwell   Staging: wlan-ng ...
208
209
210
  			(P80211DID_MKSECTION(3) | \
  			P80211DID_MKGROUP(3) | \
  			P80211DID_MKITEM(10) | 0x18000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
211
212
213
214
215
216
217
  #define DIDmib_dot11phy_dot11PhyDSSSTable \
  			(P80211DID_MKSECTION(3) | \
  			P80211DID_MKGROUP(5))
  #define DIDmib_dot11phy_dot11PhyDSSSTable_dot11CurrentChannel \
  			(P80211DID_MKSECTION(3) | \
  			P80211DID_MKGROUP(5) | \
  			P80211DID_MKITEM(1) | 0x10000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
218
219
220
221
222
223
224
225
226
227
228
  #define DIDmib_cat_lnx \
  			P80211DID_MKSECTION(4)
  #define DIDmib_lnx_lnxConfigTable \
  			(P80211DID_MKSECTION(4) | \
  			P80211DID_MKGROUP(1))
  #define DIDmib_lnx_lnxConfigTable_lnxRSNAIE \
  			(P80211DID_MKSECTION(4) | \
  			P80211DID_MKGROUP(1) | \
  			P80211DID_MKITEM(1) | 0x18000000)
  #define DIDmib_cat_p2 \
  			P80211DID_MKSECTION(5)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
229
230
231
232
233
234
235
  #define DIDmib_p2_p2Static \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(2))
  #define DIDmib_p2_p2Static_p2CnfPortType \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(2) | \
  			P80211DID_MKITEM(1) | 0x18000000)
76e3e7c40   Karl Relton   Staging: wlan-ng:...
236
237
238
239
  #define DIDmib_p2_p2NIC_p2PRISupRange \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(5) | \
  			P80211DID_MKITEM(6) | 0x10000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
240
241
242
  #define DIDmib_p2_p2MAC \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(6))
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
243
244
245
246
  #define DIDmib_p2_p2MAC_p2CurrentTxRate \
  			(P80211DID_MKSECTION(5) | \
  			P80211DID_MKGROUP(6) | \
  			P80211DID_MKITEM(12) | 0x10000000)
00b3ed168   Greg Kroah-Hartman   Staging: add wlan...
247
  #endif