Hi All,
I'm trying to connect to Eduroam [1] wireless network at my university.
The problem is that I need to use WPA-EAP mode with identity's password
(not certs), but I can't configure neither my wificonfig nor wpa_supplicant
to do it.
I've downloaded and installed the latest version of that tools from
OpenSolaris site [2]. Now I have wificonfig v0.3, wpa_supplicant v0.1
and ath driver 0.7.3 on my laptop with OpenSolaris snv_96.
Under Linux is can use the following wpa_supplicant configuration
and it works well for me:
ap_scan=1
network={
ssid="eduroam"
proto=WPA
key_mgmt=WPA-EAP
eap=TTLS
ca_cert="/path/to/my/ca/cert.pem"
phase2="auth=PAP"
identity="MyLogin at MyUniversity.pl"
password="MyPassword"
}
Unfortunately, I can't pass these settings to my wpa_supplicant,
because it seems that OpenSolaris version of that tool can't support
-c option! Why?
Maybe is it a chance to configure connection to my Eduroam using
wificonfig, but I can't find the names of appropriate options:
# wificonfig createprofile eduroam essid=eduroam key_mgmt=WPA-EAP eap=TTLS
identity=MyLogin at MyUniversity.pl password=MyPassword
ca_cert=/path/to/my/ca/cert.pem phase2="auth=PAP"
wificonfig: invalid value 'TTLS' for parameter 'eap'
# wificonfig createprofile eduroam essid=eduroam key_mgmt=WPA-EAP eap=TLS
identity=MyLogin at MyUniversity.pl password=MyPassword
ca_cert=/path/to/my/ca/cert.pem phase2="auth=PAP"
wificonfig: unrecognized parameter 'password'
Could you please help me?
My best regards,
Pawel Tecza
[1] http://www.eduroam.org/
[2] http://www.opensolaris.org/os/community/laptop/downloads/