wlan: Issue disconnect when AP Capabilities Change detected.

When AP capability change detected the driver is issuing the
disconnect and connect again internally. If the reassociation
fails then the status of supplicant and driver are going to be
in out of sync and leading TKIP replay counter errors.
Issue disconnect after disconnection supplicant will scan and
connect to the same AP.

Change-Id: I7b229b62c3a38741e683d1e6485129b6c496e077
CRs-Fixed: 439516
diff --git a/CORE/MAC/src/pe/lim/limProcessMessageQueue.c b/CORE/MAC/src/pe/lim/limProcessMessageQueue.c
index 0a4ab68..b79b3ff 100644
--- a/CORE/MAC/src/pe/lim/limProcessMessageQueue.c
+++ b/CORE/MAC/src/pe/lim/limProcessMessageQueue.c
@@ -1259,6 +1259,7 @@
         case eWNI_SME_TDLS_LINK_START_REQ:
         case eWNI_SME_TDLS_TEARDOWN_REQ:
 #endif
+        case eWNI_SME_RESET_AP_CAPS_CHANGED:
             // These messages are from HDD
             limProcessNormalHddMsg(pMac, limMsg, true);  //need to response to hdd
             break;