|
List Info
Thread: hostapd/wpa_supplicant - new stable release v0.5.8
|
|
| hostapd/wpa_supplicant - new stable
release v0.5.8 |

|
2007-05-28 21:47:39 |
New versions of wpa_supplicant and hostapd were just
released and are
now available from http://w1.fi/
This release is a bug fix version from the stable (0.5.x)
branch and
it replaces 0.5.7 as the recommended stable version.
hostapd:
* updated driver_devicescape.c to build with the current
wireless-dev.git tree and net/d80211 changes
* updated EAP Generalized Pre-Shared Key (EAP-GPSK) to use
the latest
draft (draft-ietf-emu-eap-gpsk-03.txt)
* fixed EAP-MSCHAPv2 server to use a space between S and M
parameters
in Success Request [Bug 203]
* added support for sending EAP-AKA Notifications in error
cases
* RADIUS server: added support for processing duplicate
messages
(retransmissions from RADIUS client) by replying with the
previous
reply
wpa_supplicant:
* updated driver_wext.c to build with the current
wireless-dev.git tree
and net/d80211 changes
* updated EAP Generalized Pre-Shared Key (EAP-GPSK) to use
the latest
draft (draft-ietf-emu-eap-gpsk-03.txt)
* fixed 'make install'
* fixed EAP-TTLS implementation not to crash on use of freed
memory
if TLS library initialization fails
* fixed EAP-AKA Notification processing to allow
Notification to be
processed after AKA Challenge response has been sent
--
Jouni Malinen PGP
id EFC895FA
_______________________________________________
HostAP mailing list
HostAP shmoo.com
http:/
/lists.shmoo.com/mailman/listinfo/hostap
|
|
| Re: hostapd/wpa_supplicant - new stable
release v0.5.8 |

|
2007-06-11 18:17:49 |
On 5/28/07, Jouni Malinen <j w1.fi> wrote:
> New versions of wpa_supplicant and hostapd were just
released and are
> now available from http://w1.fi/
>
> This release is a bug fix version from the stable
(0.5.x) branch and
> it replaces 0.5.7 as the recommended stable version.
>
> hostapd:
> * updated driver_devicescape.c to build with the
current
> wireless-dev.git tree and net/d80211 changes
Jouni,
We are using the devicescape driver from wireless-dev git
tree as
well, Is there any special instructions on building
hostapd-0.5.8 to
use it? I have set the settings in the .config to use
devicescape and
to point to my kernel's sources and it compiles fine.
However, it does not work. wpa_supplicant on another machine
can't
communicate with it nor can any Windows XP hosts.
BTW, hostapd is running on Ubuntu 7.04 (using wireless-dev
kernel
2.6.22.) The device driver is devicescape (RALink's
rt2x00/rt73usb).
The wireless device is a Belkin Wireless G USB.
Any help at all would help.
Thanks,
Ed
> * updated EAP Generalized Pre-Shared Key (EAP-GPSK) to
use the latest
> draft (draft-ietf-emu-eap-gpsk-03.txt)
> * fixed EAP-MSCHAPv2 server to use a space between S
and M parameters
> in Success Request [Bug 203]
> * added support for sending EAP-AKA Notifications in
error cases
> * RADIUS server: added support for processing duplicate
messages
> (retransmissions from RADIUS client) by replying with
the previous
> reply
>
> wpa_supplicant:
> * updated driver_wext.c to build with the current
wireless-dev.git tree
> and net/d80211 changes
> * updated EAP Generalized Pre-Shared Key (EAP-GPSK) to
use the latest
> draft (draft-ietf-emu-eap-gpsk-03.txt)
> * fixed 'make install'
> * fixed EAP-TTLS implementation not to crash on use of
freed memory
> if TLS library initialization fails
> * fixed EAP-AKA Notification processing to allow
Notification to be
> processed after AKA Challenge response has been sent
>
> --
> Jouni Malinen
PGP id EFC895FA
>
> _______________________________________________
> HostAP mailing list
> HostAP shmoo.com
> http:/
/lists.shmoo.com/mailman/listinfo/hostap
>
>
>
--
Ed Howland
http://greenprogr
ammer.blogspot.com
"The information transmitted is intended only for the
person or entity
to which it is addressed and may contain proprietary,
confidential
and/or legally privileged material. Any review,
retransmission,
dissemination or other use of, or taking of any action in
reliance
upon, this information by persons or entities other than the
intended
recipient is prohibited. If you received this in error,
please contact
the sender and delete the material from all
computers."
_______________________________________________
HostAP mailing list
HostAP shmoo.com
http:/
/lists.shmoo.com/mailman/listinfo/hostap
|
|
| Re: hostapd/wpa_supplicant - new stable
release v0.5.8 |

