Re: Rtl8187se & 2.6.30.3 - almost, but no wpa

From: Dan Farrell
Date: Tue Jul 28 2009 - 01:20:47 EST


On Mon, 27 Jul 2009 19:02:02 +0000
"Dan Farrell" <Dan@xxxxxxxxxxxx> wrote:

> I write to report limited success with the realtek rtl8187se wireless
> b/g network card driver in 2.6.30.3 staging. The driver works
> AFAICT with open networks. The driver does not appear to work yet
> with WPA. I will follow with bits from dmesg if I can figure out what
> seems relevant.

I have not seen any issues in dmesg that appear relevant; but have
pulled from verbose debug output of wpa_supplicant the following lines:

WPA: IE in 3/4 msg does not match with IE in Beacon/ProbeResp
(src=00:13:46:5f:f3:c4) WPA: WPA IE in Beacon/ProbeResp -
hexdump(len=28): dd 1a 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 04
00 50 f2 02 01 00 00 50 f2 02 WPA: WPA IE in 3/4 msg - hexdump(len=28):
dd 1a 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 04 00 50 f2 02 01 00
00 50 f2 02 WPA: RSN IE in Beacon/ProbeResp - hexdump(len=26): 30 18 01
00 00 0f ac 02 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 00 00
WPA: RSN IE in 3/4 msg - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 00
00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 0c 00
wpa_driver_wext_disassociate

note that RSN IE in Beacon/ProbeResp does not match WPA: RSN IE in 3/4
msg. in the second to last byte, the former shows 00 and the later
shows 0c.

Digging into source code...

-- dan farrell
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/