From owner-freebsd-current@freebsd.org Fri Jun 1 22:37:23 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D45B7FDBC56 for ; Fri, 1 Jun 2018 22:37:23 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:50a2::3:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "ns.exwg.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7236A7837D for ; Fri, 1 Jun 2018 22:37:23 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id CCEE06002F3 for ; Sat, 2 Jun 2018 00:37:21 +0200 (CEST) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UWOfc7fZMMbK for ; Sat, 2 Jun 2018 00:37:12 +0200 (CEST) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS for ; Sat, 2 Jun 2018 00:37:12 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id 24E2B2730D; Sat, 2 Jun 2018 00:37:12 +0200 (CEST) Date: Sat, 2 Jun 2018 00:37:12 +0200 From: Christoph Moench-Tegeder To: freebsd-current@freebsd.org Subject: Re: Can't seem to use 5GHz APs with Intel wireless Message-ID: <20180601223711.GA93642@elch.exwg.net> References: <20180601091031.72u7tqfkatsl3guh@kazhap> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180601091031.72u7tqfkatsl3guh@kazhap> User-Agent: Mutt/1.10.0 (2018-05-17) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2018 22:37:24 -0000 ## Dhananjay Balan (mail@dbalan.in): > From reading man pages, I can see that iwn(4) supports 11n. Is it > really supprted? What can I do to enable 11n? The wlan system will auto-select 11n (wide channels, MIMO) as supported by interface and network. See "ht" flag in ifconfig(8). > wlans_iwn0="wlan0" > ifconfig_wlan0="ssid SSID WPA SYNCDHCP" Did you try adding "mode 11a" to select 5GHz band? (This might be out-of-date, as my WiFi stuff is all on 11) (currently I'm also using 2.4GHz only, for compatibility with some devices and the fact that I have quite some trouble running 2.4GHz and 5GHz from the same interface at the same time). Regards, Christoph -- Spare Space