HS2.0 REL2:Add support for qos-mapping.

New IE in Assoc req is sent by AP to indicate DSCP to UP mapping
at the time of association.Also dynamically AP can update this
info using QosMap Configure Action frame.This commit adds support
in the driver to receive and parse them so that data will go
as indicated by AP

Change-Id: I4614110e02cc57dce37ca149817ffe8bd03e1f99
CRs-fixed: 583910
diff --git a/CORE/SME/inc/sme_QosApi.h b/CORE/SME/inc/sme_QosApi.h
index 0c27504..2c91774 100644
--- a/CORE/SME/inc/sme_QosApi.h
+++ b/CORE/SME/inc/sme_QosApi.h
@@ -379,4 +379,14 @@
 void sme_QosUpdateHandOff(v_U8_t sessionId,
      v_BOOL_t updateHandOff);
 
+
+/*--------------------------------------------------------------------------
+  \brief sme_UpdateDSCPtoUPMapping() - Function which can be called to update
+   qos mapping table maintained in HDD
+  \param hHal - The handle returned by macOpen.
+  \param dscpmapping - pointer to the qos mapping structure in HDD
+
+  \sa
+-------------------------------------------------------------------------*/
+VOS_STATUS sme_UpdateDSCPtoUPMapping( tHalHandle hHal, sme_QosWmmUpType* dscpmapping);
 #endif //#if !defined( __SME_QOSAPI_H )