summaryrefslogtreecommitdiffstats
path: root/doc/wireless
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-10-19 14:52:29 +0200
committerJames Rayner <james@archlinux.org>2009-10-19 14:52:29 +0200
commitea1a71895e6b8776cc5f69372836feecbb767df0 (patch)
tree3ec2b8faa76b3ef84783903d4fba94b29f61e0b3 /doc/wireless
parent8f4bd8e28b4cad92388eb3afdd3860822baa797b (diff)
downloadnetctl-ea1a71895e6b8776cc5f69372836feecbb767df0.tar.gz
netctl-ea1a71895e6b8776cc5f69372836feecbb767df0.tar.xz
Documentation update
Diffstat (limited to 'doc/wireless')
-rw-r--r--doc/wireless38
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/wireless b/doc/wireless
deleted file mode 100644
index e1f649e..0000000
--- a/doc/wireless
+++ /dev/null
@@ -1,38 +0,0 @@
-% WIRELESS netcfg manuals
-% Arch Linux
-%
-
-# 'wireless' Connection manual
-## Description
-This connection method uses wireless_tools and wpa_supplicant to configure a wireless network connection.
-
-The new 'wireless-dbus' connection method is preferred over this
-
-This connection uses the 'ethernet' connection after successful association and thus supports all of it's options.
-
-## Options
-INTERFACE (required)
-: The wireless interface to configure
-SECURITY (required for security of 'wep', 'wpa' or 'wpa-config')
-: One of 'wpa', 'wep', 'none' or 'wpa-config'. Defaults to 'none'
-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 (optional)
-: Time to wait for association. Defaults to 15 seconds.
-SCAN (optional)
-: Scan for a wireless network rather than blindly attempting to connect. Hidden SSID networks do not appear in a scan. Enable with 'yes'. Defaults to 'no'.
-IWCONFIG (optional)
-: Arguments to pass to iwconfig before attempting to configure the connection. For example, BSSID.
-
-### WPA options
-WPA_CONF (for SECURITY of 'wpa-config' only)
-: Path to wpa_supplicant configuration. Defaults to '/etc/wpa_supplicant.conf'
-WPA_OPTS
-: Extra arguments for wpa_supplicant not specified otherwise. Any option here must specify wpa_supplicant driver. Defaults to '-Dwext'.
-WPA_GROUP
-: Group that has authority for on-the-fly config files created when SECURITY="wpa"
-