From owner-freebsd-wireless@freebsd.org Mon May 29 06:11:43 2017 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7121CD86C48 for ; Mon, 29 May 2017 06:11:43 +0000 (UTC) (envelope-from pietro.sammarco@googlemail.com) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 475E21984 for ; Mon, 29 May 2017 06:11:43 +0000 (UTC) (envelope-from pietro.sammarco@googlemail.com) Received: by mail-oi0-x230.google.com with SMTP id l18so67997592oig.2 for ; Sun, 28 May 2017 23:11:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=GLvBwUO0Y38zJqJtTvF79+y61zVZMMLpB+giP4OZmvA=; b=ptoNQd7+V9Hsu5N+ElOQf8X6o1SjqTbqLGM2K2pshKdwTRfzuzWRQh7oWinxIP+opk BzONFYseW08c3PEXw3w2Ux13jJRXgqGH/V1zg2LMq97+L07JAXiW+HLMqYnmWpXY+HHp 6bYPIkDOJin/XzWYX9nqPr1+uH6ZI62ZwJLmyoZ11I9xCCPiHiFgI7sXjJPb7DnAb54A 42YKg6Rgv3xCQS69SzjR7AjKTLTwcenDOU5+mB+/W59mxPN/gN44nQcGLBRaf6PiqBwr oUgb/au57t077/QO9Rvwml/0k7RbmtLu+iR0Lnr3lvRKdld5Ebsm7eZ2TDBVVHg0DE+N D7RA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=GLvBwUO0Y38zJqJtTvF79+y61zVZMMLpB+giP4OZmvA=; b=tjikloE5vzlHICmYirV4Ah+DFFzJiMgqBNKhOgOD32LhPOxVzwSmXX+bIKJiD5Ymln pze4gu9YfRl6YTuKQajedAD0TevtFWD7YYZbkImOgPe56px8ANb3xIUOzQUId2btZcE1 YeIMBGqfgws+roRq4dBjqnQmG0eTRANmF0unFHmp3aIddUaPdgyLhM2fjvfgjsTn75Ni ydobUom8zllDIvBWa7O/Z5fX31E3lX3ATSXDHoQ5tyTaRQb8r5rkmUq9Yy42xTfnLct4 GbVbGA4Yql0vf63HwN3EB++SGGAU0+0oZ4N7bkhq6txBWl7U0QBHM7MF4j6erj0HRg55 /ViQ== X-Gm-Message-State: AODbwcBi51mL29k/4ZJJ4DSDut5CcJW6mzY4mNQWaXkGZ6MtzSm8xnqG naPPTeaxKEFNQaI+Jf9Mm2QasD7fiA== X-Received: by 10.202.56.212 with SMTP id f203mr6018516oia.146.1496038302473; Sun, 28 May 2017 23:11:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.21.104 with HTTP; Sun, 28 May 2017 23:11:41 -0700 (PDT) Received: by 10.157.21.104 with HTTP; Sun, 28 May 2017 23:11:41 -0700 (PDT) In-Reply-To: References: From: Pietro Sammarco Date: Mon, 29 May 2017 01:11:41 -0500 Message-ID: Subject: No IEEE80211N in HOSTAPD 11-Release To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 06:11:43 -0000 Hello folks. I recently bought a APU2C4 for the solely purpose to have it as a all in one FreeBSD router, firewall, HOSTAPD. It has got two mini PCIe Compex WLE200NX, which uses the Atheros AR9280 chipset. ath0: mem 0xfe400000-0xfe40ffff at device 0.0 on pci1 ath0: [HT] enabling HT modes ath0: [HT] 1 stream STBC receive enabled ath0: [HT] 1 stream STBC transmit enabled ath0: [HT] 2 RX streams; 2 TX streams ath0: AR9280 mac 128.2 RF5133 phy 13.0 ath0: 2GHz radio: 0x0000; 5GHz radio: 0x00c0 However though, I am running into a sort of nightmare with getting 802.11n to work with hostapd. Line 6: unknown configuration item 'ieee80211n' I could be totally wrong, but from what I understood IEEE80211N is disabled both from the hostapd binary included with system base(I am on FreeBSD 11-relese p9), as well as from the one in ports/pkg. Does this mean that I won't be getting no 802.11n love? If so, is there any reason of why 802.11n has been disabled from hostapd? If this turns out to be true, I honestly don't know whether is worth to venture compiling hostapd from source or rather going with pfsense, since they got it patched some 3 years ago. I appreciate your help. Thanks, Pietro