~ubuntu-branches/ubuntu/gutsy/wpasupplicant/gutsy

« back to all changes in this revision

Viewing changes to wpa_supplicant/doc/docbook/wpa_supplicant.8

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler, Alexander Sack
  • Date: 2007-08-26 16:06:57 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070826160657-2m8pxoweuxe8f93t
Tags: 0.6.0+0.5.8-0ubuntu1
* New upstream release
* remove patch 11_erroneous_manpage_ref, applied upstream
* remove patch 25_wpas_dbus_unregister_iface_fix, applied upstream

[ Alexander Sack ]
* bumping upstream version to replace development version 0.6.0 with
  this package from stable release branch.
* attempt to fix wierd timeout and high latency issues by going
  back to stable upstream version (0.5.9) (LP: #140763,
  LP: #141233).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" This manpage has been automatically generated by docbook2man 
2
 
.\" from a DocBook document.  This tool can be found at:
3
 
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4
 
.\" Please send any bug reports, improvements, comments, patches, 
5
 
.\" etc. to Steve Cheng <steve@ggi-project.org>.
6
 
.TH "WPA_SUPPLICANT" "8" "28 May 2007" "" ""
7
 
 
8
 
.SH NAME
9
 
wpa_supplicant \- Wi-Fi Protected Access client and IEEE 802.1X supplicant
10
 
.SH SYNOPSIS
11
 
 
12
 
\fBwpa_supplicant\fR [ \fB-BddhKLqqtuvwW\fR ] [ \fB-i\fIifname\fB\fR ] [ \fB-c\fIconfig file\fB\fR ] [ \fB-D\fIdriver\fB\fR ] [ \fB-P\fIPID_file\fB\fR ]
13
 
 
14
 
.SH "OVERVIEW"
15
 
.PP
16
 
Wireless networks do not require physical access to the network equipment
17
 
in the same way as wired networks. This makes it easier for unauthorized
18
 
users to passively monitor a network and capture all transmitted frames.
19
 
In addition, unauthorized use of the network is much easier. In many cases,
20
 
this can happen even without user's explicit knowledge since the wireless
21
 
LAN adapter may have been configured to automatically join any available
22
 
network.
23
 
.PP
24
 
Link-layer encryption can be used to provide a layer of security for
25
 
wireless networks. The original wireless LAN standard, IEEE 802.11,
26
 
included a simple encryption mechanism, WEP. However, that proved to
27
 
be flawed in many areas and network protected with WEP cannot be consider
28
 
secure. IEEE 802.1X authentication and frequently changed dynamic WEP keys
29
 
can be used to improve the network security, but even that has inherited
30
 
security issues due to the use of WEP for encryption. Wi-Fi Protected
31
 
Access and IEEE 802.11i amendment to the wireless LAN standard introduce
32
 
a much improvement mechanism for securing wireless networks. IEEE 802.11i
33
 
enabled networks that are using CCMP (encryption mechanism based on strong
34
 
cryptographic algorithm AES) can finally be called secure used for
35
 
applications which require efficient protection against unauthorized
36
 
access.
37
 
.PP
38
 
\fBwpa_supplicant\fR is an implementation of
39
 
the WPA Supplicant component, i.e., the part that runs in the
40
 
client stations. It implements WPA key negotiation with a WPA
41
 
Authenticator and EAP authentication with Authentication
42
 
Server. In addition, it controls the roaming and IEEE 802.11
43
 
authentication/association of the wireless LAN driver.
44
 
.PP
45
 
\fBwpa_supplicant\fR is designed to be a
46
 
"daemon" program that runs in the background and acts as the
47
 
backend component controlling the wireless
48
 
connection. \fBwpa_supplicant\fR supports separate
49
 
frontend programs and an example text-based frontend,
50
 
\fBwpa_cli\fR, is included with
51
 
wpa_supplicant.
52
 
.PP
53
 
Before wpa_supplicant can do its work, the network interface
54
 
must be available.  That means that the physical device must be
55
 
present and enabled, and the driver for the device must have be
56
 
loaded.  Note, however, that the '-w' option of the wpa_supplicant
57
 
daemon instructs the daemon to continue running and to wait for
58
 
the interface to become available.  Without the '-w' option, the
59
 
daemon will exit immediately if the device is not already
60
 
available.
61
 
.PP
62
 
After \fBwpa_supplicant\fR has configured the
63
 
network device, higher level configuration such as DHCP may
64
 
proceed.  There are a variety of ways to integrate wpa_supplicant
65
 
into a machine's networking scripts, a few of which are described
66
 
in sections below.
67
 
.PP
68
 
The following steps are used when associating with an AP
69
 
using WPA:
70
 
.TP 0.2i
71
 
\(bu
72
 
\fBwpa_supplicant\fR requests the kernel
73
 
driver to scan neighboring BSSes
74
 
.TP 0.2i
75
 
\(bu
76
 
\fBwpa_supplicant\fR selects a BSS based on
77
 
its configuration
78
 
.TP 0.2i
79
 
\(bu
80
 
\fBwpa_supplicant\fR requests the kernel
81
 
driver to associate with the chosen BSS
82
 
.TP 0.2i
83
 
\(bu
84
 
If WPA-EAP: integrated IEEE 802.1X Supplicant
85
 
completes EAP authentication with the
86
 
authentication server (proxied by the Authenticator in the
87
 
AP)
88
 
.TP 0.2i
89
 
\(bu
90
 
If WPA-EAP: master key is received from the IEEE 802.1X
91
 
Supplicant
92
 
.TP 0.2i
93
 
\(bu
94
 
If WPA-PSK: \fBwpa_supplicant\fR uses PSK
95
 
as the master session key
96
 
.TP 0.2i
97
 
\(bu
98
 
\fBwpa_supplicant\fR completes WPA 4-Way
99
 
Handshake and Group Key Handshake with the Authenticator
100
 
(AP)
101
 
.TP 0.2i
102
 
\(bu
103
 
\fBwpa_supplicant\fR configures encryption
104
 
keys for unicast and broadcast
105
 
.TP 0.2i
106
 
\(bu
107
 
normal data packets can be transmitted and received
108
 
.SH "SUPPORTED FEATURES"
109
 
.PP
110
 
Supported WPA/IEEE 802.11i features:
111
 
.TP 0.2i
112
 
\(bu
113
 
WPA-PSK ("WPA-Personal")
114
 
.TP 0.2i
115
 
\(bu
116
 
WPA with EAP (e.g., with RADIUS authentication server)
117
 
("WPA-Enterprise") Following authentication methods are
118
 
supported with an integrate IEEE 802.1X Supplicant:
119
 
.RS
120
 
.TP 0.2i
121
 
\(bu
122
 
EAP-TLS
123
 
.RE
124
 
.RS
125
 
.TP 0.2i
126
 
\(bu
127
 
EAP-PEAP/MSCHAPv2 (both PEAPv0 and PEAPv1)
128
 
.TP 0.2i
129
 
\(bu
130
 
EAP-PEAP/TLS (both PEAPv0 and PEAPv1)
131
 
.TP 0.2i
132
 
\(bu
133
 
EAP-PEAP/GTC (both PEAPv0 and PEAPv1)
134
 
.TP 0.2i
135
 
\(bu
136
 
EAP-PEAP/OTP (both PEAPv0 and PEAPv1)
137
 
.TP 0.2i
138
 
\(bu
139
 
EAP-PEAP/MD5-Challenge (both PEAPv0 and PEAPv1)
140
 
.TP 0.2i
141
 
\(bu
142
 
EAP-TTLS/EAP-MD5-Challenge
143
 
.TP 0.2i
144
 
\(bu
145
 
EAP-TTLS/EAP-GTC
146
 
.TP 0.2i
147
 
\(bu
148
 
EAP-TTLS/EAP-OTP
149
 
.TP 0.2i
150
 
\(bu
151
 
EAP-TTLS/EAP-MSCHAPv2
152
 
.TP 0.2i
153
 
\(bu
154
 
EAP-TTLS/EAP-TLS
155
 
.TP 0.2i
156
 
\(bu
157
 
EAP-TTLS/MSCHAPv2
158
 
.TP 0.2i
159
 
\(bu
160
 
EAP-TTLS/MSCHAP
161
 
.TP 0.2i
162
 
\(bu
163
 
EAP-TTLS/PAP
164
 
.TP 0.2i
165
 
\(bu
166
 
EAP-TTLS/CHAP
167
 
.TP 0.2i
168
 
\(bu
169
 
EAP-SIM
170
 
.TP 0.2i
171
 
\(bu
172
 
EAP-AKA
173
 
.TP 0.2i
174
 
\(bu
175
 
EAP-PSK
176
 
.TP 0.2i
177
 
\(bu
178
 
EAP-PAX
179
 
.TP 0.2i
180
 
\(bu
181
 
LEAP (note: requires special support from
182
 
the driver for IEEE 802.11 authentication)
183
 
.TP 0.2i
184
 
\(bu
185
 
(following methods are supported, but since
186
 
they do not generate keying material, they cannot be used
187
 
with WPA or IEEE 802.1X WEP keying)
188
 
.TP 0.2i
189
 
\(bu
190
 
EAP-MD5-Challenge 
191
 
.TP 0.2i
192
 
\(bu
193
 
EAP-MSCHAPv2
194
 
.TP 0.2i
195
 
\(bu
196
 
EAP-GTC
197
 
.TP 0.2i
198
 
\(bu
199
 
EAP-OTP
200
 
.RE
201
 
.TP 0.2i
202
 
\(bu
203
 
key management for CCMP, TKIP, WEP104, WEP40
204
 
.TP 0.2i
205
 
\(bu
206
 
RSN/WPA2 (IEEE 802.11i)
207
 
.RS
208
 
.TP 0.2i
209
 
\(bu
210
 
pre-authentication
211
 
.TP 0.2i
212
 
\(bu
213
 
PMKSA caching
214
 
.RE
215
 
.SH "AVAILABLE DRIVERS"
216
 
.PP
217
 
The available drivers to specify with the -D option are:
218
 
.TP
219
 
\fBhostap\fR
220
 
(default) Host AP driver (Intersil Prism2/2.5/3).
221
 
(this can also be used with Linuxant DriverLoader).
222
 
.TP
223
 
\fBhermes\fR
224
 
Agere Systems Inc. driver (Hermes-I/Hermes-II).
225
 
.TP
226
 
\fBmadwifi\fR
227
 
MADWIFI 802.11 support (Atheros, etc.).
228
 
.TP
229
 
\fBatmel\fR
230
 
ATMEL AT76C5XXx (USB, PCMCIA).
231
 
.TP
232
 
\fBwext\fR
233
 
Linux wireless extensions (generic).
234
 
.TP
235
 
\fBndiswrapper\fR
236
 
Linux ndiswrapper.
237
 
.TP
238
 
\fBbroadcom\fR
239
 
Broadcom wl.o driver.
240
 
.TP
241
 
\fBipw\fR
242
 
Intel ipw2100/2200 driver.
243
 
.TP
244
 
\fBwired\fR
245
 
wpa_supplicant wired Ethernet driver
246
 
.TP
247
 
\fBbsd\fR
248
 
BSD 802.11 support (Atheros, etc.).
249
 
.TP
250
 
\fBndis\fR
251
 
Windows NDIS driver.
252
 
.SH "COMMAND LINE OPTIONS"
253
 
.TP
254
 
\fB-b br_ifname\fR
255
 
Optional bridge interface name.
256
 
.TP
257
 
\fB-B\fR
258
 
Run daemon in the background.
259
 
.TP
260
 
\fB-c filename\fR
261
 
Path to configuration file.
262
 
.TP
263
 
\fB-C ctrl_interface\fR
264
 
Path to ctrl_interface socket (only used if -c is not).
265
 
.TP
266
 
\fB-i ifname\fR
267
 
Interface to listen on.
268
 
.TP
269
 
\fB-d\fR
270
 
Increase debugging verbosity (-dd even more).
271
 
.TP
272
 
\fB-D driver\fR
273
 
Driver to use.  See the available options below.
274
 
.TP
275
 
\fB-g global ctrl_interface\fR
276
 
Path to global ctrl_interface socket.
277
 
.TP
278
 
\fB-K\fR
279
 
Include keys (passwords, etc.) in debug output.
280
 
.TP
281
 
\fB-t\fR
282
 
Include timestamp in debug messages.
283
 
.TP
284
 
\fB-h\fR
285
 
Help.  Show a usage message.
286
 
.TP
287
 
\fB-L\fR
288
 
Show license (GPL and BSD).
289
 
.TP
290
 
\fB-p\fR
291
 
Driver parameters.
292
 
.TP
293
 
\fB-P PID_file\fR
294
 
Path to PID file.
295
 
.TP
296
 
\fB-q\fR
297
 
Decrease debugging verbosity (-qq even less).
298
 
.TP
299
 
\fB-u\fR
300
 
Enabled DBus control interface.
301
 
.TP
302
 
\fB-v\fR
303
 
Show version.
304
 
.TP
305
 
\fB-w\fR
306
 
Wait for interface to be added, if needed.  Normally,
307
 
\fBwpa_supplicant\fR will exit if the interface
308
 
is not there yet.
309
 
.TP
310
 
\fB-W\fR
311
 
Wait for a control interface monitor before starting.
312
 
.TP
313
 
\fB-N\fR
314
 
Start describing new interface.
315
 
.SH "EXAMPLES"
316
 
.PP
317
 
In most common cases, \fBwpa_supplicant\fR is
318
 
started with:
319
 
.sp
320
 
.RS
321
 
 
322
 
.nf
323
 
wpa_supplicant -Bw -c/etc/wpa_supplicant.conf -iwlan0
324
 
.fi
325
 
.RE
326
 
.PP
327
 
This makes the process fork into background and wait for the wlan0
328
 
interface if it is not available at startup time.
329
 
.PP
330
 
The easiest way to debug problems, and to get debug log for
331
 
bug reports, is to start \fBwpa_supplicant\fR on
332
 
foreground with debugging enabled:
333
 
.sp
334
 
.RS
335
 
 
336
 
.nf
337
 
wpa_supplicant -c/etc/wpa_supplicant.conf -iwlan0 -d
338
 
.fi
339
 
.RE
340
 
.PP
341
 
\fBwpa_supplicant\fR can control multiple
342
 
interfaces (radios) either by running one process for each
343
 
interface separately or by running just one process and list of
344
 
options at command line. Each interface is separated with -N
345
 
argument. As an example, following command would start
346
 
wpa_supplicant for two interfaces:
347
 
.sp
348
 
.RS
349
 
 
350
 
.nf
351
 
wpa_supplicant \\
352
 
        -c wpa1.conf -i wlan0 -D hostap -N \\
353
 
        -c wpa2.conf -i ath0 -D madwifi
354
 
.fi
355
 
.RE
356
 
.SH "OS REQUIREMENTS"
357
 
.PP
358
 
Current hardware/software requirements:
359
 
.TP 0.2i
360
 
\(bu
361
 
Linux kernel 2.4.x or 2.6.x with Linux Wireless
362
 
Extensions v15 or newer
363
 
.TP 0.2i
364
 
\(bu
365
 
FreeBSD 6-CURRENT
366
 
.TP 0.2i
367
 
\(bu
368
 
Microsoft Windows with WinPcap (at least WinXP, may work
369
 
with other versions)
370
 
.SH "SUPPORTED DRIVERS"
371
 
.TP
372
 
\fBHost AP driver for Prism2/2.5/3 (development snapshot/v0.2.x)\fR
373
 
(http://hostap.epitest.fi/) Driver needs to be set in
374
 
Managed mode ('iwconfig wlan0 mode managed').  Please note
375
 
that station firmware version needs to be 1.7.0 or newer to
376
 
work in WPA mode.
377
 
.TP
378
 
\fBLinuxant DriverLoader\fR
379
 
(http://www.linuxant.com/driverloader/)
380
 
with Windows NDIS driver for your wlan card supporting WPA.
381
 
.TP
382
 
\fBAgere Systems Inc. Linux Driver\fR
383
 
(http://www.agere.com/support/drivers/) Please note
384
 
that the driver interface file (driver_hermes.c) and hardware
385
 
specific include files are not included in the wpa_supplicant
386
 
distribution. You will need to copy these from the source
387
 
package of the Agere driver.
388
 
.TP
389
 
\fBmadwifi driver for cards based on Atheros chip set (ar521x)\fR
390
 
(http://sourceforge.net/projects/madwifi/) Please
391
 
note that you will need to modify the wpa_supplicant .config
392
 
file to use the correct path for the madwifi driver root
393
 
directory (CFLAGS += -I../madwifi/wpa line in example
394
 
defconfig).
395
 
.TP
396
 
\fBATMEL AT76C5XXx driver for USB and PCMCIA cards\fR
397
 
(http://atmelwlandriver.sourceforge.net/).
398
 
.TP
399
 
\fBLinux ndiswrapper\fR
400
 
(http://ndiswrapper.sourceforge.net/) with Windows
401
 
NDIS driver.
402
 
.TP
403
 
\fBBroadcom wl.o driver\fR
404
 
This is a generic Linux driver for Broadcom IEEE
405
 
802.11a/g cards.  However, it is proprietary driver that is
406
 
not publicly available except for couple of exceptions, mainly
407
 
Broadcom-based APs/wireless routers that use Linux. The driver
408
 
binary can be downloaded, e.g., from Linksys support site
409
 
(http://www.linksys.com/support/gpl.asp) for Linksys
410
 
WRT54G. The GPL tarball includes cross-compiler and the needed
411
 
header file, wlioctl.h, for compiling wpa_supplicant.  This
412
 
driver support in wpa_supplicant is expected to work also with
413
 
other devices based on Broadcom driver (assuming the driver
414
 
includes client mode support).
415
 
.TP
416
 
\fB Intel ipw2100 driver\fR
417
 
(http://sourceforge.net/projects/ipw2100/)
418
 
.TP
419
 
\fBIntel ipw2200 driver\fR
420
 
(http://sourceforge.net/projects/ipw2200/)
421
 
.TP
422
 
\fBLinux wireless extensions\fR
423
 
In theory, any driver that supports Linux wireless
424
 
extensions can be used with IEEE 802.1X (i.e., not WPA) when
425
 
using ap_scan=0 option in configuration file.
426
 
.TP
427
 
\fBWired Ethernet drivers\fR
428
 
Use ap_scan=0.
429
 
.TP
430
 
\fBBSD net80211 layer (e.g., Atheros driver)\fR
431
 
At the moment, this is for FreeBSD 6-CURRENT branch.
432
 
.TP
433
 
\fBWindows NDIS\fR
434
 
The current Windows port requires WinPcap
435
 
(http://winpcap.polito.it/).  See README-Windows.txt for more
436
 
information.
437
 
.PP
438
 
wpa_supplicant was designed to be portable for different
439
 
drivers and operating systems. Hopefully, support for more wlan
440
 
cards and OSes will be added in the future. See developer.txt for
441
 
more information about the design of wpa_supplicant and porting to
442
 
other drivers. One main goal is to add full WPA/WPA2 support to
443
 
Linux wireless extensions to allow new drivers to be supported
444
 
without having to implement new driver-specific interface code in
445
 
wpa_supplicant.
446
 
.SH "ARCHITECTURE"
447
 
.PP
448
 
The
449
 
\fBwpa_supplicant\fR system consists of the following
450
 
components:
451
 
.TP
452
 
\fB\fIwpa_supplicant.conf\fB \fR
453
 
the configuration file describing all networks that the
454
 
user wants the computer to connect to.  
455
 
.TP
456
 
\fBwpa_supplicant\fR
457
 
the program that directly interacts with the
458
 
network interface.  
459
 
.TP
460
 
\fBwpa_cli\fR
461
 
the
462
 
client program that provides a high-level interface to the
463
 
functionality of the daemon.  
464
 
.TP
465
 
\fBwpa_passphrase\fR
466
 
a utility needed to construct
467
 
\fIwpa_supplicant.conf\fR files that include
468
 
encrypted passwords.
469
 
.SH "QUICK START"
470
 
.PP
471
 
First, make a configuration file, e.g.
472
 
\fI/etc/wpa_supplicant.conf\fR, that describes the networks
473
 
you are interested in.  See \fBwpa_supplicant.conf\fR(5)
474
 
for details.
475
 
.PP
476
 
Once the configuration is ready, you can test whether the
477
 
configuration works by running \fBwpa_supplicant\fR
478
 
with following command to start it on foreground with debugging
479
 
enabled:
480
 
.sp
481
 
.RS
482
 
 
483
 
.nf
484
 
wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -d
485
 
    
486
 
.fi
487
 
.RE
488
 
.PP
489
 
Assuming everything goes fine, you can start using following
490
 
command to start \fBwpa_supplicant\fR on background
491
 
without debugging:
492
 
.sp
493
 
.RS
494
 
 
495
 
.nf
496
 
wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -B
497
 
    
498
 
.fi
499
 
.RE
500
 
.PP
501
 
Please note that if you included more than one driver
502
 
interface in the build time configuration (.config), you may need
503
 
to specify which interface to use by including -D<driver
504
 
name> option on the command line.
505
 
.SH "INTERFACE TO PCMCIA-CS/CARDMRG"
506
 
.PP
507
 
For example, following small changes to pcmcia-cs scripts
508
 
can be used to enable WPA support:
509
 
.PP
510
 
Add MODE="Managed" and WPA="y" to the network scheme in
511
 
\fI/etc/pcmcia/wireless.opts\fR\&.
512
 
.PP
513
 
Add the following block to the end of 'start' action handler
514
 
in \fI/etc/pcmcia/wireless\fR:
515
 
.sp
516
 
.RS
517
 
 
518
 
.nf
519
 
if [ "$WPA" = "y" -a -x /usr/local/bin/wpa_supplicant ]; then
520
 
    /usr/local/bin/wpa_supplicant -Bw -c/etc/wpa_supplicant.conf -i$DEVICE
521
 
fi
522
 
    
523
 
.fi
524
 
.RE
525
 
.PP
526
 
Add the following block to the end of 'stop' action handler
527
 
(may need to be separated from other actions) in
528
 
\fI/etc/pcmcia/wireless\fR:
529
 
.sp
530
 
.RS
531
 
 
532
 
.nf
533
 
if [ "$WPA" = "y" -a -x /usr/local/bin/wpa_supplicant ]; then
534
 
    killall wpa_supplicant
535
 
fi
536
 
    
537
 
.fi
538
 
.RE
539
 
.PP
540
 
This will make \fBcardmgr\fR start
541
 
\fBwpa_supplicant\fR when the card is plugged
542
 
in. \fBwpa_supplicant\fR will wait until the
543
 
interface is set up--either when a static IP address is configured
544
 
or when DHCP client is started--and will then negotiate keys with
545
 
the AP.
546
 
.SH "SEE ALSO"
547
 
.PP
548
 
\fBwpa_background\fR(8)
549
 
\fBwpa_supplicant.conf\fR(5)
550
 
\fBwpa_cli\fR(8)
551
 
\fBwpa_passphrase\fR(8)
552
 
.SH "LEGAL"
553
 
.PP
554
 
wpa_supplicant is copyright (c) 2003-2007,
555
 
Jouni Malinen <j@w1.fi> and
556
 
contributors.
557
 
All Rights Reserved.
558
 
.PP
559
 
This program is dual-licensed under both the GPL version 2
560
 
and BSD license. Either license may be used at your option.