qcacld-3.0: For host-invoked roaming to same AP, don't to send null frm

During host invoked roaming, set WMI_ROAM_INVOKE_FLAG_NO_NULL_FRAME_TO_AP
flag so that FW will not send NULL data frame while doing transition to
same bssid.

CRs-Fixed: 2046964
Change-Id: I043c3d2431e4da5af36fb710bd36a520550abbd3
diff --git a/core/sme/inc/sme_api.h b/core/sme/inc/sme_api.h
index dbd5ece..6be2c45 100644
--- a/core/sme/inc/sme_api.h
+++ b/core/sme/inc/sme_api.h
@@ -1488,12 +1488,13 @@
  * @bssid: bssid to look for in scan cache
  * @channel: channel on which reassoc should be send
  * @vdev_id: vdev id
+ * @connected_bssid: bssid of currently connected profile
  *
  * Return: QDF_STATUS
  */
 QDF_STATUS sme_fast_reassoc(tHalHandle hal, tCsrRoamProfile *profile,
 			    const tSirMacAddr bssid, int channel,
-			    uint8_t vdev_id);
+			    uint8_t vdev_id, const tSirMacAddr connected_bssid);
 
 /**
  * sme_congestion_register_callback(): registers congestion callback