* Re: [RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace [not found] ` <1141935893.28038.2.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> @ 2006-03-09 20:36 ` Larry Finger [not found] ` <1141936896.28038.6.camel@localhost.localdomain> 0 siblings, 1 reply; 5+ messages in thread From: Larry Finger @ 2006-03-09 20:36 UTC (permalink / raw) To: Dan Williams Cc: netdev-u79uwXL29TY76Z2rM5mHXA, bcm43xx-dev-0fE9KPoRgkgATYTw5x5z8w, softmac-dev-cdvu00un1VgdHxzADdlk8Q, Denis Vlasenko, David Woodhouse 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 <dcbw-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > V2 compiles cleanly. It still doesn't authenticate with my WRT54G V5, but that must be another problem. Larry ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <1141936896.28038.6.camel@localhost.localdomain>]
* Re: [RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace [not found] ` <1141936896.28038.6.camel@localhost.localdomain> @ 2006-04-12 23:56 ` Johannes Berg [not found] ` <20060413001909.GB23116@falcon.fugal.net> 0 siblings, 1 reply; 5+ messages in thread From: Johannes Berg @ 2006-04-12 23:56 UTC (permalink / raw) To: Dan Williams Cc: Larry Finger, netdev, softmac-dev, David Woodhouse, bcm43xx-dev [-- Attachment #1: Type: text/plain, Size: 498 bytes --] 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 should allow us to figure out exactly where > wpa_supplicant and/or the driver are having issues. Did this ever happen? I'm currently trying to collect all the pending patches johannes [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 793 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20060413001909.GB23116@falcon.fugal.net>]
[parent not found: <1144887916.4187.28.camel@localhost>]
[parent not found: <20060413002816.GC23116@falcon.fugal.net>]
[parent not found: <1144888334.4187.32.camel@localhost>]
* Re: [RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace [not found] ` <1144888334.4187.32.camel@localhost> @ 2006-04-14 1:05 ` Hans Fugal 2006-04-15 19:25 ` Johannes Berg 0 siblings, 1 reply; 5+ messages in thread From: Hans Fugal @ 2006-04-14 1:05 UTC (permalink / raw) To: Johannes Berg Cc: Larry Finger, netdev, softmac-dev, David Woodhouse, Dan Williams, bcm43xx-dev [-- Attachment #1: Type: text/plain, Size: 527 bytes --] 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 not work. -- Hans Fugal ; http://hans.fugal.net There's nothing remarkable about it. All one has to do is hit the right keys at the right time and the instrument plays itself. -- Johann Sebastian Bach [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace 2006-04-14 1:05 ` Hans Fugal @ 2006-04-15 19:25 ` Johannes Berg 2006-04-16 11:24 ` softmac: semantics of SIOCSIWFREQ Ulrich Kunitz 0 siblings, 1 reply; 5+ messages in thread From: Johannes Berg @ 2006-04-15 19:25 UTC (permalink / raw) To: Hans Fugal Cc: Larry Finger, netdev, softmac-dev, David Woodhouse, Dan Williams, bcm43xx-dev [-- Attachment #1: Type: text/plain, Size: 576 bytes --] 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 related, I still must issue an > > ip link set up eth1 > > after loading the bcm43xx module but before starting wpa_supplicant or > it will not work. Right, that is expected behaviour right now until we come up with how to handle this properly. johannes [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 793 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* softmac: semantics of SIOCSIWFREQ 2006-04-15 19:25 ` Johannes Berg @ 2006-04-16 11:24 ` Ulrich Kunitz 0 siblings, 0 replies; 5+ messages in thread From: Ulrich Kunitz @ 2006-04-16 11:24 UTC (permalink / raw) To: Johannes Berg; +Cc: netdev, softmac-dev Hi, I'm just reviewing the zd1211 code and I'm wondering about the semantics of SIOCSIWFREQ and actually, what is good for. It looks like that softmac's set_channel can be called at any time and will ignore any settings of SIOCSIWFREQ even it is has been given the flag IW_FREQ_FIXED. Following questions come to mind: - Is SIOCSIWFREQ allowed while associated? - If the flag IW_FREQ_FIXED is set, should all activitity including scanning only be allowed on this frequency? (Actually a better would even be to work with channel/frequency sets. These sets would make a lot of sense for parallel scanning whith more than one device.) - Is there any use of the control, if the frequency is not fixed? SIOCSIWFREQ and SIOCGIWFREQ appear to be good candidates to be included in the softmac. If I would have a rough idea, what the semantics should be, I would even volunteer to implement it. Uli -- Ulrich Kunitz - kune@deine-taler.de ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-04-16 11:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1141928917.26954.7.camel@localhost.localdomain>
[not found] ` <1141935893.28038.2.camel@localhost.localdomain>
[not found] ` <1141935893.28038.2.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2006-03-09 20:36 ` [RFC PATCH] softmac: (v2) send WEXT assoc/disassoc events to userspace Larry Finger
[not found] ` <1141936896.28038.6.camel@localhost.localdomain>
2006-04-12 23:56 ` Johannes Berg
[not found] ` <20060413001909.GB23116@falcon.fugal.net>
[not found] ` <1144887916.4187.28.camel@localhost>
[not found] ` <20060413002816.GC23116@falcon.fugal.net>
[not found] ` <1144888334.4187.32.camel@localhost>
2006-04-14 1:05 ` Hans Fugal
2006-04-15 19:25 ` Johannes Berg
2006-04-16 11:24 ` softmac: semantics of SIOCSIWFREQ Ulrich Kunitz
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).