adds NetworkManager config skeleton

This commit is contained in:
Wyler McAninch-Ruenz 2015-07-01 19:07:22 -04:00
parent a483420214
commit c5c3e3b4f2

24
skeleton Normal file
View File

@ -0,0 +1,24 @@
[wifi-security]
key-mgmt=wpa-eap
[connection]
id=PLACE_NETWORK_ID_HERE
uuid=PLACE_UUID_HERE
type=wifi
[ipv6]
method=auto
[wifi]
ssid=PLACE_SSID_HERE
mode=infrastructure
security=802-11-wireless-security
[802-1x]
eap=peap;
identity=PLACE_YOUR_ID_HERE
phase2-auth=mschapv2
password=PLACE_YOUR_PASSWORD_HERE
[ipv4]
method=auto