a609476fff7dacf42f9401fef6fbeeafd1e6a150
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / mt5931 / include / mgmt / p2p_bss.h
1 /*
2 ** $Id: //Department/DaVinci/TRUNK/WiFi_P2P_Driver/include/mgmt/p2p_bss.h#2 $
3 */
4
5 /*! \file   "p2p_bss.h"
6     \brief  In this file we define the function prototype used in p2p BSS/IBSS.
7
8     The file contains the function declarations and defines for used in BSS/IBSS.
9 */
10
11
12
13
14
15 #ifndef _P2P_BSS_H
16 #define _P2P_BSS_H
17
18 /*******************************************************************************
19 *                         C O M P I L E R   F L A G S
20 ********************************************************************************
21 */
22
23 /*******************************************************************************
24 *                    E X T E R N A L   R E F E R E N C E S
25 ********************************************************************************
26 */
27
28 /*******************************************************************************
29 *                              C O N S T A N T S
30 ********************************************************************************
31 */
32
33 /*******************************************************************************
34 *                                 M A C R O S
35 ********************************************************************************
36 */
37
38 /*******************************************************************************
39 *                             D A T A   T Y P E S
40 ********************************************************************************
41 */
42
43 /*******************************************************************************
44 *                            P U B L I C   D A T A
45 ********************************************************************************
46 */
47
48 /*******************************************************************************
49 *                           P R I V A T E   D A T A
50 ********************************************************************************
51 */
52
53 /*******************************************************************************
54 *                  F U N C T I O N   D E C L A R A T I O N S
55 ********************************************************************************
56 */
57
58
59 UINT_32 
60 p2pGetTxProbRspIeTableSize(
61     VOID
62     );
63
64 #endif
65