123456789101112131415161718192021222324252627282930313233 |
- /*====================================================================*
- *
- * Copyright (c) 2013 Qualcomm Atheros, Inc.
- *
- * All rights reserved.
- *
- *====================================================================*/
- /*====================================================================*
- *
- * StationRole.c - Station Role Strings;
- *
- * plc.h
- *
- *--------------------------------------------------------------------*/
- #ifndef STATIONROLE_SOURCE
- #define STATIONROLE_SOURCE
- #include "../plc/plc.h"
- char const * StationRole [] =
- {
- "STA",
- "PCO",
- "CCO"
- };
- #endif
|