wifi: renew patch drivers/net/wireless
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / mt5931 / mgmt / p2p_bss.c
1 /*
2 ** $Id: @(#) p2p_bss.c@@
3 */
4
5 /*! \file   "p2p_bss.c"
6     \brief  This file contains the functions for creating p2p BSS(AP).
7
8     This file contains the functions for BSS(AP). We may create a BSS
9     network, or merge with exist IBSS network and sending Beacon Frame or reply
10     the Probe Response Frame for received Probe Request Frame.
11 */
12
13
14
15
16
17 /*******************************************************************************
18 *                         C O M P I L E R   F L A G S
19 ********************************************************************************
20 */
21
22 /*******************************************************************************
23 *                    E X T E R N A L   R E F E R E N C E S
24 ********************************************************************************
25 */
26
27 #include "precomp.h"
28
29 /*******************************************************************************
30 *                              C O N S T A N T S
31 ********************************************************************************
32 */
33
34 /*******************************************************************************
35 *                             D A T A   T Y P E S
36 ********************************************************************************
37 */
38
39 /*******************************************************************************
40 *                            P U B L I C   D A T A
41 ********************************************************************************
42 */
43
44 /*******************************************************************************
45 *                           P R I V A T E   D A T A
46 ********************************************************************************
47 */
48
49
50 /*******************************************************************************
51 *                                 M A C R O S
52 ********************************************************************************
53 */
54
55 /*******************************************************************************
56 *                   F U N C T I O N   D E C L A R A T I O N S
57 ********************************************************************************
58 */
59
60 /*******************************************************************************
61 *                              F U N C T I O N S
62 ********************************************************************************
63 */
64
65
66