summaryrefslogtreecommitdiffstats
path: root/docs/wireless-dbus
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-07-14 12:06:59 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-07-14 12:06:59 +0200
commit25cfdc655d6e8eee89d48862029b96f07cade243 (patch)
treeabdf3ec9d6340924fd0c1bcf25ebea97707eb598 /docs/wireless-dbus
parent0fe676b10a8c13fd8e552f7fb56bc845aac7dd9b (diff)
downloadnetctl-25cfdc655d6e8eee89d48862029b96f07cade243.tar.gz
netctl-25cfdc655d6e8eee89d48862029b96f07cade243.tar.xz
Documentation overhaul.
Merge ethernet and wireless into a single netcfg-profiles.txt file aimed at gathering documentation for all connection types and profile writing. Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'docs/wireless-dbus')
-rw-r--r--docs/wireless-dbus33
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/wireless-dbus b/docs/wireless-dbus
deleted file mode 100644
index fc91f78..0000000
--- a/docs/wireless-dbus
+++ /dev/null
@@ -1,33 +0,0 @@
-% WIRELESS-DBUS netcfg manuals
-% Arch Linux
-%
-
-# 'wireless-dbus' Connection manual
-## Description
-This connection method uses wpa_supplicant's dbus interface to configure a wireless network connection.
-
-This connection uses the 'ethernet' connection after successful association and thus supports all of it's options.
-
-This is presently unmaintained and unsupported.
-
-## Options
-INTERFACE (required)
-: The wireless interface to configure
-SECURITY (required)
-: One of 'wpa', 'wep', 'none' or 'wpa-config'
-KEY (required for SECURITY of 'wpa' or 'wep' only)
-: Wireless encryption key.
-ESSID (this or AP is required)
-: Name of network to connect to.
-AP (this or ESSID is required)
-: AP of the network to connect to.
-TIMEOUT
-: Time to wait for association. Defaults to 15 seconds.
-
-### WPA options
-WPA_CONF (for SECURITY of 'wpa-config' only)
-: Path to wpa_supplicant configuration. Defaults to '/etc/wpa_supplicant.conf'
-WPA_DRIVER
-: wpa_supplicant driver to be used. Defaults to 'wext'
-WPA_OPTS
-: Extra arguments for wpa_supplicant not specified otherwise.