Networking Forums

Networking Forums > Computer Networking > Linux Networking > wpa_supplicant

Reply
Thread Tools Display Modes

wpa_supplicant

 
 
Randomthots
Guest
Posts: n/a

 
      10-16-2005, 05:58 PM
Anyone know anything about wpa_supplicant?

My OS is Fedora Core 4 with the latest kernel 2.6.13-1.1526_FC4.stk16
I installed wpa_supplicant using the wpa_supplicant-0.3.9-8.rhfc4.at rpm
package.
I am running a Dell Truemobile 1350 PCMCIA card using ndiswrapper and
the bcmwl5 driver. All is fine in cleartext and using WEP.

My AP is set to use WPA-PSK using TKIP. My passphrase is "This is a
test". I set it to broadcast my SSID.

My wpa conf file looks like:

ctrl_interface=/var/run/wpa_supplicant
ap_scan=2

network={
ssid="engelsman1"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
psk="This is a test"
}

I invoke wpa_supplicant with this command:

$ wpa_supplicant -iwlan0 -c/etc/my_supplicant.conf -Dndiswrapper -d -w

It almost works... I get the following output:

Associated with 00:13:10:1f:e9:f7
Authentication with 00:13:10:1f:e9:f7 timed out.
Trying to associate with SSID "engelsman1"
Disconnect event - remove keys

Over and over and over...

The MAC address is right, so it's seeing my AP. But the WPA
authentication isn't happening. Anybody see what's wrong?

TIA

Rod
 
Reply With Quote
 
 
 
 
sansNom
Guest
Posts: n/a

 
      10-17-2005, 07:14 PM
On Sun, 16 Oct 2005 12:58:25 -0500, Randomthots wrote:

> Anyone know anything about wpa_supplicant?
>
> My OS is Fedora Core 4 with the latest kernel 2.6.13-1.1526_FC4.stk16
> I installed wpa_supplicant using the wpa_supplicant-0.3.9-8.rhfc4.at rpm
> package.
> I am running a Dell Truemobile 1350 PCMCIA card using ndiswrapper and
> the bcmwl5 driver. All is fine in cleartext and using WEP.
>
> My AP is set to use WPA-PSK using TKIP. My passphrase is "This is a
> test". I set it to broadcast my SSID.
>
> My wpa conf file looks like:
>
> ctrl_interface=/var/run/wpa_supplicant
> ap_scan=2
>
> network={
> ssid="engelsman1"
> scan_ssid=1
> proto=WPA
> key_mgmt=WPA-PSK
> pairwise=TKIP
> psk="This is a test"
> }
>
> I invoke wpa_supplicant with this command:
>
> $ wpa_supplicant -iwlan0 -c/etc/my_supplicant.conf -Dndiswrapper -d -w
>
> It almost works... I get the following output:
>
> Associated with 00:13:10:1f:e9:f7
> Authentication with 00:13:10:1f:e9:f7 timed out.
> Trying to associate with SSID "engelsman1"
> Disconnect event - remove keys
>
> Over and over and over...
>
> The MAC address is right, so it's seeing my AP. But the WPA
> authentication isn't happening. Anybody see what's wrong?
>
> TIA
>
> Rod


It worked for me with only :
network={
ssid="You don't have to know my ssid"
key_mgmt=WPA-PSK
psk="You don't have to know"
}

Otherwise some wifi works with iwpriv wpa setup...

In the hope, it could help..

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
following wpa_supplicant negotiations. Unruh Linux Networking 2 06-30-2008 07:19 PM
Error using wpa_supplicant Ravi Sathyam Linux Networking 0 03-06-2008 09:39 PM
NetworkManager and wpa_supplicant Paul Steckler Linux Networking 0 02-08-2008 05:48 PM
wpa_supplicant problem vertigo Linux Networking 6 11-17-2007 03:34 PM
wpa_supplicant, & winpcap johnny Wireless Internet 0 11-20-2005 01:39 AM



1 2 3 4 5 6 7 8 9 10 11