All of lore.kernel.org
 help / color / mirror / Atom feed
* ath10k channel in tx process
       [not found] <636e3ee2f7c034676d717c7b2f9aa4fc@cweb07.nm.nhnsystem.com>
@ 2018-01-29 12:05 ` 정승현
  2018-01-29 16:22   ` Ben Greear
  0 siblings, 1 reply; 2+ messages in thread
From: 정승현 @ 2018-01-29 12:05 UTC (permalink / raw)
  To: ath10k

Hi all,
 
I am trying to figure out how ath10k (operating in AP mode) handles the channel on which an AP sends packets to one of its associated stations. I have found a few  functions including ath10k_sta_state set channel information for each station, but I couldn't find out which function(s) utilize the information while tx processing. Is there any function for channel selection while processing tx?
 
BTW, Does ath10k support broadcast and multicast? or always convert them into unicast? If it supports broadcast and multicast, does it always use 20MHz?
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

* Re: ath10k channel in tx process
  2018-01-29 12:05 ` ath10k channel in tx process 정승현
@ 2018-01-29 16:22   ` Ben Greear
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Greear @ 2018-01-29 16:22 UTC (permalink / raw)
  To: 정승현, ath10k

On 01/29/2018 04:05 AM, 정승현 wrote:
> Hi all,
>
> I am trying to figure out how ath10k (operating in AP mode) handles the channel on which an AP sends packets to one of its associated stations. I have found a few  functions including ath10k_sta_state set channel information for each station, but I couldn't find out which function(s) utilize the information while tx processing. Is there any function for channel selection while processing tx?

The channel is set up as part of bringing up the vdev, I think.  You do not have per-peer
control over normal sending...but the driver can do off-channel tx, which allows you to
temporarily change channels and send frames.

>
> BTW, Does ath10k support broadcast and multicast? or always convert them into unicast? If it supports broadcast and multicast, does it always use 20MHz?

A sniffer would answer this question for you...at least most firmware are probably sending multicast.  Some may convert to
unicast.  Possibly the driver/stack could do similar logic to convert to unicast if it cared.

Thanks,
Ben

> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k
>


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

end of thread, other threads:[~2018-01-29 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <636e3ee2f7c034676d717c7b2f9aa4fc@cweb07.nm.nhnsystem.com>
2018-01-29 12:05 ` ath10k channel in tx process 정승현
2018-01-29 16:22   ` Ben Greear

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.