wlan: Fix for PNO scanning all channels

Fix for PNO scanning all channels

Change-Id: Ib0d9155c6836524cadf5bdb392520dbdf3bb271d
CR-Fixed: 414537
diff --git a/CORE/WDI/CP/inc/wlan_qct_wdi_i.h b/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
index b53f151..2a8e45f 100644
--- a/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
+++ b/CORE/WDI/CP/inc/wlan_qct_wdi_i.h
@@ -1038,6 +1038,10 @@
 
   /*SSR timer*/
   wpt_timer                   ssrTimer;
+
+  /*Version of the WLAN HAL API received on start resp*/
+  WDI_WlanVersionType wlanVersion;
+
 }WDI_ControlBlockType;