/*====================================================================*
*
*   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