Skip to content

Instantly share code, notes, and snippets.

@SammysHP
Created June 29, 2014 07:46
Show Gist options
  • Save SammysHP/49ea36cbc2a4dc9de943 to your computer and use it in GitHub Desktop.
Save SammysHP/49ea36cbc2a4dc9de943 to your computer and use it in GitHub Desktop.
Example WPA2 Enterprise configuration
Description='Example WPA2 Enterprise configuration'
Interface=wlp3s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
'ssid="SSID"'
'key_mgmt=WPA-EAP'
'proto=RSN'
'pairwise=CCMP'
'group=TKIP'
'eap=PEAP'
'phase2="auth=MSCHAPV2"'
'identity="username"'
'password="password"'
'ca_cert="/usr/share/ca-certificates/some_cert.crt"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment