qcacld-3.0: send deauth if recevie data from non-assoc STA

If SAP receive unicast data from a non-assoc STA, SAP should send
deauth mgmt frame to this STA, add this part logic to serve data path.

Change-Id: I47346e751b89eda77f6d6450218e2b70fe6b4953
CRs-Fixed: 2298550
diff --git a/core/wma/inc/wma.h b/core/wma/inc/wma.h
index 28fabc7..3474f5c 100644
--- a/core/wma/inc/wma.h
+++ b/core/wma/inc/wma.h
@@ -2542,4 +2542,15 @@
  */
 void wma_check_and_set_wake_timer(uint32_t time);
 
+/**
+ * wma_rx_invalid_peer_ind(): the callback for DP to notify WMA layer
+ * invalid peer data is received, this function will send message to
+ * lim module.
+ * @vdev_id: virtual device ID
+ * @wh: Pointer to 802.11 frame header
+ *
+ * Return: 0 for success or non-zero on failure
+ */
+uint8_t wma_rx_invalid_peer_ind(uint8_t vdev_id, void *wh);
+
 #endif