⇤ ← Revision 1 as of 2014-05-05 18:36:44
Size: 446
Comment:
|
← Revision 2 as of 2014-08-17 22:27:37 ⇥
Size: 880
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 27: | Line 27: |
== Vodafone WiFi sample == vodafone.conf {{{#!highlight bash ap_scan=1 ctrl_interface=/var/run/wpa_supplicant network={ ssid="Vodafone-XXXXXX" scan_ssid=1 proto=WPA RSN key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP psk=.... } }}} Connect script {{{#!highlight bash wpa_supplicant -c vodafone.conf -i wlan0 -B sleep 10 dhclient wlan0 #get IP address }}} |
Wireless
Eduroam on ISEL
On wicd is the PEAP with GTC option !
Config for eduroam.conf
ap_scan=1 ctrl_interface=/var/run/wpa_supplicant network={ ssid="eduroam" proto=RSN key_mgmt=WPA-EAP pairwise=CCMP eap=PEAP identity="00000@alunos.isel.ipl.pt" password="........" }
Connect script
Vodafone WiFi sample
vodafone.conf
Connect script