From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Williams Subject: Re: wireless: recap of current issues (stack) Date: Sat, 14 Jan 2006 18:29:59 -0500 Message-ID: <1137281400.27849.4.camel@localhost.localdomain> References: <20060113195723.GB16166@tuxdriver.com> <20060113212605.GD16166@tuxdriver.com> <20060113213200.GG16166@tuxdriver.com> <200601131703.29677.chase.venters@clientec.com> <43C8D685.70805@thekelleys.org.uk> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Chase Venters , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Benc , Stefan Rompf , Mike Kershaw , Krzysztof Halasa , Robert Hancock , Alistair John Strachan , Dominik Brodowski , Denis Vlasenko , Danny van Dyk , Stephen Hemminger , feyd , Andreas Mohr , Bas Vermeulen , Jean Tourrilhes , Daniel Drake , Ulrich Kunitz , Phil Dibowitz , Michael Buesch , Marcel Holtmann , Patrick McHardy , Ingo Oeser , Harald Welte To: Simon Kelley In-Reply-To: <43C8D685.70805@thekelleys.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sat, 2006-01-14 at 10:46 +0000, Simon Kelley wrote: > Chase Venters wrote: > > > As an aside to this whole thing, I know we're talking about *kernel* wireless > > but it's worthless to most people without good userland support as well. > > Anyone have any thoughts and feelings on what things look like on the > > desktop? I think if we work closely with some desktop people, we can shepard > > in some wonderful new desktop support on top of the new netlink API. > > > > An obvious place to start is the NetworkManager project. They should be > asked the obvious "what do you need" and "does this provide it" > questions. Dan Williams has been active recently producing small kernel > patches which make the kernel side stuff work better with NM, so he > might be a good contact to start with. We are actually moving NM on top of wpa_supplicant for the actual connection process. So essentially, while NM does talk to the card for information and scanning, wpa_supplicant provides the bulk of the actual connection process control. Any card that works with wpa_supplicant should then work with NetworkManager. Novel's is working on a KDE applet for NM which should hit CVS soon, I think. Dan