Send unicast deauth when GO terminates

Ensure that STOPBSS is queued in the same order as it came
from supplicant to avoid DEL_BSS happening before sending deauth to
all clients

CRs-Fixed: 441044
Change-Id: Icb23416c21198a8476cbae8ab3029549f8a45040
diff --git a/CORE/SME/src/sme_common/sme_Api.c b/CORE/SME/src/sme_common/sme_Api.c
index 24ef037..0048a6d 100755
--- a/CORE/SME/src/sme_common/sme_Api.c
+++ b/CORE/SME/src/sme_common/sme_Api.c
@@ -2488,7 +2488,7 @@
    {
       if( CSR_IS_SESSION_VALID( pMac, sessionId ) )
       {
-         status = csrRoamIssueStopBssCmd( pMac, sessionId, eANI_BOOLEAN_TRUE );
+         status = csrRoamIssueStopBssCmd( pMac, sessionId, eANI_BOOLEAN_FALSE );
       }
       else
       {