Re: [PATCH 0/3] Add support for ftm responder configuration
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2018-08-22 10:51:25
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2018-08-22 10:51:25
On Tue, 2018-08-21 at 15:08 -0700, Pradeep Kumar Chitrapu wrote:
quoted
Right. However, I guess we could allow updating/changing this setting on the fly through nl80211_set_beacon() which already allows changing other non-beacon parameters (like the probe or assoc response templates), and then we can use your approach. Basically changing "SET_BEACON" to be a bit like "CHANGE_AP".Agree. ( ftm_responder param will have to be added in cfg80211_beacon_data instead of cfg80211_ap_settings)
Right. I'm not even sure that all devices can disable it though, so we may be in a bind here? I think ours (Intel) can't, for example, disable FTM responder without disabling the AP (at least momentarily)... Should we just ignore that? Or perhaps add a separate capability for it? Maybe there's even hardware that cannot change the elements (LCI/Civic location) on the fly? johannes