]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/wireless/wext-core.c
[PATCH] Wireless Extensions 18 (aka WPA)
author <jt@hpl.hp.com> <>
Fri, 13 May 2005 00:24:19 +0000 (20:24 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 13 May 2005 00:24:19 +0000 (20:24 -0400)
commitfff9cfd99c0f88645c3f50d7476d6c8cef99f140
tree83ee9850fb74a01f57b27180d29ef501b8c28abe
parent88d7bd8cb9eb8d64bf7997600b0d64f7834047c5
  [PATCH] Wireless Extensions 18 (aka WPA)

        This is version 18 of the Wireless Extensions. The main change
  is that it adds all the necessary APIs for WPA and WPA2 support. This
  work was entirely done by Jouni Malinen, so let's thank him for both
  his hard work and deep expertise on the subject ;-)
        This APIs obviously doesn't do much by itself and works in
  concert with driver support (Jouni already sent you the HostAP
  changes) and userspace (Jouni is updating wpa_supplicant). This is
  also orthogonal with the ongoing work on in-kernel IEEE support (but
  potentially useful).
        The patch is attached, tested with 2.6.11. Normally, I would
  ask you to push that directly in the kernel (99% of the patch has been
  on my web page for ages and it does not affect non-WPA stuff), but
  Jouni convinced me that it should bake a few weeks in wireless-2.6
  first, so that other driver maintainers can get up to speed with it.

Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
include/linux/wireless.h
net/core/wireless.c