wlan: PMF: Do not delete station upon receiving spoof auth.

when SAP & STA are connected in PMF state, if recorded auth packet
is replayed through packet injector then SAP disconnects the
connected STA.

With this patch, SAP will not disconnect STA upon receiving spoof
auth. It will inspect the rogue STA through SA query procedure upon
receiving assoc request.

Change-Id: Ie5c2851f3b1ec923e012364faccdf65e2e81567d
CRs-Fixed: 730085
diff --git a/CORE/MAC/src/pe/lim/limProcessAuthFrame.c b/CORE/MAC/src/pe/lim/limProcessAuthFrame.c
index a3655ec..806ff12 100644
--- a/CORE/MAC/src/pe/lim/limProcessAuthFrame.c
+++ b/CORE/MAC/src/pe/lim/limProcessAuthFrame.c
@@ -684,7 +684,11 @@
                         pStaDs = NULL;
                     }
 
-                    if (NULL != pStaDs)
+                    if (NULL != pStaDs
+#ifdef WLAN_FEATURE_11W
+                        && !pStaDs->rmfEnabled
+#endif
+                       )
                     {
                         PELOGE(limLog(pMac, LOGE, FL("lim Delete Station "
                         "Context (staId: %d, assocId: %d) "),pStaDs->staIndex,