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 à :

révisé par
Madan Koyyalamudi

Parent
13554f0cdc
révision
08ea5c2b80
@@ -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
|
||||
};
|
||||
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur