18 Jul, 2007

1 commit


08 May, 2007

1 commit


28 Apr, 2007

1 commit

  • After 13 years of use, it looks like my email address is finally going
    to disappear. While this is likely to drop the amount of incoming spam
    greatly ;-), it may also affect more appropriate messages, so let's
    update my email address in various places. In addition, Host AP mailing
    list is subscribers-only and linux-wireless can also be used for
    discussing issues related to this driver which is now shown in
    MAINTAINERS.

    Signed-off-by: Jouni Malinen
    Signed-off-by: John W. Linville

    Jouni Malinen
     

11 Feb, 2007

1 commit


22 Jul, 2006

1 commit


06 May, 2006

1 commit


25 Apr, 2006

1 commit


28 Mar, 2006

1 commit

  • The attached patch removes a potential problem from ieee80211_wx.c, by changing the name of routine
    ipw2100_translate_scan to ieee80211_translate_scan. The problem is minor as the routine is declared
    static; however, if it were made global, it would pollute the namespace.

    Signed-Off-By: Larry Finger
    Signed-off-by: John W. Linville

    Larry Finger
     

17 Feb, 2006

1 commit

  • It replaces returning WPA/RSN IEs as custom events with returning them
    as IWEVGENIE events. I have tested that it returns proper information
    with both Xsupplicant, and the latest development version of the Linux
    wireless tools.

    Signed-off-by: Chris Hessing
    Signed-off-by: Zhu Yi
    Signed-off-by: John W. Linville

    Zhu Yi
     

31 Jan, 2006

1 commit

  • This patch creates two functions ieee80211_wx_set_auth and
    ieee80211_wx_get_auth that can be used by drivers for the wireless
    extension handlers instead of writing their own, if the implementation
    should be software only.

    These patches enable using bcm43xx devices with WPA and this seems (as
    far as I can tell) to be the only difference between the stock ieee80211
    and softmac's ieee80211 left.

    Signed-Off-By: Johannes Berg

    Signed-off-by: John W. Linville

    Larry Finger
     

28 Jan, 2006

2 commits


15 Jan, 2006

1 commit


09 Jan, 2006

1 commit

  • This patch fixes some of the ieee80211 crypto related code so that
    instead of having the host fully do crypto operations, the host_build_iv
    flag works properly (for WEP in this patch) which, if turned on,
    requires the hardware to do all crypto operations, but the ieee80211
    layer builds the IV. The hardware also has to build the ICV.

    Previously, the host_build_iv flag couldn't be used at all for WEP, and
    not alone (with both host_decrypt and host_encrypt disabled) because the
    crypto algorithm wasn't assigned. This is also fixed.

    I have tested this patch both in host crypto mode and in hw crypto mode
    (with the Broadcom chipset).

    [resent, signing digitally caused it to be MIME-junked, sorry]

    Signed-Off-By: Johannes Berg

    Signed-off-by: Jeff Garzik

    Johannes Berg
     

08 Nov, 2005

2 commits


19 Oct, 2005

1 commit


23 Sep, 2005

1 commit


22 Sep, 2005

