From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BBC44C433E0 for ; Thu, 18 Jun 2020 06:22:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 948F52100A for ; Thu, 18 Jun 2020 06:22:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="lWXknQef" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727039AbgFRGWH (ORCPT ); Thu, 18 Jun 2020 02:22:07 -0400 Received: from mail29.static.mailgun.info ([104.130.122.29]:32669 "EHLO mail29.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726945AbgFRGWH (ORCPT ); Thu, 18 Jun 2020 02:22:07 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1592461326; h=Content-Transfer-Encoding: MIME-Version: Message-Id: Date: Subject: Cc: To: From: Sender; bh=h3Qx6ZQ59PfwWl+bBj0rLuAkH/hEtjG+ALNKBq4olNU=; b=lWXknQefc/UIwfV4AAIW9SBn1DS5EelFOhfV4nYyhq8yWeLRJVxySNBK8PkREm6zsileqVEs 6PmiKzWrm+TiRM/VwU70Em7iteLivVFhZnAr63WSWX7TSFr98xNcDXdU8FdUhfb2OxcG/JI8 0we4W07pSa4H5DOobzLH6PxC76Q= X-Mailgun-Sending-Ip: 104.130.122.29 X-Mailgun-Sid: WyI3YTAwOSIsICJsaW51eC13aXJlbGVzc0B2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n09.prod.us-west-2.postgun.com with SMTP id 5eeb0803e144dd51152623d0 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Thu, 18 Jun 2020 06:21:55 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 18186C433CB; Thu, 18 Jun 2020 06:21:55 +0000 (UTC) Received: from alokad-linux.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: alokad) by smtp.codeaurora.org (Postfix) with ESMTPSA id A1914C433C9; Thu, 18 Jun 2020 06:21:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org A1914C433C9 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=alokad@codeaurora.org From: Aloka Dixit To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org, Aloka Dixit Subject: [PATCH v2 0/2] Unsolicited broadcast probe resp support Date: Wed, 17 Jun 2020 23:21:48 -0700 Message-Id: <20200618062150.21130-1-alokad@codeaurora.org> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Unsolicited broadcast probe response tranmission is used for in-band discovery in 6GHz band (IEEE P802.11ax/D6.0 26.17.2.3.2, AP behavior for fast passive scanning). v2: Removed flag 'enabled' and changed 6GHz frequency range as per IEEE P802.11ax/D6.1. Aloka Dixit (2): nl80211: Unsolicited bcast probe resp support mac80211: 20TU unsolicited bcast probe resp support include/net/cfg80211.h | 18 +++++++++++++ include/net/mac80211.h | 21 +++++++++++++++ include/uapi/linux/nl80211.h | 32 ++++++++++++++++++++++ net/mac80211/cfg.c | 42 +++++++++++++++++++++++++++++ net/mac80211/ieee80211_i.h | 7 +++++ net/mac80211/tx.c | 26 ++++++++++++++++++ net/wireless/nl80211.c | 51 ++++++++++++++++++++++++++++++++++++ 7 files changed, 197 insertions(+) -- 2.25.0