qcacmn: Action frame random mac addr tx support

1. Send add random mac addr rx filter WMI command
to target
2. Add/Del the active random mac addr entry
3. Clear random mac addr from target if not active

Change-Id: I9dcbdc20b76d9865da7a8db6ee013bf5e44e4407
CRs-Fixed: 2322097
This commit is contained in:
Liangwei Dong
2018-09-19 23:35:14 -04:00
committed by nshrivas
parent f47172a762
commit 59b8ac9985
3 changed files with 31 additions and 0 deletions

View File

@@ -4622,6 +4622,7 @@ typedef enum {
wmi_p2p_disc_event_id,
wmi_p2p_noa_event_id,
wmi_p2p_lo_stop_event_id,
wmi_vdev_add_macaddr_rx_filter_event_id,
wmi_pdev_resume_event_id,
wmi_d0_wow_disable_ack_event_id,
wmi_wow_initial_wakeup_event_id,