wlan: Add code to pull firmware logs

The firmware logs should be pulled by host
after receiving an event in the mail box.
This patch adds the code to setup the transaction
to pull the logs and also adds code to push the
logs to the logger thread.

CRs-Fixed: 848291
Change-Id: Ib93eaee16504e8a79abd2b629cf21f288ffdc54a
diff --git a/CORE/DXE/src/wlan_qct_dxe_i.h b/CORE/DXE/src/wlan_qct_dxe_i.h
index ddfa84d..259862f 100644
--- a/CORE/DXE/src/wlan_qct_dxe_i.h
+++ b/CORE/DXE/src/wlan_qct_dxe_i.h
@@ -678,6 +678,7 @@
    WLANDXE_TxCompleteCbType        txCompCB;
    WLANDXE_LowResourceCbType       lowResourceCB;
    WLANDXE_MbReceiveMsgCbType      receiveMbMsgCB;
+   WLANDXE_RxLogDoneType           receiveLogCompleteCB;
    WLANDXE_TxCompIntConfigType     txCompInt;
    void                           *clientCtxt;
    wpt_uint32                      interruptPath;