ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* ath11k multicast action frame RX
@ 2024-01-24 13:06 James Prestwood
  2024-01-26 19:18 ` James Prestwood
  0 siblings, 1 reply; 13+ messages in thread
From: James Prestwood @ 2024-01-24 13:06 UTC (permalink / raw)
  To: open list:MEDIATEK MT76 WIRELESS LAN DRIVER, ath11k

Hi,

I recently added support to ath10k, for the QCA6174, to receive 
multicast action frames in order to support DPP. I'm trying to do this 
for the ath11k QCNFA765/WCN6855. I took the same approach as ath10k 
which was actually quite simple but I'm unable to see any multicast 
frames coming over even when I enable RX/DATA debugging.

What I've done so far is:

  - Add FIF_MCAST_ACTION to the supported filters list

  - Created/started a monitor vdev from within 
ath11k_mac_op_configure_filter()

     ath11k_mac_monitor_vdev_create(ar);

     ath11k_mac_monitor_start(ar);

- Also tried adding

     ath11k_mac_config_mon_status_default(ar, true);

I can successfully create/start the monitor vdev. I see now as I'm 
writing this email that my specific hardware does not support monitor 
mode outright... Is this a dead end or is there hope with purely driver 
changes? or is it some filtering at the firmware level preventing this?

Thanks,

James



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-02-23 16:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-24 13:06 ath11k multicast action frame RX James Prestwood
2024-01-26 19:18 ` James Prestwood
2024-01-30  7:00   ` Baochen Qiang
2024-01-30 12:47     ` James Prestwood
2024-01-30 12:54       ` James Prestwood
2024-01-31  2:01       ` Baochen Qiang
2024-01-31 12:28         ` James Prestwood
2024-02-21  3:45           ` Baochen Qiang
2024-02-21 12:24             ` James Prestwood
2024-02-22  2:26               ` Baochen Qiang
2024-02-22 15:38                 ` James Prestwood
2024-02-23  1:56                   ` Baochen Qiang
2024-02-23 16:13                     ` James Prestwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox