blob: dde9ccdebd4c53662055a761890546ed33d84693 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Interface=wlan0
Connection=wireless
Security=wpa-configsection
# Uncomment this if your ssid is hidden
#Hidden=yes
IP='dhcp'
WPAConfigSection=(
'ssid="University"'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'group=TKIP'
'pairwise=TKIP CCMP'
'anonymous_identity="anonymous"'
'identity="myusername"'
'password="mypassword"'
'priority=1'
'phase2="auth=PAP"'
)
|