import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / connectivity / combo / drv_wlan / mt6630 / wlan / include / mgmt / p2p_bss.h
CommitLineData
6fa3eb70
S
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
59UINT_32 p2pGetTxProbRspIeTableSize(VOID);
60
61#endif