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/HDD/src/wlan_hdd_hostapd.c b/CORE/HDD/src/wlan_hdd_hostapd.c
index fe6cdab..d4f3527 100644
--- a/CORE/HDD/src/wlan_hdd_hostapd.c
+++ b/CORE/HDD/src/wlan_hdd_hostapd.c
@@ -77,7 +77,7 @@
 #include <bap_hdd_main.h>
 #include "wlan_hdd_p2p.h"
 #include "cfgApi.h"
-#include "wniCfgAp.h"
+#include "wniCfg.h"
 
 #ifdef FEATURE_WLAN_CH_AVOID
 #include "wcnss_wlan.h"