summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/wireless
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-04-15 19:12:50 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2013-04-15 19:12:50 +0200
commit494ac0bd090df5f33f2e62fe41ecd58ed9422461 (patch)
tree6bdefdcc05a7b6c52567a5f60590526355a5a55c /src/lib/connections/wireless
parent748fed60e3c4950b431d5d3c4fae70cb1cc59d4c (diff)
downloadnetctl-494ac0bd090df5f33f2e62fe41ecd58ed9422461.tar.gz
netctl-494ac0bd090df5f33f2e62fe41ecd58ed9422461.tar.xz
Fix naming of IEEE 802 working groups
Use 'wpa' to refer to the 802.11i and 802.1x client side software (wpa_supplicant) in general.
Diffstat (limited to 'src/lib/connections/wireless')
-rw-r--r--src/lib/connections/wireless2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connections/wireless b/src/lib/connections/wireless
index 6444c4c..fe01b90 100644
--- a/src/lib/connections/wireless
+++ b/src/lib/connections/wireless
@@ -1,7 +1,7 @@
# Wireless connection support for netctl
-. "$SUBR_DIR/8021x"
. "$SUBR_DIR/ip"
+. "$SUBR_DIR/wpa"
. "$SUBR_DIR/rfkill"