aboutsummaryrefslogtreecommitdiffstats
path: root/airpdcap/airpdcap_ccmp.h
blob: 1a5f50ae6591a2215f978e680597c836d15bca64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef	_AIRPDCAP_CCMP
#define	_AIRPDCAP_CCMP

/******************************************************************************/
/*	File includes																					*/
/*																										*/
#include "airpdcap_interop.h"
/*																										*/
/*																										*/
/******************************************************************************/

/******************************************************************************/
/*	External function prototypes declarations												*/
/*																										*/
INT AirPDcapCcmpDecrypt(
								  UINT8 *m,
								  INT len,
								  UCHAR TK1[16])
								  ;
/*																										*/
/******************************************************************************/

#endif