Hello everyone I am new to arduino and im trying to connect my arduino Yun to the Wifi of my university which uses WPA2 Enterprise encryption. I have followed the hints in this thread: WPA Enterprise with Arduino Yun? but didnt succed.
I got to install the opkg wpad and im sure im configuring well the options of network and wireless from etc/config. Here is the wireless configuration:
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11ng'
option path 'platform/ar933x_wmac'
option htmode 'HT20'
list ht_capab 'SHORT-GI-20'
list ht_capab 'SHORT-GI-40'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option disabled '0'
option channel 'auto'
option country 'ES'
config wifi-iface
option device 'radio0'
option network 'wwan'
option mode 'sta'
option ssid 'eduroam'
option encryption 'wpa-mixed+aes'
option eap_type 'ttls'
option auth 'PAP'
option identity 'grosxxxxx@xxxxx.ehu.eus'
option password '*********'
Here is the link to the authorization, encryption and other parameters of theeduroam wifi of my university:
https://www.ehu.eus/es/web/ikt-tic/wifi-eduroam-eskuzko-ezarpenak
(Im sorry it is in spanish)
The thing is that i get the next error:
wlan0: authenticate with fc:5b:39:a1:e9:40
[ 3821.630000] wlan0: send auth to fc:5b:39:a1:e9:40 (try 1/3)
[ 3821.630000] wlan0: authenticated
[ 3821.640000] wlan0: associate with fc:5b:39:a1:e9:40 (try 1/3)
[ 3821.640000] wlan0: RX AssocResp from fc:5b:39:a1:e9:40 (capab=0x431 status=0 aid=2)
[ 3821.640000] wlan0: associated
[ 3824.720000] wlan0: deauthenticating from fc:5b:39:a1:e9:40 by local choice (Reason: 3=DEAUTH_LEAVING)
I have no idea what is hapenning, maybe i need to install the CA certificate from my university to the arduino but i have no idea of how to do that. Maybe through the micro SD and using some comand via Putty? I have tried to change the encryption option to "wpa2+aes" but didnt work anyways.
If anyone could help i Would be very grateful. Im sorry for my poor english.
Thanks to everyone and have a nice day, Gorka.