continueing from the previous post...
Here's the output from wpa_supplicant:
Code:
root@ubuntu:~# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa.conf
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:80:48:4f:21:8d (SSID='xeonw' freq=2412
MHz)
ioctl[SIOCSIWFREQ]: Operation not supported
Association request to the driver failed
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:80:48:4f:21:8d
WPA: IE in 3/4 msg does not match with IE in Beacon/ProbeResp
(src=00:80:48:4f:21:8d)
WPA: RSN IE in Beacon/ProbeResp - hexdump(len=26): 30 18 01 00 00 0f
ac 04 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 00 00
WPA: RSN IE in 3/4 msg - hexdump(len=22): 30 14 01 00 00 0f ac 04 01
00 00 0f ac 04 01 00 00 0f ac 02 0c 00
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
WPA: IE in 3/4 msg does not match with IE in Beacon/ProbeResp
(src=00:80:48:4f:21:8d)
WPA: RSN IE in Beacon/ProbeResp - hexdump(len=26): 30 18 01 00 00 0f
ac 04 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 00 00
WPA: RSN IE in 3/4 msg - hexdump(len=22): 30 14 01 00 00 0f ac 04 01
00 00 0f ac 04 01 00 00 0f ac 02 0c 00
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:80:48:4f:21:8d (SSID='xeonw' freq=2412
MHz)
ioctl[SIOCSIWFREQ]: Operation not supported
Association request to the driver failed
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
WPA: EAPOL-Key Replay Counter did not increase - dropping packet
Associated with 00:80:48:4f:21:8d
WPA: IE in 3/4 msg does not match with IE in Beacon/ProbeResp
(src=00:80:48:4f:21:8d)
WPA: RSN IE in Beacon/ProbeResp - hexdump(len=26): 30 18 01 00 00 0f
ac 04 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 00 00
WPA: RSN IE in 3/4 msg - hexdump(len=22): 30 14 01 00 00 0f ac 04 01
00 00 0f ac 04 01 00 00 0f ac 02 0c 00
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
WPA: IE in 3/4 msg does not match with IE in Beacon/ProbeResp
(src=00:80:48:4f:21:8d)
WPA: RSN IE in Beacon/ProbeResp - hexdump(len=26): 30 18 01 00 00 0f
ac 04 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 00 00
WPA: RSN IE in 3/4 msg - hexdump(len=22): 30 14 01 00 00 0f ac 04 01
00 00 0f ac 04 01 00 00 0f ac 02 0c 00
And this is my wpa.conf:
Code:
root@ubuntu:~# vi /etc/wpa.conf
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="xeonw"
key_mgmt=WPA-PSK
proto=WPA2
pairwise=CCMP
group=CCMP
psk="ezergecer9990"
}