You are not logged in.

#1 2011-12-22 09:10:46

raeste
Member
Registered: 2011-10-01
Posts: 16

[Solved] Different Time to wait after wpa_supplicant

Hello,

I have a problem with my wlan. I use wpa_supplicant to get the connection to my wpa2 encrypted wlan at home.
After i make the
"wpa_supplicant -Dwext -B -i wlan0 -c /etc/wpa_supplicant"
command, i have to wait over 5 minutes until i can make a successfull dhcpcd wlan0.
At work i can make dhcpcd immediatly after the wpa_supplicant.
The only different between the wlan at home and at work are the essid and the passphrase.
Why is there a different in the time i have to wait after wpa_supplicant?

Greetings raeste

EDIT:

this is the output of dhcpcd and wpa_supplicant

[kevin@kev-lap ~]$ sudo wpa_supplicant -D wext -B -i wlan0 -c /etc/wpa_supplicant.conf -dd
Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
Line: 1 - start of a new network block
ssid - hexdump_ascii(len=8):
     48 6f 6d 65 57 6c 61 6e                           HomeWlan        
proto: 0x2
key_mgmt: 0x2
pairwise: 0x18
group: 0x18
PSK - hexdump(len=32): [REMOVED]
Priority group 0
   id=0 ssid='HomeWlan'
WEXT: cfg80211-based driver detected
SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
  capabilities: key_mgmt 0xf enc 0xf flags 0x0
netlink: Operstate: linkmode=1, operstate=5
Own MAC address: 00:1e:65:30:65:64
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_countermeasures
RSN: flushing PMKID list in the driver
Setting scan request: 0 sec 100000 usec
WPS: UUID based on MAC address - hexdump(len=16): 4d 05 d1 15 57 12 5c af ab 52 69 72 08 7e 38 84
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: Supplicant port status: Unauthorized
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: Supplicant port status: Unauthorized
EAPOL: Supplicant port status: Unauthorized
Added interface wlan0
Daemonize..


dhcpcd[851]: version 5.2.12 starting
dhcpcd[851]: wlan0: waiting for carrier
dhcpcd[851]: timed out

Last edited by raeste (2011-12-31 13:33:40)

Offline

#2 2011-12-31 13:34:28

raeste
Member
Registered: 2011-10-01
Posts: 16

Re: [Solved] Different Time to wait after wpa_supplicant

I have solved the Problem.
In my Router my Wlan was configured to use WPA TKIP or AES.
After i change it to only AES it works immediatly smile

Offline

Board footer

Powered by FluxBB