LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   wpa_supplicant authentication error (https://www.linuxquestions.org/questions/linux-networking-3/wpa_supplicant-authentication-error-712601/)

Zebis 03-18-2009 04:13 PM

wpa_supplicant authentication error
 
I am using slackware 12.1 and have recently setup a WPA2 EAP AES-CCMP TTLS MSCHAPV2 network and I can associate with the AP, but I cannot connect. I get an authentication timeout everytime. Here are my settings:

wpa_supplicant.conf
Code:

...

network={
  scan_ssid="My_SSID"
  proto=WPA2
  key_mgmt=WPA-EAP
  pairwise=CCMP
  group=CCMP
  eap=TTLS
  phase2="auth=MSCHAPV2"
  identity="user"
  password="password"
}

...

init script:
Code:

#!/bin/bash
set -x
wpa_supplicant -ieth1 -Dwext -c/etc/wpa_supplicant.conf -Bw
sleep 10
wpa_cli -ieth1 add network
wpa_cli -ieth1 enable_network 0

rc.inet1.conf
Code:

...

#Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]="yes"
DHCP_HOSTNAME[1]=""
WLAN_WPA[1]=wpa_supplicant
WLAN_WPADRIVER[1]=wext

...

Ask for any other info you may need. This has worked in the past and it seems as if it just stopped working in between shutdowns, but perhapse I changed something and do not recall.


All times are GMT -5. The time now is 04:02 AM.