wlan: Fix Disconnection timeout.

Currently disconnection timeout is 2sec.
So if back to back connection and disconnection
is sent to driver, connection command might take
2sec to timeout in lim for assoc/auth resp. In
the meantime, disconnection command will timeout
and disocnnect will be sent to supplicant.This
results in supplicant and driver state mismatch.
As a fix, increase disconnection timeout. Also
if there is any disonnection from supplicant,
abort joining next bssid in csr.

Change-Id: I722aa2412f2b1b1d2343522f383f2f77c6c228c2
CRs-Fixed: 870857
diff --git a/CORE/SME/inc/csrInternal.h b/CORE/SME/inc/csrInternal.h
index b5be859..0a16b2f 100644
--- a/CORE/SME/inc/csrInternal.h
+++ b/CORE/SME/inc/csrInternal.h
@@ -960,6 +960,7 @@
     * the PMKID cache. To clear the cache in this particular case this is added
     * it is needed by the HS 2.0 passpoint certification 5.2.a and b testcases */
     tANI_BOOLEAN fIgnorePMKIDCache;
+    tANI_BOOLEAN abortConnection;
 } tCsrRoamSession;
 
 typedef struct tagCsrRoamStruct