Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
wpa_password not included in 6.1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
probsd org  
View profile  
 More options Nov 15 2006, 6:05 pm
Newsgroups: lucky.freebsd.mobile, lucky.freebsd.questions
From: probsd org <probsd...@yahoo.com>
Date: Wed, 15 Nov 2006 15:05:55 -0800 (PST)
Local: Wed, Nov 15 2006 6:05 pm
Subject: wpa_password not included in 6.1
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?

  Michael

---------------------------------
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brooks Davis  
View profile  
 More options Nov 15 2006, 6:11 pm
Newsgroups: lucky.freebsd.mobile, lucky.freebsd.questions
From: Brooks Davis <bro...@one-eyed-alien.net>
Date: Wed, 15 Nov 2006 17:11:48 -0600
Local: Wed, Nov 15 2006 6:11 pm
Subject: Re: wpa_password not included in 6.1

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

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
probsd org  
View profile  
 More options Nov 15 2006, 9:04 pm
Newsgroups: lucky.freebsd.mobile, lucky.freebsd.questions
From: probsd org <probsd...@yahoo.com>
Date: Wed, 15 Nov 2006 18:04:35 -0800 (PST)
Local: Wed, Nov 15 2006 9:04 pm
Subject: Re: wpa_password not included in 6.1

Brooks Davis <bro...@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

---------------------------------
Sponsored Link

   Mortgage rates as low as 4.625% - $150,000 loan for $579 a month. Intro-*Terms


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Leffler  
View profile  
 More options Nov 15 2006, 9:36 pm
Newsgroups: lucky.freebsd.mobile
From: Sam Leffler <s...@errno.com>
Date: Wed, 15 Nov 2006 18:36:02 -0800
Local: Wed, Nov 15 2006 9:36 pm
Subject: Re: wpa_password not included in 6.1

probsd org wrote:

> Brooks Davis <bro...@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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
probsd org  
View profile  
 More options Nov 15 2006, 9:48 pm
Newsgroups: lucky.freebsd.mobile
From: probsd org <probsd...@yahoo.com>
Date: Wed, 15 Nov 2006 18:48:40 -0800 (PST)
Local: Wed, Nov 15 2006 9:48 pm
Subject: Re: wpa_password not included in 6.1

Sam Leffler <s...@errno.com> wrote:    probsd org wrote:

> Brooks Davis

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.

  Sam,
       Sorry, I did mean wpa_passphrase. When I put the ascii password for PSK   and run wpa_supplicant -i ndis0 -c /ets/wpa_supplicant.conf I am getting a kernal trap error and a subsequent forced reboot.

---------------------------------
Sponsored Link

Mortgage rates near 39yr lows. $420,000 Mortgage for $1,399/mo - Calculate new house payment


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Henrik Brix Andersen  
View profile  
 More options Nov 16 2006, 4:49 am
Newsgroups: lucky.freebsd.mobile
From: Henrik Brix Andersen <hen...@brixandersen.dk>
Date: Thu, 16 Nov 2006 10:49:19 +0100
Local: Thurs, Nov 16 2006 4:49 am
Subject: Re: wpa_password not included in 6.1

On Wed, Nov 15, 2006 at 06:48:40PM -0800, probsd org wrote:
> Sorry, I did mean wpa_passphrase. When I put the ascii password for
> PSK and run wpa_supplicant -i ndis0 -c /ets/wpa_supplicant.conf I am
> getting a kernal trap error and a subsequent forced reboot.

Please see bin/104457 [1] for my patch which connects wpa_passphrase
to the build.

Regards,
Brix

[1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=104457
--
Henrik Brix Andersen <hen...@brixandersen.dk>

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »