Package: wpasupplicant
Version: 0.3.7-1
Severity: normal
Tags: patch

Hello, wpasupplicant doesn't associate with cleartext AP using -D ipw.
I'm using the latest ipw2200 source (1.0.1 not yet in Debian unstable).
The problem is similar to bug 294909. Not knowing what to do, I monkeyd
aroud the same patch used for madwifi: adding the equivalent to the
driver_ipw.c makes the new wpasupplicant working again.

I'm not sure about the patch, since my knowledge of the wpasupplicant
code is basically NIL, but .. it works for me.

cheers
graziano



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc2
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages wpasupplicant depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries

-- no debconf information
--- driver_ipw.c        2005-02-13 14:57:28.000000000 -0800
+++ driver_ipw.c.modified       2005-02-13 14:57:23.000000000 -0800
@@ -326,6 +326,9 @@
        int ret = 0;
        int unencrypted_eapol;
 
+       if ((params->key_mgmt_suite == KEY_MGMT_NONE) &&
+                       (wpa_driver_ipw_set_wpa(drv, 0) < 0))
+               ret = -1;
        if (ipw_set_wpa_ie(drv, params->wpa_ie, params->wpa_ie_len) < 0)
                ret = -1;
        if (wpa_driver_wext_set_ssid(drv->wext, params->ssid,

Reply via email to