Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3676462pxk; Mon, 21 Sep 2020 22:41:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzIs9sapsgdnSt4G1b0YaW7HEd7lbpEh//4te/etGgLtBeeFyH4AXBk9qxhLFmdrf1A4oug X-Received: by 2002:a17:906:dbe6:: with SMTP id yd6mr2964508ejb.120.1600753277596; Mon, 21 Sep 2020 22:41:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600753277; cv=none; d=google.com; s=arc-20160816; b=Z0vEehSMeotSPey+gpFOG8C+379v/nXpnZWAdODLzwgbpZ6PIO6jHhV4+UkFUGQzWD cCnUg7phaMiFClPMgVFhd/DVwpZW3jau3mCJX/v7l0yRFdCXkLzEJi+5hL5vkQSL/C9k 5Vn4CwhtrZyQ5X9SKyTYs38Tdel/NFijirdB7GSmeBq1YU1CK9xPFrhgSv5UltgjR3Hu N//6GHr/z7CBLt0XFd6F+6uf3c2mlLd08wHvg9cFYTCix1PoL36sgUdEKOd069WNc2b1 GqdijYUaNSV/+PteBM+Mngw4inXUzCF9aJ9c3/CkL9C2ub3d1ij/zsNbQnT9qbIkvAls REYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=anzIjohBnMljl0iqq34JM6EnDapup6ZAAciyCvZx6lI=; b=ZA90VOTunHpYJjhxJf1wVsz74HdRppTf2EUKVEU1NekhcoYX9cMa7QB4lFgJnWtAzT 2twfIS3ALExRfR2eFwdyWJtcOb0LX+EvkAgGPeIfYR8Ociwy99x+zx8sAMUaIqxMa29u TnGct2zLe49YLiT/MohfxQ4Uo0a3MOh6+o6JwedI3/yH+1Qe9dHzm4pr4s2IpTU4q/V0 O4wYy51HQ/pyJVkkmWYpjKvYN/bZW5lfGv/to4ap+zKc/EE3pq6fWVe1YUvWIKETcxhs v1/bOKeO4vzd9+GynLRupseyLV6arr9Ph+dUSk2QLEEQw6zcxpMzVYf5JsDfJXF6vNua uxyA== 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 y8si9833630edv.438.2020.09.21.22.40.54; Mon, 21 Sep 2020 22:41:17 -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 S1728980AbgIVFh3 (ORCPT + 99 others); Tue, 22 Sep 2020 01:37:29 -0400 Received: from mail.adapt-ip.com ([173.164.178.19]:34018 "EHLO web.adapt-ip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728901AbgIVFh3 (ORCPT ); Tue, 22 Sep 2020 01:37:29 -0400 Received: from localhost (localhost [127.0.0.1]) by web.adapt-ip.com (Postfix) with ESMTP id BC5B74F9E0C; Tue, 22 Sep 2020 05:37:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at web.adapt-ip.com Received: from web.adapt-ip.com ([127.0.0.1]) by localhost (web.adapt-ip.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id hInuVOfDSjCs; Tue, 22 Sep 2020 05:37:26 +0000 (UTC) Received: from atlas.campbell.adapt-ip.com (gateway.adapt-ip.com [173.164.178.20]) (Authenticated sender: thomas@adapt-ip.com) by web.adapt-ip.com (Postfix) with ESMTPSA id 82C9C4F9DFB; Tue, 22 Sep 2020 05:37:18 +0000 (UTC) From: Thomas Pedersen To: Johannes Berg Cc: linux-wireless , Thomas Pedersen Subject: [PATCH v4 06/17] cfg80211: parse S1G Operation element for BSS channel Date: Mon, 21 Sep 2020 19:28:07 -0700 Message-Id: <20200922022818.15855-7-thomas@adapt-ip.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200922022818.15855-1-thomas@adapt-ip.com> References: <20200922022818.15855-1-thomas@adapt-ip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Extract the BSS primary channel from the S1G Operation element. Signed-off-by: Thomas Pedersen --- v4: - add protection against strange IEs in S1G (Johannes) --- net/wireless/scan.c | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/net/wireless/scan.c b/net/wireless/scan.c index b4c85e8f2107..38dabe33a4c5 100644 --- a/net/wireless/scan.c +++ b/net/wireless/scan.c @@ -1315,18 +1315,34 @@ cfg80211_get_bss_channel(struct wiphy *wiphy, const u8 *ie, size_t ielen, int channel_number = -1; struct ieee80211_channel *alt_channel; + + if (channel->band == NL80211_BAND_S1GHZ) { + tmp = cfg80211_find_ie(WLAN_EID_S1G_OPERATION, ie, ielen); + if (tmp && tmp[1] >= sizeof(struct ieee80211_s1g_oper_ie)) { + struct ieee80211_s1g_oper_ie *s1gop = (void *)(tmp + 2); + + channel_number = s1gop->primary_ch; + } + + /* even if we didn't try to use the one frame came in on */ + goto found_channel; + } + tmp = cfg80211_find_ie(WLAN_EID_DS_PARAMS, ie, ielen); if (tmp && tmp[1] == 1) { channel_number = tmp[2]; - } else { - tmp = cfg80211_find_ie(WLAN_EID_HT_OPERATION, ie, ielen); - if (tmp && tmp[1] >= sizeof(struct ieee80211_ht_operation)) { - struct ieee80211_ht_operation *htop = (void *)(tmp + 2); + goto found_channel; + } - channel_number = htop->primary_chan; - } + tmp = cfg80211_find_ie(WLAN_EID_HT_OPERATION, ie, ielen); + if (tmp && tmp[1] >= sizeof(struct ieee80211_ht_operation)) { + struct ieee80211_ht_operation *htop = (void *)(tmp + 2); + + channel_number = htop->primary_chan; + goto found_channel; } +found_channel: if (channel_number < 0) { /* No channel information in frame payload */ return channel; -- 2.20.1