From owner-freebsd-doc@FreeBSD.ORG Fri May 8 00:31:06 2015 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A0E074D for ; Fri, 8 May 2015 00:31:06 +0000 (UTC) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::229]) (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 C75A0148A for ; Fri, 8 May 2015 00:31:05 +0000 (UTC) Received: by oift201 with SMTP id t201so47165813oif.3 for ; Thu, 07 May 2015 17:31:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=tJ4enFYNc36wwjghTBazK4MfwXKNEtAXaiYTNK07Yzg=; b=Y+uw1j1c1cUnGtLAl2VyF50W7pcm3jrsSeI2aVIamyAV9KBdPmO4RmBNClToPVQ2K3 ec5g37dGjEmQ/h89ju4mg0B4RXT2qivuDhSdSaiE9LhtIBk9zU0py0iGRXw3ZhNanWca sqyHLkssshVXK0F2hCFJsiL1YfOn/1zGZYy0/NYaT1bFaw8PcqAcvlmBwHMm58sC2K8H kqvUPbwxDF2arq9PWc0OGW8dEiW16ErNk7t3KMqYASoRXHJ0r32ca2y7LU60NxerHrNT 0PYGeiXKDP2oywv0Vq4Jq4KdgmoBNXSTa154Lsl0YgFO+YfzG4nTgCatE0br+fraY/er eTXg== X-Received: by 10.202.179.9 with SMTP id c9mr1006267oif.24.1431045065133; Thu, 07 May 2015 17:31:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.150.107 with HTTP; Thu, 7 May 2015 17:30:24 -0700 (PDT) From: "Hugh O'Brien" Date: Fri, 8 May 2015 01:30:24 +0100 Message-ID: Subject: 31.3. Wireless Networking To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 00:31:06 -0000 Hi there, I think some of the details in this section may be a little out of date. For instance: 1. Specifying the appropriate module for the WLAN-NIC in /boot/loader.conf isn't always necessary. 2. Specifying the wep/ccmp/tkip modules seems unnecessary given the usage of wpa_supplicant. Of course, I may be entirely wrong, but I didn't need to do the above for 10.1-RELEASE. Thanks for the docs! Hugh