qcacmn: Support enhanced Rx capture

Support Rx capture mode to deliver first 128 bytes of
each MSDU, along with some meta data.

Change-Id: I1ffa8b1a029d46f68aa78520bacc019de8af7a82
This commit is contained in:
Kai Chen
2019-03-05 18:33:40 -08:00
committed by nshrivas
parent 7cc507f412
commit 52ef33fca3
16 changed files with 382 additions and 38 deletions

View File

@@ -1730,6 +1730,8 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_PERIODIC_CFR_CAPTURE = 404,
OL_ATH_PARAM_FLUSH_PEER_RATE_STATS = 405,
OL_ATH_PARAM_DCS_RE_ENABLE_TIMER = 406,
/* Enable/disable Rx lite monitor mode */
OL_ATH_PARAM_RX_MON_LITE = 407,
};
/* Enumeration of PDEV Configuration parameter */