[PATCH v2 2/3] mac80211: support FTM responder configuration/statistics

2018-08-31 Thread Pradeep Kumar Chitrapu
New bss param ftm_responder is used to notify the driver to enable fine timing request (FTM) responder role in AP mode. Plumb the new cfg80211 API for FTM responder statistics through to the driver API in mac80211. Signed-off-by: David Spinadel Signed-off-by: Johannes Berg Signed-off-by: Pradee

Re: [PATCH v2 2/3] mac80211: support FTM responder configuration/statistics

2018-09-03 Thread Johannes Berg
On Fri, 2018-08-31 at 12:56 -0700, Pradeep Kumar Chitrapu wrote: > > + * @ftm_responder: whether to enable fine timing measurement FTM > functionality missing "responder" somewhere there :) > + * @ftmr_params: configurable lci/civic parameter when enabling FTM > responder. Perhaps the *existe

Re: [PATCH v2 2/3] mac80211: support FTM responder configuration/statistics

2018-09-05 Thread Pradeep Kumar Chitrapu
On 2018-09-03 02:33, Johannes Berg wrote: On Fri, 2018-08-31 at 12:56 -0700, Pradeep Kumar Chitrapu wrote: + * @ftm_responder: whether to enable fine timing measurement FTM functionality missing "responder" somewhere there :) + * @ftmr_params: configurable lci/civic parameter when enabling

Re: [PATCH v2 2/3] mac80211: support FTM responder configuration/statistics

2018-09-05 Thread Johannes Berg
> > Perhaps the *existence* of ftmr_params could indicate that it's > > enabled? > > My understanding is these are only optional parameters. So, I have kept > ftm_responder separate from params. Yes, they're only optional. I was just thinking that even an "empty" set of parameters could indic