blob: d6f9a484ba8fae185e83d30946024cf2e97efa58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Description='A simple WPA encrypted wireless connection'
Interface=wlp3s0
Connection=wireless
Security=wpa
IP=dhcp
ESSID='dedacted'
# Prepend hexadecimal keys with \"
# If your key starts with ", write it as '""<key>"'
# See also: the section on special quoting rules in netctl.profile(5)
Key=dedacted
# Uncomment this if your ssid is hidden
#Hidden=yes
|