How to send a bunch of probe request to a specific AP as fast as possible

2018-08-21 Thread lee wez
Hi all, I want to send probe request to a specific AP on a specific channel every 20ms in station mode. And I’ve try to use iw scan, but it takes too much time. Is there any way to send out probe request to a specific AP on a specific channel as fast as possible? Thanks, Li, Yongfeng ___

Re: [PATCH 0/3] Add support for ftm responder configuration

2018-08-21 Thread Pradeep Kumar Chitrapu
On 2018-08-21 12:24, Johannes Berg wrote: On Tue, 2018-08-21 at 11:32 -0700, Pradeep Kumar Chitrapu wrote: I wasn't aware of this android api. OK. However, looking at the api, the assumption is that bss is started by a different api and the 'enableResponder' api is used for enabling rtt for

Re: [PATCH 0/3] Add support for ftm responder configuration

2018-08-21 Thread Johannes Berg
On Tue, 2018-08-21 at 11:32 -0700, Pradeep Kumar Chitrapu wrote: > > I wasn't aware of this android api. OK. > However, looking at the api, the > assumption is that bss is started by a different > api and the 'enableResponder' api is used for enabling rtt for a given > duration. It looks like

Re: [PATCH 0/3] Add support for ftm responder configuration

2018-08-21 Thread Pradeep Kumar Chitrapu
On 2018-08-20 02:33, Johannes Berg wrote: On Sat, 2018-08-18 at 00:50 -0700, Pradeep Kumar Chitrapu wrote: > I will change the attribute to FLAG type, also add support for LCI/CIVIC params and repost the patch. Looking at Android (for unrelated reasons), I see that they have a separate "enab

Re: [RFC v2] ath10k: report tx rate using ieee80211_tx_status()

2018-08-21 Thread Kalle Valo
Anilkumar Kolli writes: > On 2018-04-25 19:33, Kalle Valo wrote: >> Anilkumar Kolli writes: >> >>> On 2018-04-24 13:32, Kalle Valo wrote: Anilkumar Kolli writes: > Mesh path metric needs txrate information from ieee80211_tx_status() > call but in ath10k there is no mechanism t