Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
csr_wifi_sme_sef.c
Go to the documentation of this file.
1 /*****************************************************************************
2 
3  (c) Cambridge Silicon Radio Limited 2010
4  Confidential information of CSR
5 
6  Refer to LICENSE.txt included with this source for details
7  on the license terms.
8 
9  *****************************************************************************/
10 #include "csr_wifi_sme_sef.h"
11 
13 {
14  /* 0x8000 */ CsrWifiSmeActivateCfmHandler,
19  /* 0x8005 */ CsrWifiSmeBlacklistCfmHandler,
27  /* 0x800D */ CsrWifiSmeConnectCfmHandler,
32  /* 0x8012 */ CsrWifiSmeDeactivateCfmHandler,
33  /* 0x8013 */ CsrWifiSmeDisconnectCfmHandler,
38  /* 0x8018 */ CsrWifiSmeKeyCfmHandler,
43  /* 0x801D */ CsrWifiSmeMibGetCfmHandler,
44  /* 0x801E */ CsrWifiSmeMibGetNextCfmHandler,
45  /* 0x801F */ CsrWifiSmeMibSetCfmHandler,
46  /* 0x8020 */ CsrWifiSmeMicFailureIndHandler,
51  /* 0x8025 */ CsrWifiSmePmkidCfmHandler,
56  /* 0x802A */ CsrWifiSmeRoamStartIndHandler,
61  /* 0x802F */ CsrWifiSmeScanFullCfmHandler,
62  /* 0x8030 */ CsrWifiSmeScanResultIndHandler,
68  /* 0x8036 */ CsrWifiSmeTspecIndHandler,
69  /* 0x8037 */ CsrWifiSmeTspecCfmHandler,
72  /* 0x803A */ CsrWifiSmeWifiOffIndHandler,
73  /* 0x803B */ CsrWifiSmeWifiOffCfmHandler,
74  /* 0x803C */ CsrWifiSmeWifiOnCfmHandler,
77  /* 0x803F */ CsrWifiSmeWifiOnIndHandler,
81  /* 0x8043 */ CsrWifiSmeErrorIndHandler,
82  /* 0x8044 */ CsrWifiSmeInfoIndHandler,
83  /* 0x8045 */ CsrWifiSmeCoreDumpIndHandler,
85 };