From owner-freebsd-net@FreeBSD.ORG Thu May 20 23:44:51 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D426E16A4CE for ; Thu, 20 May 2004 23:44:51 -0700 (PDT) Received: from www.citello.it (host170-131.pool80117.interbusiness.it [80.117.131.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C7143D54 for ; Thu, 20 May 2004 23:44:51 -0700 (PDT) (envelope-from molter@tin.it) Received: from gattaccio.codalunga (ANice-205-1-10-97.w81-248.abo.wanadoo.fr [81.248.120.97]) by www.citello.it (Postfix) with ESMTP id 255F916FA; Fri, 21 May 2004 08:44:49 +0200 (CEST) Received: by gattaccio.codalunga (Postfix, from userid 1001) id 1778E4150; Fri, 21 May 2004 08:38:16 +0200 (CEST) Date: Fri, 21 May 2004 08:38:16 +0200 From: Marco Molteni To: freebsd-net@freebsd.org Message-Id: <20040521083816.146b1169@localhost> In-Reply-To: <200405200836.31526.sam@errno.com> References: <40AC07DB.10509@ecr.mu.oz.au> <20040520111752.10417492@localhost> <200405200836.31526.sam@errno.com> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Sam Leffler Subject: Re: 802.1x, HOSTAP, station association notifications X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 06:44:51 -0000 On Thu, 20 May 2004 Sam Leffler wrote: [..] > I pointed him at the madwifi project on sourceforge. It's a Linux > port of the net80211 layer that now includes an 802.1x authenticator > and soon will have WPA support too. Backporting to FreeBSD should be > straightforward. Sounds like the right approach :-) > For user-level notification I have some simple > additions to kqueue to define new events equivalent to the Linux > wireless extensions events (scan done, station associate, station > deauth, station join, station leave). This is exactly what I was interested in. Are you planning to commit this ? thanks marco