Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
csr_wifi_nme_ap_sef.h
Go to the documentation of this file.
1 /*****************************************************************************
2  FILE: csr_wifi_nme_sef.h
3  (c) Cambridge Silicon Radio Limited 2010
4 
5  Refer to LICENSE.txt included with this source for details
6  on the license terms.
7 
8 *****************************************************************************/
9 #ifndef CSR_WIFI_ROUTER_SEF_CSR_WIFI_NME_H__
10 #define CSR_WIFI_ROUTER_SEF_CSR_WIFI_NME_H__
11 
12 #include "csr_wifi_nme_prim.h"
13 
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
20 
21 
22 extern void CsrWifiNmeApConfigSetCfmHandler(void* drvpriv, CsrWifiFsmEvent* msg);
23 extern void CsrWifiNmeApStartCfmHandler(void* drvpriv, CsrWifiFsmEvent* msg);
24 extern void CsrWifiNmeApStopCfmHandler(void* drvpriv, CsrWifiFsmEvent* msg);
25 
26 
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 #endif /* CSR_WIFI_ROUTER_SEF_CSR_WIFI_NME_H__ */