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=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 DFE1FC433DF for ; Thu, 30 Jul 2020 14:55:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C432B2070B for ; Thu, 30 Jul 2020 14:55:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726535AbgG3OzG (ORCPT ); Thu, 30 Jul 2020 10:55:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726275AbgG3OzG (ORCPT ); Thu, 30 Jul 2020 10:55:06 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E12CC061574 for ; Thu, 30 Jul 2020 07:55:05 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1k19xX-00DamX-8l; Thu, 30 Jul 2020 16:55:03 +0200 Message-ID: Subject: Re: [PATCH 3/4] nl80211: support SAE authentication offload in AP mode From: Johannes Berg To: Chi-Hsien Lin , linux-wireless@vger.kernel.org Cc: brcm80211-dev-list@broadcom.com, brcm80211-dev-list@cypress.com, Arend van Spriel , Franky Lin , Hante Meuleman , Wright Feng , Kalle Valo , Chung-Hsien Hsu Date: Thu, 30 Jul 2020 16:55:02 +0200 In-Reply-To: <20200623134938.39997-4-chi-hsien.lin@cypress.com> (sfid-20200623_155000_965089_06BEA254) References: <20200623134938.39997-1-chi-hsien.lin@cypress.com> <20200623134938.39997-4-chi-hsien.lin@cypress.com> (sfid-20200623_155000_965089_06BEA254) Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.4 (3.36.4-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Tue, 2020-06-23 at 08:49 -0500, Chi-Hsien Lin wrote: > From: Chung-Hsien Hsu > > Add support for SAE authentication offload in AP mode. It seems to me you need a new feature flag for this, just like in the PSK case, because brcmfmac in fact already sets this, and in fact as we can see in patch 4 it would now set it in two places depending on *different* firmware support conditions ... that may be OK for the firmware right now, but it still doesn't really make much sense. Please change to add another flag here. johannes