mbox series

[0/3] AP: Support FTM responder configuration

Message ID 20181203170622.9522-1-andrei.otcheretianski@intel.com
Headers show
Series AP: Support FTM responder configuration | expand

Message

Andrei Otcheretianski Dec. 3, 2018, 5:06 p.m. UTC
These patch series add FTM responder support in AP mode.
Please note, that it is required to sync the nl80211_copy.h file with the
latest mac80211-next tree in order to compile it.

Andrei Otcheretianski (2):
  driver: Add FTM responder configuration APIs
  AP: Configure FTM responder parameters

Johannes Berg (1):
  driver_nl80211: add support for starting FTM responder

 src/ap/beacon.c                   | 12 +++++++++++
 src/drivers/driver.h              | 19 ++++++++++++++++++
 src/drivers/driver_nl80211.c      | 33 +++++++++++++++++++++++++++++--
 src/drivers/driver_nl80211_capa.c |  4 ++++
 4 files changed, 66 insertions(+), 2 deletions(-)

Comments

Jouni Malinen Dec. 21, 2018, 11:17 a.m. UTC | #1
On Mon, Dec 03, 2018 at 07:06:19PM +0200, Andrei Otcheretianski wrote:
> These patch series add FTM responder support in AP mode.
> Please note, that it is required to sync the nl80211_copy.h file with the
> latest mac80211-next tree in order to compile it.
> 
> Andrei Otcheretianski (2):
>   driver: Add FTM responder configuration APIs
>   AP: Configure FTM responder parameters
> 
> Johannes Berg (1):
>   driver_nl80211: add support for starting FTM responder

Thanks, applied.