From owner-freebsd-current@FreeBSD.ORG Wed Dec 8 18:52:06 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0AD616A4CE for ; Wed, 8 Dec 2004 18:52:06 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D7143D69 for ; Wed, 8 Dec 2004 18:52:06 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id iB8IpAWi026244 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 8 Dec 2004 10:52:06 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: freebsd-current@freebsd.org Date: Wed, 8 Dec 2004 10:59:19 -0800 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412081059.22949.sam@errno.com> Subject: HEADSUP: updated net80211 layer committed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 08 Dec 2004 18:52:07 -0000 I just committed a major update to the 802.11 support. I did my best to verify all existing users compile and work (where I have cards) but there's sure to be some fallout. In particular I expect that wi cards operating in hostap with wep will need some fixup. If you encounter problems please post here as I've been promised other folks will assist in handling issues. There are many new features added. The most important probably is that there is now full support for WPA, 802.11i, and 802.1x though the wpa_supplicant and hostap programs. I've got simple ports for these packages http://people.freebsd.org/~sam/security-wpa_supplicant.tgz http://people.freebsd.org/~sam/security-hostapd.tgz If someone wants to step up and see them committed it would be appreciated. More work will be filtering in to the tree. I've got a revised ifconfig that hooks up to all the new 802.11 functionality and a dhclient that understands events generated by the 802.11 layer so, for example, roaming between AP's results in fast IP address changes. Sam