]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/wilc1000/wilc_wlan_if.h
269c56ea147bca335f5858f1f3dd95357342f76b
[karo-tx-linux.git] / drivers / staging / wilc1000 / wilc_wlan_if.h
1 /* ///////////////////////////////////////////////////////////////////////// */
2 /*  */
3 /* Copyright (c) Atmel Corporation.  All rights reserved. */
4 /*  */
5 /* Module Name:  wilc_wlan_if.h */
6 /*  */
7 /*  */
8 /* ///////////////////////////////////////////////////////////////////////// */
9
10 #ifndef WILC_WLAN_IF_H
11 #define WILC_WLAN_IF_H
12
13 #include <linux/semaphore.h>
14 #include "linux_wlan_common.h"
15 #include <linux/netdevice.h>
16
17 /********************************************
18  *
19  *      Debug Flags
20  *
21  ********************************************/
22
23 #define N_INIT                  0x00000001
24 #define N_ERR                   0x00000002
25 #define N_TXQ                   0x00000004
26 #define N_INTR                  0x00000008
27 #define N_RXQ                   0x00000010
28
29 /********************************************
30  *
31  *      Host Interface Defines
32  *
33  ********************************************/
34
35 #define HIF_SDIO                (0)
36 #define HIF_SPI                 BIT(0)
37 #define HIF_SDIO_GPIO_IRQ       BIT(2)
38
39 /********************************************
40  *
41  *      Tx/Rx Buffer Size Defines
42  *
43  ********************************************/
44
45 #define CE_TX_BUFFER_SIZE       (64 * 1024)
46 #define CE_RX_BUFFER_SIZE       (384 * 1024)
47
48 /********************************************
49  *
50  *      Wlan Interface Defines
51  *
52  ********************************************/
53
54 typedef struct {
55         u32 read_write:         1;
56         u32 function:           3;
57         u32 raw:                1;
58         u32 address:            17;
59         u32 data:               8;
60 } sdio_cmd52_t;
61
62 typedef struct {
63         /* struct { */
64         u32 read_write:         1;
65         u32 function:           3;
66         u32 block_mode:         1;
67         u32 increment:          1;
68         u32 address:            17;
69         u32 count:              9;
70         /* } bit; */
71         u8 *buffer;
72         u32 block_size;
73 } sdio_cmd53_t;
74
75 #define WILC_MAC_INDICATE_STATUS        0x1
76 #define WILC_MAC_STATUS_INIT            -1
77 #define WILC_MAC_STATUS_READY           0
78 #define WILC_MAC_STATUS_CONNECT         1
79
80 #define WILC_MAC_INDICATE_SCAN          0x2
81
82 struct tx_complete_data {
83         int size;
84         void *buff;
85         u8 *bssid;
86         struct sk_buff *skb;
87 };
88
89 typedef void (*wilc_tx_complete_func_t)(void *, int);
90
91 #define WILC_TX_ERR_NO_BUF      (-2)
92
93 /********************************************
94  *
95  *      Wlan Configuration ID
96  *
97  ********************************************/
98
99 #define MAX_SSID_LEN            33
100 #define MAX_RATES_SUPPORTED     12
101
102 #define INFINITE_SLEEP_TIME     ((u32)0xFFFFFFFF)
103
104 typedef enum {
105         SUPP_RATES_IE           = 1,
106         EXT_SUPP_RATES_IE       = 50,
107         HT_CAPABILITY_IE        = 45,
108         RSN_IE                  = 48,
109         WPA_IE                  = 221,
110         WMM_IE                  = 221,
111         P2P_IE                  = 221,
112 } BEACON_IE;
113
114 typedef enum {
115         INFRASTRUCTURE          = 0,
116         INDEPENDENT,
117         AP,
118 } BSSTYPE_T;
119
120 typedef enum {
121         RATE_AUTO               = 0,
122         RATE_1MB                = 1,
123         RATE_2MB                = 2,
124         RATE_5MB                = 5,
125         RATE_6MB                = 6,
126         RATE_9MB                = 9,
127         RATE_11MB               = 11,
128         RATE_12MB               = 12,
129         RATE_18MB               = 18,
130         RATE_24MB               = 24,
131         RATE_26MB               = 36,
132         RATE_48MB               = 48,
133         RATE_54MB               = 54
134 } TX_RATE_T;
135
136 typedef enum {
137         B_ONLY_MODE             = 0,    /* 1, 2 M, otherwise 5, 11 M */
138         G_ONLY_MODE,                    /* 6,12,24 otherwise 9,18,36,48,54 */
139         G_MIXED_11B_1_MODE,             /* 1,2,5.5,11 otherwise all on */
140         G_MIXED_11B_2_MODE,             /* 1,2,5,11,6,12,24 otherwise all on */
141 } G_OPERATING_MODE_T;
142
143 typedef enum {
144         G_SHORT_PREAMBLE        = 0,    /* Short Preamble */
145         G_LONG_PREAMBLE         = 1,    /* Long Preamble */
146         G_AUTO_PREAMBLE         = 2,    /* Auto Preamble Selection */
147 } G_PREAMBLE_T;
148
149 #define MAC_CONNECTED           1
150 #define MAC_DISCONNECTED        0
151
152 #define SCAN_DONE               TRUE
153 typedef enum {
154         PASSIVE_SCAN            = 0,
155         ACTIVE_SCAN             = 1,
156 } SCANTYPE_T;
157
158 typedef enum {
159         NO_POWERSAVE            = 0,
160         MIN_FAST_PS             = 1,
161         MAX_FAST_PS             = 2,
162         MIN_PSPOLL_PS           = 3,
163         MAX_PSPOLL_PS           = 4
164 } USER_PS_MODE_T;
165
166 typedef enum {
167         CHIP_WAKEDUP            = 0,
168         CHIP_SLEEPING_AUTO      = 1,
169         CHIP_SLEEPING_MANUAL    = 2
170 } CHIP_PS_STATE_T;
171
172 typedef enum {
173         ACQUIRE_ONLY            = 0,
174         ACQUIRE_AND_WAKEUP      = 1,
175 } BUS_ACQUIRE_T;
176
177 typedef enum {
178         RELEASE_ONLY            = 0,
179         RELEASE_ALLOW_SLEEP     = 1,
180 } BUS_RELEASE_T;
181
182 typedef enum {
183         NO_SECURITY             = 0,
184         WEP_40                  = 0x3,
185         WEP_104                 = 0x7,
186         WPA_AES                 = 0x29,
187         WPA_TKIP                = 0x49,
188         WPA_AES_TKIP            = 0x69, /* Aes or Tkip */
189         WPA2_AES                = 0x31,
190         WPA2_TKIP               = 0x51,
191         WPA2_AES_TKIP           = 0x71, /* Aes or Tkip */
192 } SECURITY_T;
193
194 enum AUTHTYPE {
195         OPEN_SYSTEM             = 1,
196         SHARED_KEY              = 2,
197         ANY                     = 3,
198         IEEE8021                = 5
199 };
200
201 enum SITESURVEY {
202         SITE_SURVEY_1CH         = 0,
203         SITE_SURVEY_ALL_CH      = 1,
204         SITE_SURVEY_OFF         = 2
205 };
206
207 typedef enum {
208         NORMAL_ACK              = 0,
209         NO_ACK,
210 } ACK_POLICY_T;
211
212 typedef enum {
213         DONT_RESET              = 0,
214         DO_RESET                = 1,
215         NO_REQUEST              = 2,
216 } RESET_REQ_T;
217
218 typedef enum {
219         REKEY_DISABLE           = 1,
220         REKEY_TIME_BASE,
221         REKEY_PKT_BASE,
222         REKEY_TIME_PKT_BASE
223 } RSNA_REKEY_POLICY_T;
224
225 typedef enum {
226         FILTER_NO               = 0x00,
227         FILTER_AP_ONLY          = 0x01,
228         FILTER_STA_ONLY         = 0x02
229 } SCAN_CLASS_FITLER_T;
230
231 typedef enum {
232         PRI_HIGH_RSSI           = 0x00,
233         PRI_LOW_RSSI            = 0x04,
234         PRI_DETECT              = 0x08
235 } SCAN_PRI_T;
236
237 typedef enum {
238         CH_FILTER_OFF           = 0x00,
239         CH_FILTER_ON            = 0x10
240 } CH_FILTER_T;
241
242 typedef enum {
243         AUTO_PROT               = 0,    /* Auto */
244         NO_PROT,                        /* Do not use any protection */
245         ERP_PROT,                       /* Protect all ERP frame exchanges */
246         HT_PROT,                        /* Protect all HT frame exchanges  */
247         GF_PROT,                        /* Protect all GF frame exchanges  */
248 } N_PROTECTION_MODE_T;
249
250 typedef enum {
251         G_SELF_CTS_PROT,
252         G_RTS_CTS_PROT,
253 } G_PROTECTION_MODE_T;
254
255 typedef enum {
256         HT_MIXED_MODE           = 1,
257         HT_ONLY_20MHZ_MODE,
258         HT_ONLY_20_40MHZ_MODE,
259 } N_OPERATING_MODE_T;
260
261 typedef enum {
262         NO_DETECT               = 0,
263         DETECT_ONLY             = 1,
264         DETECT_PROTECT          = 2,
265         DETECT_PROTECT_REPORT   = 3,
266 } N_OBSS_DETECTION_T;
267
268 typedef enum {
269         RTS_CTS_NONHT_PROT      = 0,    /* RTS-CTS at non-HT rate */
270         FIRST_FRAME_NONHT_PROT,         /* First frame at non-HT rate */
271         LSIG_TXOP_PROT,                 /* LSIG TXOP Protection */
272         FIRST_FRAME_MIXED_PROT,         /* First frame at Mixed format */
273 } N_PROTECTION_TYPE_T;
274
275 typedef enum {
276         STATIC_MODE             = 1,
277         DYNAMIC_MODE            = 2,
278         MIMO_MODE               = 3,    /* power save disable */
279 } N_SMPS_MODE_T;
280
281 typedef enum {
282         DISABLE_SELF_CTS,
283         ENABLE_SELF_CTS,
284         DISABLE_TX_ABORT,
285         ENABLE_TX_ABORT,
286         HW_TRIGGER_ABORT,
287         SW_TRIGGER_ABORT,
288 } TX_ABORT_OPTION_T;
289
290 enum wid_type {
291         WID_CHAR                = 0,
292         WID_SHORT               = 1,
293         WID_INT                 = 2,
294         WID_STR                 = 3,
295         WID_BIN_DATA            = 4,
296         WID_BIN                 = 5,
297         WID_IP                  = 6,
298         WID_ADR                 = 7,
299         WID_UNDEF               = 8,
300         WID_TYPE_FORCE_32BIT    = 0xFFFFFFFF
301 };
302
303 struct wid {
304         u16 id;
305         enum wid_type type;
306         s32 size;
307         s8 *val;
308 };
309
310 typedef enum {
311         WID_NIL                         = 0xffff,
312
313         /*
314          *  BSS Type
315          *  -----------------------------------------------------------
316          *  Configuration : Infrastructure   Independent   Access Point
317          *  Values to set :         0               1            2
318          *  -----------------------------------------------------------
319          */
320         WID_BSS_TYPE                    = 0x0000,
321
322         /*
323          *  Transmit Rate
324          *  -----------------------------------------------------------
325          *  Configuration : 1  2  5.5  11  6  9  12  18  24  36  48  54
326          *  Values to set : 1  2    5  11  6  9  12  18  24  36  48  54
327          *  -----------------------------------------------------------
328          */
329         WID_CURRENT_TX_RATE             = 0x0001,
330
331         /*
332          *  Channel
333          *  -----------------------------------------------------------
334          *  Configuration(g) : 1  2  3  4  5  6  7  8  9 10 11 12 13 14
335          *  Values to set    : 1  2  3  4  5  6  7  8  9 10 11 12 13 14
336          *  -----------------------------------------------------------
337          */
338         WID_CURRENT_CHANNEL             = 0x0002,
339
340         /*
341          *  Preamble
342          *  -----------------------------------------------------------
343          *  Configuration :    short    long      Auto
344          *  Values to set :       0       1         2
345          *  -----------------------------------------------------------
346          */
347         WID_PREAMBLE                    = 0x0003,
348
349         /*
350          * 11g operating mode (ignored if 11g not present)
351          *  -----------------------------------------------------------
352          *  Configuration :   HighPerf  Compat(RSet #1) Compat(RSet #2)
353          *  Values to set :          1               2               3
354          *  -----------------------------------------------------------
355          */
356         WID_11G_OPERATING_MODE          = 0x0004,
357
358         /*
359          *  Mac status (response only)
360          *  -----------------------------------------------------------
361          *  Configuration :   disconnect  connect
362          *  Values to get :          0       1
363          *  -----------------------------------------------------------
364          */
365         WID_STATUS                      = 0x0005,
366
367         /*
368          *  Scan type
369          *  -----------------------------------------------------------
370          *  Configuration :   Passive Scanning   Active Scanning
371          *  Values to set :                  0                 1
372          *  -----------------------------------------------------------
373          */
374         WID_SCAN_TYPE                   = 0x0007,
375
376         /*
377          *  Key Id (WEP default key Id)
378          *  -----------------------------------------------------------
379          *  Configuration :   Any value between 0 to 3
380          *  Values to set :   Same value. Default is 0
381          *  -----------------------------------------------------------
382          */
383         WID_KEY_ID                      = 0x0009,
384
385         /*
386          *  QoS Enable
387          *  -----------------------------------------------------------
388          *  Configuration :   QoS Disable   WMM Enable
389          *  Values to set :   0             1
390          *  -----------------------------------------------------------
391          */
392         WID_QOS_ENABLE                  = 0x000A,
393
394         /*
395          *  Power Management
396          *  -----------------------------------------------------------
397          *  Configuration : NO_POWERSAVE MIN_POWERSAVE MAX_POWERSAVE
398          *  Values to set : 0            1             2
399          *  -----------------------------------------------------------
400          */
401         WID_POWER_MANAGEMENT            = 0x000B,
402
403         /*
404          *  WEP/802 11I Configuration
405          *  -----------------------------------------------------------
406          *  Configuration:Disable WP40 WP104 WPA-AES WPA-TKIP RSN-AES RSN-TKIP
407          *  Values (0x)  :   00     03   07     29       49       31      51
408          *  Configuration:WPA-AES+TKIP RSN-AES+TKIP
409          *  Values (0x)  :      69        71
410          *  -----------------------------------------------------------
411          */
412         WID_11I_MODE                    = 0x000C,
413
414         /*
415          *  WEP Configuration: Used in BSS STA mode only when WEP is enabled
416          *  -----------------------------------------------------------
417          *  Configuration : Open System Shared Key Any Type | 802.1x Auth
418          *  Values (0x)   :    01             02         03 |    BIT2
419          *  -----------------------------------------------------------
420          */
421         WID_AUTH_TYPE                   = 0x000D,
422
423         /*
424          *  Site Survey Type
425          *  -----------------------------------------------------------
426          *  Configuration       :  Values to set
427          *  Survey 1 Channel    :  0
428          *  survey all Channels :  1
429          *  Disable Site Survey :  2
430          *  -----------------------------------------------------------
431          */
432         WID_SITE_SURVEY                 = 0x000E,
433
434         /*
435          *  Listen Interval
436          *  -----------------------------------------------------------
437          *  Configuration :   Any value between 1 to 255
438          *  Values to set :   Same value. Default is 3
439          *  -----------------------------------------------------------
440          */
441         WID_LISTEN_INTERVAL             = 0x000F,
442
443         /*
444          *  DTIM Period
445          *  -----------------------------------------------------------
446          *  Configuration :   Any value between 1 to 255
447          *  Values to set :   Same value. Default is 3
448          *  -----------------------------------------------------------
449          */
450         WID_DTIM_PERIOD                 = 0x0010,
451
452         /*
453          *  ACK Policy
454          *  -----------------------------------------------------------
455          *  Configuration :   Normal Ack            No Ack
456          *  Values to set :       0                   1
457          *  -----------------------------------------------------------
458          */
459         WID_ACK_POLICY                  = 0x0011,
460
461         /*
462          *  Reset MAC (Set only)
463          *  -----------------------------------------------------------
464          *  Configuration :   Don't Reset       Reset   No Request
465          *  Values to set :       0               1         2
466          *  -----------------------------------------------------------
467          */
468         WID_RESET                       = 0x0012,
469
470         /*
471          *  Broadcast SSID Option: Setting this will adhere to "" SSID element
472          *  -----------------------------------------------------------
473          *  Configuration :   Enable             Disable
474          *  Values to set :   1                  0
475          *  -----------------------------------------------------------
476          */
477         WID_BCAST_SSID                  = 0x0015,
478
479         /*
480          *  Disconnect (Station)
481          *  -----------------------------------------------------------
482          *  Configuration :   Association ID
483          *  Values to set :   Association ID
484          *  -----------------------------------------------------------
485          */
486         WID_DISCONNECT                  = 0x0016,
487
488         /*
489          *  11a Tx Power Level
490          *  -----------------------------------------------------------
491          *  Configuration : Sets TX Power (Higher the value greater the power)
492          *  Values to set : Any value between 0 and 63 (inclusive Default 48)
493          *  -----------------------------------------------------------
494          */
495         WID_TX_POWER_LEVEL_11A          = 0x0018,
496
497         /*
498          *  Group Key Update Policy Selection
499          *  -----------------------------------------------------------
500          *  Configuration : Disabled timeBased packetBased timePacketBased
501          *  Values to set :   1            2          3              4
502          *  -----------------------------------------------------------
503          */
504         WID_REKEY_POLICY                = 0x0019,
505
506         /*
507          *  Allow Short Slot
508          *  -----------------------------------------------------------
509          *  Configuration : Disallow Short Slot      Allow Short Slot
510          *          (Enable Only Long Slot) (Enable Short Slot if applicable)
511          *  Values to set :    0         1
512          *  -----------------------------------------------------------
513          */
514         WID_SHORT_SLOT_ALLOWED          = 0x001A,
515
516         WID_PHY_ACTIVE_REG              = 0x001B,
517
518         /*
519          *  11b Tx Power Level
520          *  -----------------------------------------------------------
521          *  Configuration : Sets TX Power (Higher the value greater the power)
522          *  Values to set : Any value between 0 and 63 (inclusive Default 48)
523          *  -----------------------------------------------------------
524          */
525         WID_TX_POWER_LEVEL_11B          = 0x001D,
526
527         /*
528          *  Scan Request
529          *  -----------------------------------------------------------
530          *  Configuration : Request default scan
531          *  Values to set : 0
532          *  -----------------------------------------------------------
533          */
534         WID_START_SCAN_REQ              = 0x001E,
535
536         /*
537          *  Rssi (get only)
538          *  -----------------------------------------------------------
539          *  Configuration :
540          *  Values to get : Rssi value
541          *  -----------------------------------------------------------
542          */
543         WID_RSSI                        = 0x001F,
544
545         /*
546          * Join Request
547          *  -----------------------------------------------------------
548          *  Configuration : Request to join
549          *  Values to set : index of scan result
550          *  -----------------------------------------------------------
551          */
552         WID_JOIN_REQ                    = 0x0020,
553
554         WID_LINKSPEED                   = 0x0026,
555
556         /*
557          *  Enable User Control of TX Power
558          *  -----------------------------------------------------------
559          *  Configuration : Disable                  Enable
560          *  Values to set :    0                       1
561          *  -----------------------------------------------------------
562          */
563         WID_USER_CONTROL_ON_TX_POWER    = 0x0027,
564
565         WID_MEMORY_ACCESS_8BIT          = 0x0029,
566
567         /*
568          *  Enable Auto RX Sensitivity feature
569          *  -----------------------------------------------------------
570          *  Configuration : Disable                  Enable
571          *  Values to set :    0                       1
572          *  -----------------------------------------------------------
573          */
574         WID_AUTO_RX_SENSITIVITY         = 0x0032,
575
576         /*
577          *  Receive Buffer Based Ack
578          *  -----------------------------------------------------------
579          *  Configuration : Disable                  Enable
580          *  Values to set :    0                       1
581          *  -----------------------------------------------------------
582          */
583         WID_DATAFLOW_CONTROL            = 0x0033,
584
585         /*
586          *  Scan Filter
587          *  -----------------------------------------------------------
588          *  Configuration : Class       No filter   AP only   Station Only
589          *  Values to set :                0           1           2
590          *  Configuration : Priority    High Rssi   Low Rssi     Detect
591          *  Values to set :                0          0x4         0x0
592          *  Configuration : Channel     filter off  filter on
593          *  Values to set :                0          0x10
594          *  -----------------------------------------------------------
595          */
596         WID_SCAN_FILTER                 = 0x0036,
597
598         /*
599          *  Link Loss Threshold (measure in the beacon period)
600          *  -----------------------------------------------------------
601          *  Configuration : Any value between 10 and 254(Set to 255 disable)
602          *  Values to set : Same value. Default is 10
603          *  -----------------------------------------------------------
604          */
605         WID_LINK_LOSS_THRESHOLD         = 0x0037,
606
607         WID_ABORT_RUNNING_SCAN          = 0x003E,
608
609         /* NMAC Character WID list */
610         WID_WPS_START                   = 0x0043,
611
612         /*
613          *  Protection mode for MAC
614          *  -----------------------------------------------------------
615          *  Configuration :  Auto  No protection  ERP    HT    GF
616          *  Values to set :  0     1              2      3     4
617          *  -----------------------------------------------------------
618          */
619         WID_11N_PROT_MECH               = 0x0080,
620
621         /*
622          *  ERP Protection type for MAC
623          *  -----------------------------------------------------------
624          *  Configuration :  Self-CTS   RTS-CTS
625          *  Values to set :  0          1
626          *  -----------------------------------------------------------
627          */
628         WID_11N_ERP_PROT_TYPE           = 0x0081,
629
630         /*
631          *  HT Option Enable
632          *  -----------------------------------------------------------
633          *  Configuration :   HT Enable          HT Disable
634          *  Values to set :   1                  0
635          *  -----------------------------------------------------------
636          */
637         WID_11N_ENABLE                  = 0x0082,
638
639         /*
640          *  11n Operating mode (Note that 11g operating mode will also be
641          *  used in addition to this, if this is set to HT Mixed mode)
642          *  -----------------------------------------------------------
643          *   Configuration :  HT Mixed  HT Only-20MHz   HT Only-20/40MHz
644          *  Values to set :     1         2               3
645          *  -----------------------------------------------------------
646          */
647         WID_11N_OPERATING_MODE          = 0x0083,
648
649         /*
650          *  11n OBSS non-HT STA Detection flag
651          *  -----------------------------------------------------------
652          *  Configuration :  Do not detect
653          *  Values to set :  0
654          *  Configuration :  Detect, do not protect or report
655          *  Values to set :  1
656          *  Configuration :  Detect, protect and do not report
657          *  Values to set :  2
658          *  Configuration :  Detect, protect and report to other BSS
659          *  Values to set :  3
660          *  -----------------------------------------------------------
661          */
662         WID_11N_OBSS_NONHT_DETECTION    = 0x0084,
663
664         /*
665          *  11n HT Protection Type
666          *  -----------------------------------------------------------
667          *  Configuration :  RTS-CTS   First Frame Exchange at non-HT-rate
668          *  Values to set :  0         1
669          *  Configuration :  LSIG TXOP First Frame Exchange in Mixed Fmt
670          *  Values to set :  2         3
671          *  -----------------------------------------------------------
672          */
673         WID_11N_HT_PROT_TYPE            = 0x0085,
674
675         /*
676          *  11n RIFS Protection Enable Flag
677          *  -----------------------------------------------------------
678          *  Configuration :  Disable    Enable
679          *  Values to set :  0          1
680          *  -----------------------------------------------------------
681          */
682         WID_11N_RIFS_PROT_ENABLE        = 0x0086,
683
684         /*
685          *  SMPS Mode
686          *  -----------------------------------------------------------
687          *  Configuration :  Static   Dynamic   MIMO (Power Save Disabled)
688          *  Values to set :  1        2         3
689          *  -----------------------------------------------------------
690          */
691         WID_11N_SMPS_MODE               = 0x0087,
692
693         /*
694          *  Current transmit MCS
695          *  -----------------------------------------------------------
696          *  Configuration :  MCS Index for data rate
697          *  Values to set :  0 to 7
698          *  -----------------------------------------------------------
699          */
700         WID_11N_CURRENT_TX_MCS          = 0x0088,
701
702         WID_11N_PRINT_STATS             = 0x0089,
703
704         /*
705          *  11n Short GI Enable Flag
706          *  -----------------------------------------------------------
707          *  Configuration :  Disable    Enable
708          *  Values to set :  0          1
709          *  -----------------------------------------------------------
710          */
711         WID_11N_SHORT_GI_ENABLE         = 0x008D,
712
713         /*
714          *  11n RIFS Enable Flag
715          *  -----------------------------------------------------------
716          *  Configuration :  Disable    Enable
717          *  Values to set :  0          1
718          *  -----------------------------------------------------------
719          */
720         WID_RIFS_MODE                   = 0x0094,
721
722         /*
723          *  TX Abort Feature
724          *  -----------------------------------------------------------
725          *  Configuration :  Disable Self CTS    Enable Self CTS
726          *  Values to set :             0                      1
727          *  Configuration :  Disable TX Abort    Enable TX Abort
728          *  Values to set :             2                      3
729          *  Configuration :  Enable HW TX Abort Enable SW TX Abort
730          *  Values to set :             4                      5
731          *  -----------------------------------------------------------
732          */
733         WID_TX_ABORT_CONFIG             = 0x00A1,
734
735         WID_REG_TSSI_11B_VALUE          = 0x00A6,
736         WID_REG_TSSI_11G_VALUE          = 0x00A7,
737         WID_REG_TSSI_11N_VALUE          = 0x00A8,
738         WID_TX_CALIBRATION              = 0x00A9,
739         WID_DSCR_TSSI_11B_VALUE         = 0x00AA,
740         WID_DSCR_TSSI_11G_VALUE         = 0x00AB,
741         WID_DSCR_TSSI_11N_VALUE         = 0x00AC,
742
743         /*
744          *  Immediate Block-Ack Support
745          *  -----------------------------------------------------------
746          *  Configuration : Disable                  Enable
747          *  Values to set :    0                       1
748          *  -----------------------------------------------------------
749          */
750         WID_11N_IMMEDIATE_BA_ENABLED    = 0x00AF,
751
752         /*
753          *  TXOP Disable Flag
754          *  -----------------------------------------------------------
755          *  Configuration : Disable                  Enable
756          *  Values to set :    1                        0
757          *  -----------------------------------------------------------
758          */
759         WID_11N_TXOP_PROT_DISABLE       = 0x00B0,
760
761         WID_TX_POWER_LEVEL_11N          = 0x00B1,
762
763         /* Custom Character WID list */
764         WID_PC_TEST_MODE                = 0x00C8,
765         /* SCAN Complete notification WID*/
766         WID_SCAN_COMPLETE               = 0x00C9,
767
768         WID_DEL_BEACON                  = 0x00CA,
769
770         WID_LOGTerminal_Switch          = 0x00CD,
771         WID_TX_POWER                    = 0x00CE,
772         /*  EMAC Short WID list */
773         /*  RTS Threshold */
774         /*
775          *  -----------------------------------------------------------
776          *  Configuration :   Any value between 256 to 2347
777          *  Values to set :   Same value. Default is 2347
778          *  -----------------------------------------------------------
779          */
780         WID_RTS_THRESHOLD               = 0x1000,
781
782         /*
783          *  Fragmentation Threshold
784          *  -----------------------------------------------------------
785          *  Configuration :   Any value between 256 to 2346
786          *  Values to set :   Same value. Default is 2346
787          *  -----------------------------------------------------------
788          */
789         WID_FRAG_THRESHOLD              = 0x1001,
790
791         WID_SHORT_RETRY_LIMIT           = 0x1002,
792         WID_LONG_RETRY_LIMIT            = 0x1003,
793         WID_BEACON_INTERVAL             = 0x1006,
794         WID_MEMORY_ACCESS_16BIT         = 0x1008,
795         WID_RX_SENSE                    = 0x100B,
796         WID_ACTIVE_SCAN_TIME            = 0x100C,
797         WID_PASSIVE_SCAN_TIME           = 0x100D,
798
799         WID_SITE_SURVEY_SCAN_TIME       = 0x100E,
800         WID_JOIN_START_TIMEOUT          = 0x100F,
801         WID_AUTH_TIMEOUT                = 0x1010,
802         WID_ASOC_TIMEOUT                = 0x1011,
803         WID_11I_PROTOCOL_TIMEOUT        = 0x1012,
804         WID_EAPOL_RESPONSE_TIMEOUT      = 0x1013,
805
806         /* NMAC Short WID list */
807         WID_11N_SIG_QUAL_VAL            = 0x1085,
808         WID_CCA_THRESHOLD               = 0x1087,
809
810         /* Custom Short WID list */
811
812         /* EMAC Integer WID list */
813         WID_FAILED_COUNT                = 0x2000,
814         WID_RETRY_COUNT                 = 0x2001,
815         WID_MULTIPLE_RETRY_COUNT        = 0x2002,
816         WID_FRAME_DUPLICATE_COUNT       = 0x2003,
817         WID_ACK_FAILURE_COUNT           = 0x2004,
818         WID_RECEIVED_FRAGMENT_COUNT     = 0x2005,
819         WID_MCAST_RECEIVED_FRAME_COUNT  = 0x2006,
820         WID_FCS_ERROR_COUNT             = 0x2007,
821         WID_SUCCESS_FRAME_COUNT         = 0x2008,
822         WID_HUT_TX_COUNT                = 0x200A,
823         WID_TX_FRAGMENT_COUNT           = 0x200B,
824         WID_TX_MULTICAST_FRAME_COUNT    = 0x200C,
825         WID_RTS_SUCCESS_COUNT           = 0x200D,
826         WID_RTS_FAILURE_COUNT           = 0x200E,
827         WID_WEP_UNDECRYPTABLE_COUNT     = 0x200F,
828         WID_REKEY_PERIOD                = 0x2010,
829         WID_REKEY_PACKET_COUNT          = 0x2011,
830         WID_1X_SERV_ADDR                = 0x2012,
831         WID_STACK_IP_ADDR               = 0x2013,
832         WID_STACK_NETMASK_ADDR          = 0x2014,
833         WID_HW_RX_COUNT                 = 0x2015,
834         WID_MEMORY_ADDRESS              = 0x201E,
835         WID_MEMORY_ACCESS_32BIT         = 0x201F,
836         WID_RF_REG_VAL                  = 0x2021,
837
838         /* NMAC Integer WID list */
839         WID_11N_PHY_ACTIVE_REG_VAL      = 0x2080,
840
841         /* Custom Integer WID list */
842         WID_GET_INACTIVE_TIME           = 0x2084,
843         WID_SET_OPERATION_MODE          = 0X2086,
844         /* EMAC String WID list */
845         WID_SSID                        = 0x3000,
846         WID_FIRMWARE_VERSION            = 0x3001,
847         WID_OPERATIONAL_RATE_SET        = 0x3002,
848         WID_BSSID                       = 0x3003,
849         WID_WEP_KEY_VALUE               = 0x3004,
850         WID_11I_PSK                     = 0x3008,
851         WID_11E_P_ACTION_REQ            = 0x3009,
852         WID_1X_KEY                      = 0x300A,
853         WID_HARDWARE_VERSION            = 0x300B,
854         WID_MAC_ADDR                    = 0x300C,
855         WID_HUT_DEST_ADDR               = 0x300D,
856         WID_PHY_VERSION                 = 0x300F,
857         WID_SUPP_USERNAME               = 0x3010,
858         WID_SUPP_PASSWORD               = 0x3011,
859         WID_SITE_SURVEY_RESULTS         = 0x3012,
860         WID_RX_POWER_LEVEL              = 0x3013,
861         WID_DEL_ALL_RX_BA               = 0x3014,
862         WID_SET_STA_MAC_INACTIVE_TIME   = 0x3017,
863         WID_ADD_WEP_KEY                 = 0x3019,
864         WID_REMOVE_WEP_KEY              = 0x301A,
865         WID_ADD_PTK                     = 0x301B,
866         WID_ADD_RX_GTK                  = 0x301C,
867         WID_ADD_TX_GTK                  = 0x301D,
868         WID_REMOVE_KEY                  = 0x301E,
869         WID_ASSOC_REQ_INFO              = 0x301F,
870         WID_ASSOC_RES_INFO              = 0x3020,
871         WID_MANUFACTURER                = 0x3026, /*Added for CAPI tool */
872         WID_MODEL_NAME                  = 0x3027, /*Added for CAPI tool */
873         WID_MODEL_NUM                   = 0x3028, /*Added for CAPI tool */
874         WID_DEVICE_NAME                 = 0x3029, /*Added for CAPI tool */
875         WID_SET_DRV_HANDLER             = 0x3030,
876
877         /* NMAC String WID list */
878         WID_11N_P_ACTION_REQ            = 0x3080,
879         WID_HUT_TEST_ID                 = 0x3081,
880         WID_PMKID_INFO                  = 0x3082,
881         WID_FIRMWARE_INFO               = 0x3083,
882         WID_REGISTER_FRAME              = 0x3084,
883         WID_DEL_ALL_STA                 = 0x3085,
884         WID_REMAIN_ON_CHAN              = 0x3996,
885         WID_SSID_PROBE_REQ              = 0x3997,
886         WID_JOIN_REQ_EXTENDED           = 0x3998,
887
888         WID_IP_ADDRESS                  = 0x3999,
889
890         /* Custom String WID list */
891
892         /* EMAC Binary WID list */
893         WID_UAPSD_CONFIG                = 0x4001,
894         WID_UAPSD_STATUS                = 0x4002,
895         WID_WMM_AP_AC_PARAMS            = 0x4003,
896         WID_WMM_STA_AC_PARAMS           = 0x4004,
897         WID_NETWORK_INFO                = 0x4005,
898         WID_STA_JOIN_INFO               = 0x4006,
899         WID_CONNECTED_STA_LIST          = 0x4007,
900
901         /* NMAC Binary WID list */
902         WID_11N_AUTORATE_TABLE          = 0x4080,
903
904         WID_SCAN_CHANNEL_LIST           = 0x4084,
905
906         WID_INFO_ELEMENT_PROBE          = 0x4085,
907         WID_INFO_ELEMENT_ASSOCIATE      = 0x4086,
908         WID_ADD_STA                     = 0X4087,
909         WID_REMOVE_STA                  = 0X4088,
910         WID_EDIT_STA                    = 0X4089,
911         WID_ADD_BEACON                  = 0x408a,
912
913         WID_SETUP_MULTICAST_FILTER      = 0x408b,
914
915         /* Miscellaneous WIDs */
916         WID_ALL                         = 0x7FFE,
917         WID_MAX                         = 0xFFFF
918 } WID_T;
919
920 struct wilc;
921 int wilc_wlan_init(struct net_device *dev);
922 void wilc_bus_set_max_speed(void);
923 void wilc_bus_set_default_speed(void);
924 u32 wilc_get_chipid(struct wilc *wilc, bool update);
925
926 #endif