From patchwork Mon Dec 3 17:06:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Otcheretianski, Andrei" X-Patchwork-Id: 1006894 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=hostap-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="GDlUo7b5"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 437lmG46dVz9s7W for ; Tue, 4 Dec 2018 00:13:02 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=NlAOnvKf4tMpAmQ7AeTJUYmj6tK7sksJS8n7Dr+Hqdw=; b=GDlUo7b5NUUUwW PEHVGGlH7spmEBLekjiTTlqiPayQO/NC9wdgx5jFcazNizjbRWeTVucZPl3528YOTyIwYAbZilhZD ant0KstLRv0NkBsvqfcp9QR/1UZHwYrgxESb/Mtc5ODbWExK8dGzOUPmJO0zi+WRft8vJI5Ugdqi/ +YQeL2jjKmL82wdOtiDYO0boJ088sAvg6CqDjHCbD8K6jBI/D7YqPkli07F1ylbjNOTOAF2uli1ha g1cDSTQsXb86bSeu7mR3TOJYyyBuH5vyagwUw/h49UyRmpSlYF74rFkyUDFgMBU0YkoQFz4GDuNEq d3OiGdjjs8zBacpZ8/zw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gTo1o-0005A5-E6; Mon, 03 Dec 2018 13:12:48 +0000 Received: from mga11.intel.com ([192.55.52.93]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gTo1g-00054l-Gd for hostap@lists.infradead.org; Mon, 03 Dec 2018 13:12:41 +0000 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Dec 2018 05:12:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,310,1539673200"; d="scan'208";a="115508173" Received: from andrei-xps-12-9q33.jer.intel.com ([10.12.190.117]) by orsmga001.jf.intel.com with ESMTP; 03 Dec 2018 05:12:28 -0800 From: Andrei Otcheretianski To: hostap@lists.infradead.org Subject: [PATCH 0/3] AP: Support FTM responder configuration Date: Mon, 3 Dec 2018 19:06:19 +0200 Message-Id: <20181203170622.9522-1-andrei.otcheretianski@intel.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181203_051240_559626_E7BF207B X-CRM114-Status: UNSURE ( 9.37 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [192.55.52.93 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.4 DATE_IN_FUTURE_03_06 Date: is 3 to 6 hours after Received: date X-BeenThere: hostap@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrei Otcheretianski Sender: "Hostap" Errors-To: hostap-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org 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(-)