On Tue, 2018-11-20 at 08:10 +0530, Karthikeyan Periyasamy wrote: > > This patch only talks about "allow an AP" etc. and so while important, > > power isn't the _utmost_ concern like on mobile. Given an efficient > > filtering solution in software, would that be sufficient? > > Assume in a scenario where there are multiple APs (One Center AP and > Multiple repeater AP) in same operating channel. > Clients present in Neighbor APs causing higher traffic. > > when we try to filter desire client packets, > In HW offload case, all Neighbor BSS packets are filtered by HW. so > there is no impact in CPU load. AP performance not get impacted. > In bpf (enabling monitor mode) case, all Neighbor BSS packets get > filtered by software. It will consume CPU load which will impact AP > performance. > > Irrespective of how many neighbor APs present in the topology, HW > offload take care of neighbor BSS filtering. Hence no impact in CPU > load. > so we decided to use HW offload. To use our HW offload feature, we ended > up in vendor command approach. Sure. I guess my question was intended more along the lines of "how much CPU impact would you be able to live with?" :-) At the same time, what happens today actually? Do all frames from non- associated clients come up to the host? If so, is this not a problem for all APs, not just ath10k? And if they don't come up, what feature requires this? Sorry for the vague questions, but I'm not really sure what this is all about. If there's a need for these frames, wouldn't we need a generic way of enabling receiving them, and perhaps even signalling hostapd with them? Also, what are the statistics and what do you intend to use them for? johannes