qcacmn: Enable EAPOL/DHCP message tracing in Wifi driver

Enable EAPOL/DHCP message tracing in Wifi driver.

Change-Id: I010c9295fd6ca42a950f84f0d7a19b00d8b0c0da
CRs-Fixed: 2421835
This commit is contained in:
Srinivas Girigowda
2019-02-06 13:48:43 -08:00
committed by nshrivas
parent 2831229bd7
commit 22953dc004
2 changed files with 43 additions and 6 deletions

View File

@@ -723,7 +723,8 @@ void qdf_dp_display_ptr_record(struct qdf_dp_trace_record_s *record,
uint8_t info);
/**
* qdf_dp_display_proto_pkt() - display proto packet
* qdf_dp_display_proto_pkt_debug() - display proto packet only
* for debug.
* @record: dptrace record
* @index: index
* @pdev_id: pdev id for the mgmt pkt
@@ -731,9 +732,24 @@ void qdf_dp_display_ptr_record(struct qdf_dp_trace_record_s *record,
*
* Return: none
*/
void qdf_dp_display_proto_pkt(struct qdf_dp_trace_record_s *record,
void qdf_dp_display_proto_pkt_debug(struct qdf_dp_trace_record_s *record,
uint16_t index, uint8_t pdev_id,
uint8_t info);
/**
* qdf_dp_display_proto_pkt_always() - display proto packets all
* the time.
* @record: dptrace record
* @index: index
* @pdev_id: pdev id for the mgmt pkt
* @info: info used to display pkt (live mode, throttling)
*
* Return: none
*/
void qdf_dp_display_proto_pkt_always(struct qdf_dp_trace_record_s *record,
uint16_t index, uint8_t pdev_id,
uint8_t info);
/**
* qdf_dp_display_data_pkt_record() - Displays a data packet in DP trace
* @record: pointer to a record in DP trace