9 commits

  • Remove old WIRELESS_EXT version compatibility

    In-tree doesn't need to maintain backward compatibility.

    Signed-off-by: James Ketrenos
    Signed-off-by: Jeff Garzik

    James Ketrenos
     
  • tree 0d3e41e574fcb41b9da7f0b7e1d27ec350726654
    parent dbe2885fe2f454d538eaaabefc741ded1026f476
    author James Ketrenos 1126720499 -0500
    committer James Ketrenos 1127314531 -0500

    Updated copyright dates.

    NOTE: This is a split out of just the copyright updates from patch
    24/29 in the prior series.

    Signed-off-by: James Ketrenos
    Signed-off-by: Jeff Garzik

    James Ketrenos
     
  • tree 2e6f6e7dc4f4eeb8e3dc265020016dd53e40578a
    parent ba2075794a089430b3dd7c90ff46ce1b67e9c7cc
    author Zhu Yi 1125551043 +0800
    committer James Ketrenos 1127314475 -0500

    [Bug 768] Keep auth mode unchanged after iwconfig key off/on cycle.

    Signed-off-by: Zhu Yi
    Signed-off-by: Jeff Garzik

    James Ketrenos
     
  • tree 5c7559a1216ae1121487f6aed94a6017490729b3
    parent c1ff4c22e5622c8987bf96c09158c4924cde98c2
    author Hong Liu 1125482767 +0800
    committer James Ketrenos 1127314427 -0500

    Mixed PTK/GTK CCMP/TKIP support.

    Signed-off-by: Hong Liu
    Signed-off-by: Jeff Garzik

    James Ketrenos
     
  • tree 1536f39c18756698d033da72c49300a561be1289
    parent 07172d7c9f10ee3d05d6f6489ba6d6ee2628da06
    author Liu Hong 1124436225 -0500
    committer James Ketrenos 1127312664 -0500

    Added WE-18 support to default wireless extension handler in ieee80211
    subsystem.

    Updated patch since last send to account for ieee80211_device parameter
    being added to the crypto init method.

    Signed-off-by: James Ketrenos
    Signed-off-by: Jeff Garzik

    James Ketrenos
     
  • tree 898fedef6ca1b5b58b8bdf7e6d8894a78bbde4cd
    parent 8720fff53090ae428d2159332b6f4b2749dea10f
    author Zhu Yi 1124435746 -0500
    committer James Ketrenos 1127312509 -0500

    Allow drivers to fix an issue when using wpa_supplicant with WEP.

    The problem is introduced by the hwcrypto patch. We changed indicator of
    the encryption request from the upper layer (i.e. wpa_supplicant):

    In the original host based crypto the driver could use: crypt &&
    crypt->ops.

    In the new hardware based crypto, the driver should use the flags
    specified in ieee->sec.encrypt.

    Signed-off-by: James Ketrenos
    Signed-off-by: Jeff Garzik

    James Ketrenos
     
  • tree b9cdd7058b787807655ea6f125e2adbf8d26c863
    parent 85d9b2bddfcf3ed2eb4d061947c25c6a832891ab
    author Zhu Yi 1124435212 -0500
    committer James Ketrenos 1127312152 -0500

    Fix time calculation, switching to use jiffies_to_msecs.

    Signed-off-by: James Ketrenos
    Signed-off-by: Jeff Garzik

    James Ketrenos
     
  • tree 5322d496af90d03ffbec27292dc1a6268a746ede
    parent 6c9364386ccb786e4a84427ab3ad712f0b7b8904
    author James Ketrenos 1124432367 -0500
    committer James Ketrenos 1127311810 -0500

    Hardware crypto and fragmentation offload support added (Zhu Yi)

    Signed-off-by: James Ketrenos
    Signed-off-by: Jeff Garzik

    James Ketrenos
     
  • tree 367069f24fc38b4aa910e86ff40094d2078d8aa7
    parent a33a1982012e9070736e3717231714dc9892303b
    author James Ketrenos 1124430800 -0500
    committer James Ketrenos 1127310571 -0500

    Fixed a kernel oops on module unload by adding spin lock protection to
    ieee80211's crypt handlers (thanks to Zhu Yi)

    Modified scan result logic to report WPA and RSN IEs if set (vs.being
    based on wpa_enabled)

    Added ieee80211_device as the first parameter to the crypt init()
    method. TKIP modified to use that structure for determining whether to
    countermeasures are active.

    Signed-off-by: James Ketrenos
    Signed-off-by: Jeff Garzik

    James Ketrenos
     

16 Sep, 2005

1 commit


07 Sep, 2005

2 commits


15 Aug, 2005

1 commit


13 May, 2005

1 commit