summaryrefslogtreecommitdiffstats
path: root/docs/examples/wireless-wpa-configsection
blob: 820ff4b5a226d013f0403bff6aff818a7c499706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description='A wireless connection using a custom network block configuration'
Interface=wlan0
Connection=wireless
Security=wpa-configsection
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"'
)