aboutsummaryrefslogtreecommitdiffstats
path: root/airpdcap/airpdcap_tkip.h
diff options
context:
space:
mode:
Diffstat (limited to 'airpdcap/airpdcap_tkip.h')
-rw-r--r--airpdcap/airpdcap_tkip.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/airpdcap/airpdcap_tkip.h b/airpdcap/airpdcap_tkip.h
index 4b7b2c49be..e69de29bb2 100644
--- a/airpdcap/airpdcap_tkip.h
+++ b/airpdcap/airpdcap_tkip.h
@@ -1,27 +0,0 @@
-#ifndef _AIRPDCAP_TKIP_H
-#define _AIRPDCAP_TKIP_H
-
-/******************************************************************************/
-/* File includes */
-/* */
-#include "airpdcap_interop.h"
-/* */
-/* */
-/******************************************************************************/
-
-#define AIRPDCAP_TK_LEN 16
-
-/******************************************************************************/
-/* External function prototypes declarations */
-/* */
-/* Note: copied and modified from net80211/ieee80211_airpdcap_tkip.c */
-INT AirPDcapTkipDecrypt(
- UCHAR *tkip_mpdu,
- size_t mpdu_len,
- UCHAR TA[AIRPDCAP_MAC_LEN],
- UCHAR TK[AIRPDCAP_TK_LEN])
- ;
-/* */
-/******************************************************************************/
-
-#endif \ No newline at end of file