|
@@ -26,21 +26,12 @@
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
|
|
|
|
-
|
|
|
|
#ifndef __WCTL_H__
|
|
#ifndef __WCTL_H__
|
|
#define __WCTL_H__
|
|
#define __WCTL_H__
|
|
|
|
|
|
-#if !defined(__TTYPE_H__)
|
|
|
|
#include "ttype.h"
|
|
#include "ttype.h"
|
|
-#endif
|
|
|
|
-#if !defined(__TETHER_H__)
|
|
|
|
#include "tether.h"
|
|
#include "tether.h"
|
|
-#endif
|
|
|
|
-#if !defined(__DEVICE_H__)
|
|
|
|
#include "device.h"
|
|
#include "device.h"
|
|
-#endif
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
/*--------------------- Export Definitions -------------------------*/
|
|
/*--------------------- Export Definitions -------------------------*/
|
|
|
|
|
|
@@ -105,22 +96,12 @@
|
|
/*--------------------- Export Variables --------------------------*/
|
|
/*--------------------- Export Variables --------------------------*/
|
|
|
|
|
|
/*--------------------- Export Functions --------------------------*/
|
|
/*--------------------- Export Functions --------------------------*/
|
|
-#ifdef __cplusplus
|
|
|
|
-extern "C" { /* Assume C declarations for C++ */
|
|
|
|
-#endif /* __cplusplus */
|
|
|
|
|
|
|
|
BOOL WCTLbIsDuplicate(PSCache pCache, PS802_11Header pMACHeader);
|
|
BOOL WCTLbIsDuplicate(PSCache pCache, PS802_11Header pMACHeader);
|
|
BOOL WCTLbHandleFragment(PSDevice pDevice, PS802_11Header pMACHeader, UINT cbFrameLength, BOOL bWEP, BOOL bExtIV);
|
|
BOOL WCTLbHandleFragment(PSDevice pDevice, PS802_11Header pMACHeader, UINT cbFrameLength, BOOL bWEP, BOOL bExtIV);
|
|
UINT WCTLuSearchDFCB(PSDevice pDevice, PS802_11Header pMACHeader);
|
|
UINT WCTLuSearchDFCB(PSDevice pDevice, PS802_11Header pMACHeader);
|
|
UINT WCTLuInsertDFCB(PSDevice pDevice, PS802_11Header pMACHeader);
|
|
UINT WCTLuInsertDFCB(PSDevice pDevice, PS802_11Header pMACHeader);
|
|
|
|
|
|
-#ifdef __cplusplus
|
|
|
|
-} /* End of extern "C" { */
|
|
|
|
-#endif /* __cplusplus */
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
#endif // __WCTL_H__
|
|
#endif // __WCTL_H__
|
|
|
|
|
|
|
|
|