wlan: Add query mode support for frame logging

Add support for query mode which triggers dump of last
received mgmt packets buffered in HW. Three types of Query are
supported:
1. Clear
2. Send
3. Send and Clear

Change-Id: Ic2089ec969d3995339339cd3f9d71cefc29dc8e3
CRs-Fixed: 808160
diff --git a/CORE/SME/inc/smeInside.h b/CORE/SME/inc/smeInside.h
index ecfd1b6..cc2cdbd 100644
--- a/CORE/SME/inc/smeInside.h
+++ b/CORE/SME/inc/smeInside.h
@@ -228,6 +228,7 @@
 #endif
         tSirPNOScanReq pnoInfo;
         tSirSpoofMacAddrReq macAddrSpoofCmd;
+        tAniGetFrameLogReq getFramelogCmd;
     }u;
 }tSmeCmd;
 
@@ -283,6 +284,7 @@
 eHalStatus csrProcessDelStaSessionCommand( tpAniSirGlobal pMac, tSmeCmd *pCommand );
 eHalStatus csrProcessMacAddrSpoofCommand( tpAniSirGlobal pMac, tSmeCmd *pCommand );
 eHalStatus csrProcessDelStaSessionRsp( tpAniSirGlobal pMac, tANI_U8 *pMsg);
+eHalStatus csrProcessGetFrameLogCommand( tpAniSirGlobal pMac, tSmeCmd *pCommand );
 
 #ifdef WLAN_NS_OFFLOAD
 /* ---------------------------------------------------------------------------