p2p_precomp.h 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. /*
  2. ** Id: //Department/DaVinci/TRUNK/WiFi_P2P_Driver/include/p2p_precomp.h#1
  3. */
  4. /*! \file p2p_precomp.h
  5. \brief Collection of most compiler flags for p2p driver are described here.
  6. In this file we collect all compiler flags and detail the p2p driver behavior if
  7. enable/disable such switch or adjust numeric parameters.
  8. */
  9. #ifndef _P2P_PRECOMP_H
  10. #define _P2P_PRECOMP_H
  11. /*******************************************************************************
  12. * C O M P I L E R F L A G S
  13. ********************************************************************************
  14. */
  15. /*******************************************************************************
  16. * E X T E R N A L R E F E R E N C E S
  17. ********************************************************************************
  18. */
  19. #include "gl_os.h" /* Include "config.h" */
  20. #include "gl_p2p_os.h"
  21. #include "debug.h"
  22. #include "link.h"
  23. #include "queue.h"
  24. /*------------------------------------------------------------------------------
  25. * .\include\mgmt
  26. *------------------------------------------------------------------------------
  27. */
  28. #include "wlan_typedef.h"
  29. #include "mac.h"
  30. /* Dependency: mac.h (MAC_ADDR_LEN) */
  31. #include "wlan_def.h"
  32. #include "roaming_fsm.h"
  33. /*------------------------------------------------------------------------------
  34. * .\include\nic
  35. *------------------------------------------------------------------------------
  36. */
  37. /* Dependency: wlan_def.h (ENUM_NETWORK_TYPE_T) */
  38. #include "cmd_buf.h"
  39. /* Dependency: mac.h (MAC_ADDR_LEN) */
  40. #include "nic_cmd_event.h"
  41. /* Dependency: nic_cmd_event.h (P_EVENT_CONNECTION_STATUS) */
  42. #include "nic.h"
  43. #include "nic_init_cmd_event.h"
  44. #include "hif_rx.h"
  45. #include "hif_tx.h"
  46. #include "nic_tx.h"
  47. /* Dependency: hif_rx.h (P_HIF_RX_HEADER_T) */
  48. #include "nic_rx.h"
  49. #if CFG_ENABLE_WIFI_DIRECT
  50. #include "p2p_typedef.h"
  51. #include "p2p_cmd_buf.h"
  52. #include "p2p_nic_cmd_event.h"
  53. #include "p2p_mac.h"
  54. #include "p2p_nic.h"
  55. #endif
  56. /*------------------------------------------------------------------------------
  57. * .\include\mgmt
  58. *------------------------------------------------------------------------------
  59. */
  60. #include "hem_mbox.h"
  61. #include "scan.h"
  62. #include "bss.h"
  63. #include "wlan_lib.h"
  64. #include "wlan_oid.h"
  65. #include "wlan_bow.h"
  66. #include "wlan_p2p.h"
  67. #include "hal.h"
  68. #if defined(MT6620)
  69. #include "mt6620_reg.h"
  70. #endif
  71. #include "rlm.h"
  72. #include "rlm_domain.h"
  73. #include "rlm_protection.h"
  74. #include "rlm_obss.h"
  75. #include "rate.h"
  76. #include "aa_fsm.h"
  77. #include "cnm_timer.h"
  78. #include "que_mgt.h"
  79. #if CFG_ENABLE_BT_OVER_WIFI
  80. #include "bow.h"
  81. #include "bow_fsm.h"
  82. #endif
  83. #include "pwr_mgt.h"
  84. #include "cnm.h"
  85. /* Dependency: aa_fsm.h (ENUM_AA_STATE_T), p2p_fsm.h (WPS_ATTRI_MAX_LEN_DEVICE_NAME) */
  86. #include "cnm_mem.h"
  87. #include "cnm_scan.h"
  88. #include "p2p_rlm_obss.h"
  89. #include "p2p_bss.h"
  90. #include "p2p.h"
  91. /* Dependency: cnm_timer.h (TIMER_T) */
  92. #include "p2p_fsm.h"
  93. #include "p2p_scan.h"
  94. #include "p2p_state.h"
  95. #include "p2p_func.h"
  96. #include "p2p_rlm.h"
  97. #include "p2p_assoc.h"
  98. #include "p2p_ie.h"
  99. #include "privacy.h"
  100. #include "mib.h"
  101. #include "auth.h"
  102. #include "assoc.h"
  103. #include "ais_fsm.h"
  104. #include "adapter.h"
  105. #include "que_mgt.h"
  106. #include "rftest.h"
  107. #if CFG_RSN_MIGRATION
  108. #include "rsn.h"
  109. #include "sec_fsm.h"
  110. #endif
  111. #if CFG_SUPPORT_WAPI
  112. #include "wapi.h"
  113. #endif
  114. /*------------------------------------------------------------------------------
  115. * NVRAM structure
  116. *------------------------------------------------------------------------------
  117. */
  118. #include "CFG_Wifi_File.h"
  119. #include "gl_p2p_kal.h"
  120. /*******************************************************************************
  121. * C O N S T A N T S
  122. ********************************************************************************
  123. */
  124. /*******************************************************************************
  125. * D A T A T Y P E S
  126. ********************************************************************************
  127. */
  128. /*******************************************************************************
  129. * P U B L I C D A T A
  130. ********************************************************************************
  131. */
  132. /*******************************************************************************
  133. * P R I V A T E D A T A
  134. ********************************************************************************
  135. */
  136. /*******************************************************************************
  137. * M A C R O S
  138. ********************************************************************************
  139. */
  140. /*******************************************************************************
  141. * F U N C T I O N D E C L A R A T I O N S
  142. ********************************************************************************
  143. */
  144. /*******************************************************************************
  145. * F U N C T I O N S
  146. ********************************************************************************
  147. */
  148. #endif /*_P2P_PRECOMP_H */