This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Courtesy of https://www.reddit.com/r/archlinux/comments/30virj/netctl_on_university_wifi/cpwb4qp/ | |
Description='Wireless Connection for 802.1X wifi networks with insecure setups' | |
Interface=YOUR_WIRELESS_INTERFACE_NAME | |
Connection=wireless | |
Security=wpa-configsection | |
IP=dhcp | |
ESSID=YOUR_UNIVERSITY_SSID | |
WPAConfigSection=( | |
'ssid="YOUR_UNIVERSITY_SSID"' |