<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
and hansen schrieb:
<blockquote cite="mid20050607095008.63619.qmail@web51102.mail.yahoo.com"
type="cite">
<pre wrap="">--- Jouni Malinen wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Please note that I'm not aware of any problems with
entering passphrases
as ASCII passphrases for either hostapd or
wpa_supplicant. In practice,
I more or less always use this in the configuration.
wpa_passphrase
could be used to speed to the program startup a bit,
if that is of
concern, but that is the only real reason for using
it. When using PSK
as a hex string, one will need to remember to update
it if SSID ever
changes and any of the devices is using a
passphrase. As such, I would
recommend using passphrase as an ASCII string in
wpa_pasphrase field.
</pre>
</blockquote>
</blockquote>
Jouni<br>
<br>
This would be nice. In my case its impossible to use pwd: What do I
wrong?<br>
If I use acsii it doesn't connect. If I use psk with generated pwd it
works.<br>
<br>
Let me know if you want a logfile of server/client.<br>
<br>
BTW: I use hostapd-0.4.1 with option -t but there is now timestamp in
not one message.<br>
In wpa_supplicant-0.4.1 it works fine. What's wrong?<br>
<br>
Thanks Beat<br>
<br>
<br>
My wpa_config config file:<br>
*********************<br>
<br>
network={<br>
ssid="wireless-1"<br>
# scan_ssid=0<br>
mode=0<br>
proto=WPA<br>
key_mgmt=WPA-PSK<br>
auth_alg=OPEN<br>
pairwise=TKIP CCMP<br>
group=TKIP CCMP<br>
psk="verynice"<br>
}<br>
<br>
hostapd.conf<br>
***********<br>
ssid=wireless-1<br>
auth_algs=3<br>
wpa=1<br>
wpa_passphrase="verynice"<br>
wpa_key_mgmt=WPA-PSK<br>
wpa_pairwise=TKIP<br>
<br>
<br>
<br>
<blockquote cite="mid20050607095008.63619.qmail@web51102.mail.yahoo.com"
type="cite">
<blockquote type="cite">
<pre wrap="">--
Jouni Malinen
</pre>
</blockquote>
<pre wrap=""><!---->
No problem in using password instead of passphrase
here
I'm also able to connect to a linksyswap54g using only
passwords.
Best Regards
Lasse Jensen
_______________________________________________
HostAP mailing list
<a class="moz-txt-link-abbreviated" href="mailto:HostAP@shmoo.com">HostAP@shmoo.com</a>
<a class="moz-txt-link-freetext" href="http://lists.shmoo.com/mailman/listinfo/hostap">http://lists.shmoo.com/mailman/listinfo/hostap</a>
</pre>
</blockquote>
<br>
</body>
</html>