Jump to content

wpa_supplicant issue


Grudge
 Share

Recommended Posts

I'm using EAP-TLS with FreeRADIUS server. Under Windows all works ok. But under Linux running wpa_supplicant with madwifi I get this:

 

ioctl[sIOCSIWPMKSA]: Operation not supported

Trying to associate with 00:11:6b:60:9e:83 (SSID='network' freq=2417 MHz)

ioctl[iEEE80211_IOCTL_SETMLME]: Argument list too long

Association request to the driver failed

 

My wpa_supplicant.conf:

 

ctrl_interface=/var/run/wpa_supplicant

ctrl_interface_group=0

eapol_version=1

ap_scan=1

 

network={

ssid="network"

key_mgmt=WPA-EAP

proto=WPA

pairwise=TKIP

group=TKIP

eap=TLS

ca_cert="/etc/cert/cacert.pem"

client_cert="/etc/cert/client_cert.pem"

private_key="/etc/cert/client_key.pem"

private_key_passwd="MY_PASS"

}

 

Anyone knows where is the problem?

Link to comment
Share on other sites

Just to test, that wireless works, have you tried without all the security? This would at least prove the raw connection part.

 

Then try with just wpa enabled. Then try with TLS on top of this later?

Link to comment
Share on other sites

I've known issues with ndiswrapper from one version to the next. When a user moved from 10.1 to LE2005 the previous version of ndiswrapper wouldn't work. But when downloaded latest source, it worked a treat!

 

I suppose similar with the wpa_supplicant, in that cards versus OS, etc, all causes a version problem, and the latest sorting it out! :P

 

Glad you're up and running!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...