wlan: modified FASTREASSOC ioctl command

qcacld-2.0 to prima propagation

changes are made in host to make FASTREASSOC ioctl command
similar to REASSOC but with channel dwell times for scan
modified to be of lower values so that less jitter is observed
during roaming.

Git-commit:774fe15e16cc3b32fa47bcf45025eecdc6697d8e
Change-Id: I23dbde9a73d8c24f19163b7720742e84af863e72
CRs-Fixed: 637069
diff --git a/CORE/MAC/inc/sirApi.h b/CORE/MAC/inc/sirApi.h
index d3daca3..f60b71e 100644
--- a/CORE/MAC/inc/sirApi.h
+++ b/CORE/MAC/inc/sirApi.h
@@ -4504,6 +4504,9 @@
     tANI_U8   sessionId;
     tANI_U8   bssid[WNI_CFG_BSSID_LEN];
     tANI_U8   channel;
+#ifndef QCA_WIFI_ISOC
+    tANI_U8   handoff_src;
+#endif
 } tAniHandoffReq, *tpAniHandoffReq;
 
 typedef struct sSirScanOffloadReq {