Fix the issue with zero bssid indication when connection is failed.

Pass the correct bssid to the supplicant when the connection failure
happens

Change-Id: Ib60d890d5af15e0d28887a0549ce6047d823b78e
CRs-Fixed: 472488
diff --git a/CORE/SME/inc/csrInternal.h b/CORE/SME/inc/csrInternal.h
index bc4631d..440ec15 100644
--- a/CORE/SME/inc/csrInternal.h
+++ b/CORE/SME/inc/csrInternal.h
@@ -646,6 +646,7 @@
     tSirResultCodes statusCode;
     //this is set to unspecified if statusCode indicates timeout. Or it is the failed reason from the other BSS(per 802.11 spec)
     tANI_U32 reasonCode;
+    tSirMacAddr bssId;
 }tCsrRoamJoinStatus;
 
 typedef struct tagCsrOsChannelMask