qcacmn: Add support for local packet capture running

Add support for local packet capture running.

Change-Id: Id954c57a32210c180a8e0f9107e2469f96491173
CRs-Fixed: 3415816
Cette révision appartient à :
Srinivas Girigowda
2022-12-15 17:20:52 -08:00
révisé par Madan Koyyalamudi
Parent 13554f0cdc
révision 08ea5c2b80
8 fichiers modifiés avec 105 ajouts et 3 suppressions

Voir le fichier

@@ -995,6 +995,7 @@ struct cdp_me_ops {
* @txrx_update_mon_mac_filter: Handler to configure mon mac filter
* @start_local_pkt_capture: start local packet capture
* @stop_local_pkt_capture: stop local packet capture
* @is_local_pkt_capture_running: is local packet capture running
*/
struct cdp_mon_ops {
@@ -1110,6 +1111,8 @@ struct cdp_mon_ops {
QDF_STATUS (*stop_local_pkt_capture)(struct cdp_soc_t *soc,
uint8_t pdev_id);
bool (*is_local_pkt_capture_running)(struct cdp_soc_t *soc,
uint8_t pdev_id);
#endif
};