blob: bddd565db7f64e746a4b4fa4c3433f620c591c19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
% 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-iproute' connection after successful association and thus supports all of it's options.
## 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. Note that for "wireless-dbus" profiles this is always a Gnu regexp (as interpreted by "expr").
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.
|