Bug 627 - Can not associate with open AP using wpa_supplicant
: Can not associate with open AP using wpa_supplicant
Status: VERIFIED FIXED
: IPW2200
__UNSPECIFIED__
: 1.0.2
: IBM Gentoo
: P2 normal
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-04-08 02:57 by
Modified: 2005-10-09 10:33 (History)


Attachments
Output from wpa_supplicant -i eth1 -D ipw -c /etc/wpa_supplicant.conf -ddd (19.08 KB, text/plain)
2005-04-08 02:58, Henrik Brix Andersen
Details
dmesg output with ipw2200 debug=0x43fff (113.15 KB, text/plain)
2005-04-09 05:19, Henrik Brix Andersen
Details
Adds support for open and WEP based APs with wpa_supplicant (2.40 KB, patch)
2005-04-12 12:39, James Ketrenos
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-04-08 02:57:56
I can not associate with an open AP using wpa_supplicant (0.3.8) and
ipw2200-1.0.2 (also tried ipw2200-1.0.3-pre7).

My wpa_supplicant.conf is as follows:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel

ap_scan=1

network={
        ssid="Wireless"
	bssid=00:30:ab:0c:38:25
        key_mgmt=NONE
        priority=1
}

I can associate with the same open AP using wpa_supplicant-0.3.8 and my IPW2100
and the ipw2100-1.1.0 driver.
------- Comment #1 From 2005-04-08 02:58:38 -------
Created an attachment (id=336) [details]
Output from wpa_supplicant -i eth1 -D ipw -c /etc/wpa_supplicant.conf -ddd
------- Comment #2 From 2005-04-08 09:38:28 -------
Can you capture the driver log at 0x43fff during the time in which the
wpa_supplicant is being run?  I want to see what the driver is being configured
with from wpa_supplicant.

Thanks,
James
------- Comment #3 From 2005-04-09 05:19:19 -------
Created an attachment (id=337) [details]
dmesg output with ipw2200 debug=0x43fff

wpa_supplicant.conf entry:

network={
	ssid="carvit"
	bssid=00:0c:41:3a:55:6f
	key_mgmt=NONE
	priority=2
}

The log shows that:
ipw2200: U ipw_best_network Network 'carvit (00:0c:41:3a:55:6f)' excluded
because of privacy mismatch: on != off.

Although 'iwlist eth1 scan' output clearly shows that Encryption key:off.
------- Comment #4 From 2005-04-09 05:20:08 -------
This is with ipw2200-1.0.3, btw.
------- Comment #5 From 2005-04-09 05:22:20 -------
Looks like privacy is turned on by wpa_supplicant for some reason:

ipw2200: U ipw_debug_config PRIVACY on
------- Comment #6 From 2005-04-12 12:39:14 -------
Created an attachment (id=340) [details]
Adds support for open and WEP based APs with wpa_supplicant

This patch fixes support for open and WEP enabled networks using wpa_supplicant
without TKIP or CCMP.
------- Comment #7 From 2005-04-12 13:19:56 -------
AFAICR ipw2200-1.0.2 already supported WEP APs with wpa_supplicant, and i'm sure
1.0.3 already supports WEP APs with wpa_supplicant since i'm using it right now.
------- Comment #8 From 2005-04-12 14:26:16 -------
WEP != Open
------- Comment #9 From 2005-04-12 17:22:12 -------
Brix: thus my comment about comment #6 from James: "This patch fixes support for
open and WEP enabled networks using wpa_supplicant". 1.0.2 already supported WEP
with wpa_supplicant. So i guess what he meant was this patch fixed association
with open APs and wpa_supplicant.
------- Comment #10 From 2005-04-14 08:33:29 -------
Alrighty; I've merged in for 1.0.4 and will set as 'fixed' (in the CHANGES I'm
just referenging it fixing 'open' APs since as Pedro points out, WEP APs worked
before)

------- Comment #11 From 2005-05-18 07:15:35 -------
Verified, thanks.