Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp4012645ybz; Mon, 20 Apr 2020 13:51:39 -0700 (PDT) X-Google-Smtp-Source: APiQypI9ufll2J1/Nf7y6DrHim2raEfo9w8uYRVmQCfbsDGOITLL5jUKuA5+sL/KdiNXA2TZP/cd X-Received: by 2002:a17:906:748c:: with SMTP id e12mr17153226ejl.375.1587415899335; Mon, 20 Apr 2020 13:51:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587415899; cv=none; d=google.com; s=arc-20160816; b=Y2+mIAwiMh5L2PMJJKNQ+5Zc4H33pLJSwXa09evHdz4mCxZT9w8g8+v3V+a8mps3yu kh4ZA7fH0OqCyZfUk3JYwcXKEfw9ZJHL6OFDgZ00DkTbiQf51ahJ6WiXNyLetis3UOax pONX6DJSoQTGp+9RDhJDarEXt96x1FF9GdSIN04waoduDsxdtaZVPDTJizO2Bk3ewiJ9 CJOjBKRdksr6dsy0I/OlVu7fhgoTd1IA78pU2yvJWn3ptI9iTeTW+RKbXeFFltRyzSs4 CtgIDmDil2HlezI9xeuGBuBZleJKzRLIyXWwXCzD6tJkfSVKnwm5UxotSYHvmiwuetNe PLsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=nLZe957iq1kT+BuinL0dkNZxTUeQo9o5P8i/xSiWgnA=; b=0L7D17call8fkdBAenf8X8NsiT+uHZ4s+ojlfita5+6CaM8bF8w5SLeKdrG1mvSKyy DX5GtCzMLltXV3Yqu2M/0JounDzyCJu9t5KAawCVFQA4AD/7IqFb/R4+IvaZj+J4dAaP KF9njcUzNS18o392QHYbG0XyWMHINbP1OS2RtrWSeVkRx6X7TG4bxB/FLvEmFpZY4Ib+ 7aH+T5s0DzvO2YIH1VJjdAwALssAbYVzRYqgWJnHqpaQDp/tgj7W+df5Bd08h2TqxPjT kfYkurbWOekokwyAV+H/OYX7w5g+m2OxPwpt/RKq1At1TxXS/LjXMSLz4TN58ky14Qe7 T+Sg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g11si254464ejd.148.2020.04.20.13.51.14; Mon, 20 Apr 2020 13:51:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726055AbgDTUsz (ORCPT + 99 others); Mon, 20 Apr 2020 16:48:55 -0400 Received: from mail.w1.fi ([212.71.239.96]:33156 "EHLO li674-96.members.linode.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725774AbgDTUsy (ORCPT ); Mon, 20 Apr 2020 16:48:54 -0400 Received: from localhost (localhost [127.0.0.1]) by li674-96.members.linode.com (Postfix) with ESMTP id 0D6B5117AB; Mon, 20 Apr 2020 20:48:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at w1.fi Received: from li674-96.members.linode.com ([127.0.0.1]) by localhost (mail.w1.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ljvdoPOFeMA6; Mon, 20 Apr 2020 20:48:51 +0000 (UTC) Received: by jm (sSMTP sendmail emulation); Mon, 20 Apr 2020 23:47:46 +0300 Date: Mon, 20 Apr 2020 23:47:46 +0300 From: Jouni Malinen To: Johannes Berg Cc: linux-wireless@vger.kernel.org, Johannes Berg Subject: Re: [RFC PATCH] cfg80211: support multicast RX registration Message-ID: <20200420204746.GA15385@w1.fi> References: <20200417124013.c46238801048.Ib041d437ce0bff28a0c6d5dc915f68f1d8591002@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200417124013.c46238801048.Ib041d437ce0bff28a0c6d5dc915f68f1d8591002@changeid> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, Apr 17, 2020 at 12:40:15PM +0200, Johannes Berg wrote: > For DPP, there's a need to receive multicast action frames, > but many drivers need a special filter configuration for this. > > Support announcing from userspace in the management registration > that multicast RX is required, with an extended feature flag if > the driver handles this. Thanks, this looks good to me. I did some testing with mac80211 and wpa_supplicant changes to confirm that the DPP listen case can be passed through this to the driver as needed. -- Jouni Malinen PGP id EFC895FA