p2p_bss.h 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*
  2. ** Id: //Department/DaVinci/TRUNK/WiFi_P2P_Driver/include/mgmt/p2p_bss.h#2
  3. */
  4. /*! \file "p2p_bss.h"
  5. \brief In this file we define the function prototype used in p2p BSS/IBSS.
  6. The file contains the function declarations and defines for used in BSS/IBSS.
  7. */
  8. #ifndef _P2P_BSS_H
  9. #define _P2P_BSS_H
  10. /*******************************************************************************
  11. * C O M P I L E R F L A G S
  12. ********************************************************************************
  13. */
  14. /*******************************************************************************
  15. * E X T E R N A L R E F E R E N C E S
  16. ********************************************************************************
  17. */
  18. /*******************************************************************************
  19. * C O N S T A N T S
  20. ********************************************************************************
  21. */
  22. /*******************************************************************************
  23. * M A C R O S
  24. ********************************************************************************
  25. */
  26. /*******************************************************************************
  27. * D A T A T Y P E S
  28. ********************************************************************************
  29. */
  30. /*******************************************************************************
  31. * P U B L I C D A T A
  32. ********************************************************************************
  33. */
  34. /*******************************************************************************
  35. * P R I V A T E D A T A
  36. ********************************************************************************
  37. */
  38. /*******************************************************************************
  39. * F U N C T I O N D E C L A R A T I O N S
  40. ********************************************************************************
  41. */
  42. UINT_32 p2pGetTxProbRspIeTableSize(VOID);
  43. #endif