StationRole.c 581 B

123456789101112131415161718192021222324252627282930313233
  1. /*====================================================================*
  2. *
  3. * Copyright (c) 2013 Qualcomm Atheros, Inc.
  4. *
  5. * All rights reserved.
  6. *
  7. *====================================================================*/
  8. /*====================================================================*
  9. *
  10. * StationRole.c - Station Role Strings;
  11. *
  12. * plc.h
  13. *
  14. *--------------------------------------------------------------------*/
  15. #ifndef STATIONROLE_SOURCE
  16. #define STATIONROLE_SOURCE
  17. #include "../plc/plc.h"
  18. char const * StationRole [] =
  19. {
  20. "STA",
  21. "PCO",
  22. "CCO"
  23. };
  24. #endif