prima: Add support for WOW in concurrency mode

Currently various WOW offloads like arp, ns and magic pattern is
offloaded for only AP mode but not for the concurrency mode.

Add support to configure the various WOW offloads for concurrency
mode during suspend.

Change-Id: I0ed4f47b8f3c981c6d9eaa3f303e864d9202c5c2
CRs-Fixed: 1101186
diff --git a/CORE/SAP/inc/sapApi.h b/CORE/SAP/inc/sapApi.h
index 0da7bbc..d05bdb9 100644
--- a/CORE/SAP/inc/sapApi.h
+++ b/CORE/SAP/inc/sapApi.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2013,2016 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -884,6 +884,30 @@
 v_U8_t WLANSAP_getState ( v_PVOID_t  pvosGCtx);
 
 /*==========================================================================
+  FUNCTION    WLANSAP_get_sessionId
+
+  DESCRIPTION
+     This api returns the current SAP sessionId to the caller.
+
+  DEPENDENCIES
+
+  PARAMETERS
+
+    IN
+    pContext            : Pointer to Sap Context structure
+    v_U8_t              : Pointer to sessionID
+
+  RETURN VALUE
+     VOS_STATUS_SUCCESS on success.
+
+     VOS_STATUS_E_INVAL: Pointer to SAP cb is NULL ; access would cause a page
+                         fault
+============================================================================*/
+VOS_STATUS WLANSAP_get_sessionId
+(
+    v_PVOID_t  pvosGCtx, v_U8_t *sessionId
+);
+/*==========================================================================
   FUNCTION    WLANSAP_StartBss
 
   DESCRIPTION