Re: [RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace

2006-04-15 Thread Johannes Berg
On Thu, 2006-04-13 at 19:05 -0600, Hans Fugal wrote: > With the patch, wpa_supplicant is able to work properly for WEP and > plaintext as tested with my bcm4306 (iBook), and the latest git. Thanks, great. I have network-manager up and running too now (finally!) > However, and this may not be rela

Re: [RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace

2006-04-13 Thread Hans Fugal
With the patch, wpa_supplicant is able to work properly for WEP and plaintext as tested with my bcm4306 (iBook), and the latest git. However, and this may not be related, I still must issue an ip link set up eth1 after loading the bcm43xx module but before starting wpa_supplicant or it will

Re: [RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace

2006-04-12 Thread Johannes Berg
On Thu, 2006-03-09 at 15:41 -0500, Dan Williams wrote: > Can you grab a debug log from wpa_supplicant? Run wpa_supplicant with > the args "-ddd", and _don't_ run it as a daemon. Mail the output to me > if you don't want it to go to everyone on the cc list (might include > SSIDs and such). That

Re: [RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace

2006-03-09 Thread Dan Williams
On Thu, 2006-03-09 at 14:36 -0600, Larry Finger wrote: > Dan Williams wrote: > > Completely untested, not entirely sure it compiles. For whatever > > reason, softmac is sending custom events to userspace already, but it > > should _really_ be sending the right WEXT events instead. Comments? If >

Re: [RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace

2006-03-09 Thread Larry Finger
Dan Williams wrote: Completely untested, not entirely sure it compiles. For whatever reason, softmac is sending custom events to userspace already, but it should _really_ be sending the right WEXT events instead. Comments? If this looks good, please apply it. Signed-off-by: Dan Williams <[EMA

[RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace

2006-03-09 Thread Dan Williams
Completely untested, not entirely sure it compiles. For whatever reason, softmac is sending custom events to userspace already, but it should _really_ be sending the right WEXT events instead. Comments? If this looks good, please apply it. Signed-off-by: Dan Williams <[EMAIL PROTECTED]> --- a