prima: Code cleanup to make more maintainable

Remove obsolete configuration parameters,Make a single header file
for STA and AP configuration parameters to make it more maintainable
and replace all STA and AP configuration parameters which are defined
as Macro's  with enum's

Change-Id: I1f2e4e972f5551f12d872ffea91933af1394785e
CRs-Fixed: 784574
diff --git a/CORE/MAC/src/pe/lim/limProcessAuthFrame.c b/CORE/MAC/src/pe/lim/limProcessAuthFrame.c
index 16b80aa..e6fd228 100644
--- a/CORE/MAC/src/pe/lim/limProcessAuthFrame.c
+++ b/CORE/MAC/src/pe/lim/limProcessAuthFrame.c
@@ -38,7 +38,7 @@
  */
 
 #include "wniApi.h"
-#include "wniCfgSta.h"
+#include "wniCfg.h"
 #include "aniGlobal.h"
 #include "cfgApi.h"