Browse Source

qcacmn: Add cdp peer debug id type for ccmp replay detection

Add PEER_DEBUG_ID_WMA_CCMP_REPLAY_ATTACK, to be used during
ccmp replay detection to get the peer ref count.

Change-Id: I6159556db959f447edcf75a5f64d398cbe544a80
CRs-Fixed: 2264963
Abhishek Singh 6 years ago
parent
commit
46cb680595
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dp/inc/cdp_txrx_mob_def.h

+ 2 - 0
dp/inc/cdp_txrx_mob_def.h

@@ -197,6 +197,7 @@ enum ol_tx_spec {
  * @PEER_DEBUG_ID_WMA_DELBA_REQ: debug id for DELBA request
  * @PEER_DEBUG_ID_LIM_SEND_ADDBA_RESP: debug id for send ADDBA response
  * @PEER_DEBUG_ID_OL_RX_THREAD: debug id for rx thread
+ * @PEER_DEBUG_ID_WMA_CCMP_REPLAY_ATTACK: debug id for CCMP replay
  * @PEER_DEBUG_ID_MAX: debug id MAX
  */
 enum peer_debug_id_type {
@@ -206,6 +207,7 @@ enum peer_debug_id_type {
 	PEER_DEBUG_ID_WMA_DELBA_REQ = 3,
 	PEER_DEBUG_ID_LIM_SEND_ADDBA_RESP = 4,
 	PEER_DEBUG_ID_OL_RX_THREAD = 5,
+	PEER_DEBUG_ID_WMA_CCMP_REPLAY_ATTACK = 6,
 	PEER_DEBUG_ID_MAX
 };