wlan: Update WDA STA params from Assoc request in SAP AUTH OFFLOAD

In SAP AUTH offload if driver is in suspended state
firmware sends Assoc request once connection is successful.
Driver will parse this assoc request and will update station
information to WDA station.
WDA station information will be used while registering params
to TL.

Change-Id: Ic5f6d37add97c1eeca134cb1e31ab9371f6fbaab
CRs-Fixed: 1102973
diff --git a/CORE/WDA/src/wlan_qct_wda.c b/CORE/WDA/src/wlan_qct_wda.c
index dac0c6e..2f6a09b 100644
--- a/CORE/WDA/src/wlan_qct_wda.c
+++ b/CORE/WDA/src/wlan_qct_wda.c
@@ -4768,6 +4768,11 @@
     wdiAddSTAParam.bcastDpuSignature = addStaReqParam->ucBcastSig;
     wdiAddSTAParam.bcastMgmtDpuIndex         = addStaReqParam->bcastMgmtDpuIdx;
     wdiAddSTAParam.bcastMgmtDpuSignature     = addStaReqParam->ucMgmtSig;
+    wdiAddSTAParam.ucWmmEnabled = addStaReqParam->wmmEnabled;
+    wdiAddSTAParam.ucRmfEnabled = addStaReqParam->rmfEnabled;
+    wdiAddSTAParam.ucBSSIdx = addStaReqParam->bssIdx;
+    wdiAddSTAParam.ucHTCapable = addStaReqParam->htCapable;
+
 
     WDI_STATableAddSta(pWDA->pWdiContext, &wdiAddSTAParam);
     pWDA->wdaStaInfo[wdiConfigStaReqParam->wdiReqInfo.staIdx].ucValidStaIndex =