|
2007-06-11 18:33:10 |
On Mon, Jun 11, 2007 at 06:17:49PM -0500, Ed Howland wrote:
> We are using the devicescape driver from wireless-dev
git tree as
> well, Is there any special instructions on building
hostapd-0.5.8 to
> use it? I have set the settings in the .config to use
devicescape and
> to point to my kernel's sources and it compiles fine.
If you can build it and then use driver=devicescape in
runtime
configuration, you should be good to go as far as hostapd is
concerned.
> BTW, hostapd is running on Ubuntu 7.04 (using
wireless-dev kernel
> 2.6.22.) The device driver is devicescape (RALink's
rt2x00/rt73usb).
> The wireless device is a Belkin Wireless G USB.
I've never tested Ralink driver in AP mode and don't even
know whether
it is supposed to work.. Have you heard of someone using
this
successfully? This would be more or a question to the driver
maintainers
at this point unless it is clear that the driver is expected
to work as
an AP.
--
Jouni Malinen PGP
id EFC895FA
_______________________________________________
HostAP mailing list
HostAP shmoo.com
http:/
/lists.shmoo.com/mailman/listinfo/hostap
|
|
| Re: hostapd/wpa_supplicant - new stable
release v0.5.8 |

|
2007-06-12 10:50:14 |
On 6/11/07, Jouni Malinen <j w1.fi> wrote:
> > 2.6.22.) The device driver is devicescape
(RALink's rt2x00/rt73usb).
> > The wireless device is a Belkin Wireless G USB.
>
> I've never tested Ralink driver in AP mode and don't
even know whether
> it is supposed to work.. Have you heard of someone
using this
> successfully? This would be more or a question to the
driver maintainers
> at this point unless it is clear that the driver is
expected to work as
> an AP.
Thanks, Jouni.
What device would you recommend? Anything the hostap driver
works
with? Our only restriction is it has to be USB.
Ed
>
> --
> Jouni Malinen
PGP id EFC895FA
> _______________________________________________
> HostAP mailing list
> HostAP shmoo.com
> http:/
/lists.shmoo.com/mailman/listinfo/hostap
>
--
Ed Howland
http://greenprogr
ammer.blogspot.com
"The information transmitted is intended only for the
person or entity
to which it is addressed and may contain proprietary,
confidential
and/or legally privileged material. Any review,
retransmission,
dissemination or other use of, or taking of any action in
reliance
upon, this information by persons or entities other than the
intended
recipient is prohibited. If you received this in error,
please contact
the sender and delete the material from all
computers."
_______________________________________________
HostAP mailing list
HostAP shmoo.com
http:/
/lists.shmoo.com/mailman/listinfo/hostap
|
|
| Re: hostapd/wpa_supplicant - new stable
release v0.5.8 |

|
2007-06-13 22:09:56 |
On Tue, Jun 12, 2007 at 10:50:14AM -0500, Ed Howland wrote:
> What device would you recommend?
I don't have enough information on what you are trying to do
in order to
recommend any specific device.
> Anything the hostap driver works with? Our only
restriction is it has
> to be USB.
That combination is not going be work since Host AP driver
does not
support USB devices. Then again, your previous message did
not seem to
have anything to do with Host AP driver..
--
Jouni Malinen PGP
id EFC895FA
_______________________________________________
HostAP mailing list
HostAP shmoo.com
http:/
/lists.shmoo.com/mailman/listinfo/hostap
|
|
| Re: hostapd/wpa_supplicant - new stable
release v0.5.8 |

|
2007-06-22 22:22:46 |
On 6/13/07, Jouni Malinen <j w1.fi> wrote:
> On Tue, Jun 12, 2007 at 10:50:14AM -0500, Ed Howland
wrote:
>
> > What device would you recommend?
>
> I don't have enough information on what you are trying
to do in order to
> recommend any specific device.
>
> > Anything the hostap driver works with? Our only
restriction is it has
> > to be USB.
>
> That combination is not going be work since Host AP
driver does not
> support USB devices. Then again, your previous message
did not seem to
> have anything to do with Host AP driver..
Nope, only hostapd.
We are using it currently with the 2.6.22-rc2 wireless-dev
git release
from serial monkey. We've tried both 0.6.0 and 0.5.8, Both
work well,
but the wireless drivers are not stable yet. -rc4 completely
broke
them. Rumors of -rc5 will be better.
The chipset that seems to work best so far is rt2570. Found
in older
D-Link USB sticks.
Ed
>
> --
> Jouni Malinen
PGP id EFC895FA
> _______________________________________________
> HostAP mailing list
> HostAP shmoo.com
> http:/
/lists.shmoo.com/mailman/listinfo/hostap
>
--
Ed Howland
http://greenprogr
ammer.blogspot.com
"The information transmitted is intended only for the
person or entity
to which it is addressed and may contain proprietary,
confidential
and/or legally privileged material. Any review,
retransmission,
dissemination or other use of, or taking of any action in
reliance
upon, this information by persons or entities other than the
intended
recipient is prohibited. If you received this in error,
please contact
the sender and delete the material from all
computers."
_______________________________________________
HostAP mailing list
HostAP shmoo.com
http:/
/lists.shmoo.com/mailman/listinfo/hostap
|
|
[1-6]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|