Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2006 18:36:02 -0800
From:      Sam Leffler <sam@errno.com>
To:        probsd org <probsdorg@yahoo.com>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: wpa_password not included in 6.1
Message-ID:  <455BCE92.1020804@errno.com>
In-Reply-To: <791040.31210.qm@web52408.mail.yahoo.com>
References:  <791040.31210.qm@web52408.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
probsd org wrote:
> 
> Brooks Davis <brooks@one-eyed-alien.net> wrote:    On Wed, Nov 15, 2006 at 03:05:55PM -0800, probsd org wrote:
>> I'm using FBSD 6.1 and have ndis0 configured. The wireless router I need to connect to is doing WPA-PSK TKIP encryption. I have installed wpa_supplicant but when configuring /etc/wpa_supplicant.conf I have to define 32-bit 
>> psk password from wpa_password. But, I see wpa_password isn't included in FBSD 6.1
>>
>> What are my options?
> 
> wpa_supplicant was shipped with FreeBSD 6.0 and beyond.
> 
> -- Brooks
>    
>   It is my understanding that wpa_password is apart of wpa_supplicant. One needs to run 'wpa_password ssid password' to generate the 32-bit password when configuring /etc/wpa_supplicant.conf

[please don't cross-post to multiple groups]

If you put the ascii string in the wpa_supplicant.conf file then
wpa_supplicant will do the work of wpa_passphrase and you don't need it.
 If you want wpa_passphrase for pre-caculating the PSK, then the code is
in contrib/wpa_supplicant and you can build it yourself.  Another person
requested it be hooked to the build and it's on my TODO list but hasn't
happened yet.

	Sam

PS. If you really meant wpa_psasword then I don't know what it is;
please provide a pointer.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?455BCE92.1020804>