Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release
[wpasupplicant] / wpa_supplicant / doc / docbook / wpa_supplicant.sgml
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
2
3 <refentry>
4   <refmeta>
5     <refentrytitle>wpa_supplicant</refentrytitle>
6     <manvolnum>8</manvolnum>
7   </refmeta>
8   <refnamediv>
9     <refname>wpa_supplicant</refname>
10     <refpurpose>Wi-Fi Protected Access client and IEEE 802.1X supplicant</refpurpose>
11   </refnamediv>
12   <refsynopsisdiv>
13     <cmdsynopsis>
14       <command>wpa_supplicant</command>
15       <arg>-BddfhKLqqtuvW</arg>
16       <arg>-i<replaceable>ifname</replaceable></arg>
17       <arg>-c<replaceable>config file</replaceable></arg>
18       <arg>-D<replaceable>driver</replaceable></arg>
19       <arg>-P<replaceable>PID_file</replaceable></arg>
20       <arg>-f<replaceable>output file</replaceable></arg>
21     </cmdsynopsis>
22   </refsynopsisdiv>
23   <refsect1>
24     <title>Overview</title>
25
26     <para>
27     Wireless networks do not require physical access to the network equipment
28     in the same way as wired networks. This makes it easier for unauthorized
29     users to passively monitor a network and capture all transmitted frames.
30     In addition, unauthorized use of the network is much easier. In many cases,
31     this can happen even without user's explicit knowledge since the wireless
32     LAN adapter may have been configured to automatically join any available
33     network.
34     </para>
35
36     <para>
37     Link-layer encryption can be used to provide a layer of security for
38     wireless networks. The original wireless LAN standard, IEEE 802.11,
39     included a simple encryption mechanism, WEP. However, that proved to
40     be flawed in many areas and network protected with WEP cannot be consider
41     secure. IEEE 802.1X authentication and frequently changed dynamic WEP keys
42     can be used to improve the network security, but even that has inherited
43     security issues due to the use of WEP for encryption. Wi-Fi Protected
44     Access and IEEE 802.11i amendment to the wireless LAN standard introduce
45     a much improvement mechanism for securing wireless networks. IEEE 802.11i
46     enabled networks that are using CCMP (encryption mechanism based on strong
47     cryptographic algorithm AES) can finally be called secure used for
48     applications which require efficient protection against unauthorized
49     access.
50     </para>
51
52     <para><command>wpa_supplicant</command> is an implementation of
53     the WPA Supplicant component, i.e., the part that runs in the
54     client stations. It implements WPA key negotiation with a WPA
55     Authenticator and EAP authentication with Authentication
56     Server. In addition, it controls the roaming and IEEE 802.11
57     authentication/association of the wireless LAN driver.</para>
58
59     <para><command>wpa_supplicant</command> is designed to be a
60     "daemon" program that runs in the background and acts as the
61     backend component controlling the wireless
62     connection. <command>wpa_supplicant</command> supports separate
63     frontend programs and an example text-based frontend,
64     <command>wpa_cli</command>, is included with
65     wpa_supplicant.</para>
66
67     <para>Before wpa_supplicant can do its work, the network interface
68     must be available.  That means that the physical device must be
69     present and enabled, and the driver for the device must have be
70     loaded. The daemon will exit immediately if the device is not already
71     available.</para>
72
73     <para>After <command>wpa_supplicant</command> has configured the
74     network device, higher level configuration such as DHCP may
75     proceed.  There are a variety of ways to integrate wpa_supplicant
76     into a machine's networking scripts, a few of which are described
77     in sections below.</para>
78
79     <para>The following steps are used when associating with an AP
80     using WPA:</para>
81
82     <itemizedlist>
83       <listitem>
84         <para><command>wpa_supplicant</command> requests the kernel
85         driver to scan neighboring BSSes</para>
86       </listitem>
87
88       <listitem>
89         <para><command>wpa_supplicant</command> selects a BSS based on
90         its configuration</para>
91       </listitem>
92
93       <listitem>
94         <para><command>wpa_supplicant</command> requests the kernel
95         driver to associate with the chosen BSS</para>
96       </listitem>
97
98       <listitem>
99         <para>If WPA-EAP: integrated IEEE 802.1X Supplicant
100         completes EAP authentication with the
101         authentication server (proxied by the Authenticator in the
102         AP)</para>
103       </listitem>
104
105       <listitem>
106         <para>If WPA-EAP: master key is received from the IEEE 802.1X
107         Supplicant</para>
108       </listitem>
109
110       <listitem>
111         <para>If WPA-PSK: <command>wpa_supplicant</command> uses PSK
112         as the master session key</para>
113       </listitem>
114
115       <listitem>
116         <para><command>wpa_supplicant</command> completes WPA 4-Way
117         Handshake and Group Key Handshake with the Authenticator
118         (AP)</para>
119       </listitem>
120
121       <listitem>
122         <para><command>wpa_supplicant</command> configures encryption
123         keys for unicast and broadcast</para>
124       </listitem>
125
126       <listitem>
127         <para>normal data packets can be transmitted and received</para>
128       </listitem>
129     </itemizedlist>
130   </refsect1>
131
132   <refsect1>
133     <title>Supported Features</title>
134     <para>Supported WPA/IEEE 802.11i features:</para>
135     <itemizedlist>
136       <listitem>
137         <para>WPA-PSK ("WPA-Personal")</para>
138       </listitem>
139
140       <listitem>
141         <para>WPA with EAP (e.g., with RADIUS authentication server)
142        ("WPA-Enterprise") Following authentication methods are
143        supported with an integrate IEEE 802.1X Supplicant:</para>
144
145         <itemizedlist>
146           <listitem>
147             <para>EAP-TLS</para>
148           </listitem>
149         </itemizedlist>
150
151         <itemizedlist>
152           <listitem>
153             <para>EAP-PEAP/MSCHAPv2 (both PEAPv0 and PEAPv1)</para>
154           </listitem>
155
156
157           <listitem>
158             <para>EAP-PEAP/TLS (both PEAPv0 and PEAPv1)</para>
159           </listitem>
160
161           <listitem>
162             <para>EAP-PEAP/GTC (both PEAPv0 and PEAPv1)</para>
163           </listitem>
164
165           <listitem>
166             <para>EAP-PEAP/OTP (both PEAPv0 and PEAPv1)</para>
167           </listitem>
168
169           <listitem>
170             <para>EAP-PEAP/MD5-Challenge (both PEAPv0 and PEAPv1)</para>
171           </listitem>
172
173           <listitem>
174             <para>EAP-TTLS/EAP-MD5-Challenge</para>
175           </listitem>
176
177           <listitem>
178             <para>EAP-TTLS/EAP-GTC</para>
179           </listitem>
180
181           <listitem><para>EAP-TTLS/EAP-OTP</para></listitem>
182
183           <listitem><para>EAP-TTLS/EAP-MSCHAPv2</para></listitem>
184
185           <listitem><para>EAP-TTLS/EAP-TLS</para></listitem>
186
187           <listitem><para>EAP-TTLS/MSCHAPv2</para></listitem>
188
189           <listitem><para>EAP-TTLS/MSCHAP</para></listitem>
190
191           <listitem><para>EAP-TTLS/PAP</para></listitem>
192
193           <listitem><para>EAP-TTLS/CHAP</para></listitem>
194
195           <listitem><para>EAP-SIM</para></listitem>
196
197           <listitem><para>EAP-AKA</para></listitem>
198
199           <listitem><para>EAP-PSK</para></listitem>
200
201           <listitem><para>EAP-PAX</para></listitem>
202
203           <listitem><para>LEAP (note: requires special support from
204           the driver for IEEE 802.11 authentication)</para></listitem>
205
206           <listitem><para>(following methods are supported, but since
207           they do not generate keying material, they cannot be used
208           with WPA or IEEE 802.1X WEP keying)</para></listitem>
209
210           <listitem><para>EAP-MD5-Challenge </para></listitem>
211
212           <listitem><para>EAP-MSCHAPv2</para></listitem>
213
214           <listitem><para>EAP-GTC</para></listitem>
215
216           <listitem><para>EAP-OTP</para></listitem>
217         </itemizedlist>
218       </listitem>
219
220       <listitem>
221         <para>key management for CCMP, TKIP, WEP104, WEP40</para>
222       </listitem>
223
224       <listitem>
225         <para>RSN/WPA2 (IEEE 802.11i)</para>
226         <itemizedlist>
227           <listitem>
228             <para>pre-authentication</para>
229           </listitem>
230
231           <listitem>
232             <para>PMKSA caching</para>
233           </listitem>
234         </itemizedlist>
235       </listitem>
236     </itemizedlist>
237   </refsect1>
238
239   <refsect1>
240     <title>Available Drivers</title>
241     <para>The available drivers to specify with the -D option are:</para>
242
243     <variablelist>
244       <varlistentry>
245         <term>hostap</term>
246         <listitem>
247           <para>(default) Host AP driver (Intersil Prism2/2.5/3).
248           (this can also be used with Linuxant DriverLoader).</para>
249         </listitem>
250       </varlistentry>
251
252       <varlistentry>
253         <term>hermes</term>
254         <listitem>
255           <para>Agere Systems Inc. driver (Hermes-I/Hermes-II).</para>
256         </listitem>
257       </varlistentry>
258
259       <varlistentry>
260         <term>madwifi</term>
261         <listitem>
262           <para>MADWIFI 802.11 support (Atheros, etc.).</para>
263         </listitem>
264       </varlistentry>
265
266       <varlistentry>
267         <term>atmel</term>
268         <listitem>
269           <para>ATMEL AT76C5XXx (USB, PCMCIA).</para>
270         </listitem>
271       </varlistentry>
272
273       <varlistentry>
274         <term>wext</term>
275         <listitem>
276           <para>Linux wireless extensions (generic).</para>
277         </listitem>
278       </varlistentry>
279
280       <varlistentry>
281         <term>ndiswrapper</term>
282         <listitem>
283           <para>Linux ndiswrapper.</para>
284         </listitem>
285       </varlistentry>
286
287       <varlistentry>
288         <term>broadcom</term>
289         <listitem>
290           <para>Broadcom wl.o driver.</para>
291         </listitem>
292       </varlistentry>
293
294       <varlistentry>
295         <term>ipw</term>
296         <listitem>
297           <para>Intel ipw2100/2200 driver.</para>
298         </listitem>
299       </varlistentry>
300
301       <varlistentry>
302         <term>wired</term>
303         <listitem>
304           <para>wpa_supplicant wired Ethernet driver</para>
305         </listitem>
306       </varlistentry>
307
308       <varlistentry>
309         <term>bsd</term>
310         <listitem>
311           <para>BSD 802.11 support (Atheros, etc.).</para>
312         </listitem>
313       </varlistentry>
314
315       <varlistentry>
316         <term>ndis</term>
317         <listitem>
318           <para>Windows NDIS driver.</para>
319         </listitem>
320       </varlistentry>
321     </variablelist>
322   </refsect1>
323
324   <refsect1>
325     <title>Command Line Options</title>
326     <variablelist>
327       <varlistentry>
328         <term>-b br_ifname</term>
329         <listitem>
330           <para>Optional bridge interface name.</para>
331         </listitem>
332       </varlistentry>
333
334       <varlistentry>
335         <term>-B</term>
336         <listitem>
337           <para>Run daemon in the background.</para>
338         </listitem>
339       </varlistentry>
340
341       <varlistentry>
342         <term>-c filename</term>
343         <listitem>
344           <para>Path to configuration file.</para>
345         </listitem>
346       </varlistentry>
347
348       <varlistentry>
349         <term>-C ctrl_interface</term>
350         <listitem>
351           <para>Path to ctrl_interface socket (only used if -c is not).</para>
352         </listitem>
353       </varlistentry>
354
355       <varlistentry>
356         <term>-i ifname</term>
357         <listitem>
358           <para>Interface to listen on.</para>
359         </listitem>
360       </varlistentry>
361
362       <varlistentry>
363         <term>-d</term>
364         <listitem>
365           <para>Increase debugging verbosity (-dd even more).</para>
366         </listitem>
367       </varlistentry>
368
369       <varlistentry>
370         <term>-D driver</term>
371         <listitem>
372           <para>Driver to use.  See the available options below.</para>
373         </listitem>
374       </varlistentry>
375
376       <varlistentry>
377         <term>-f output file</term>
378         <listitem>
379           <para>Log output to specified file instead of stdout.</para>
380         </listitem>
381       </varlistentry>
382
383       <varlistentry>
384         <term>-g global ctrl_interface</term>
385         <listitem>
386           <para>Path to global ctrl_interface socket.</para>
387         </listitem>
388       </varlistentry>
389
390       <varlistentry>
391         <term>-K</term>
392         <listitem>
393           <para>Include keys (passwords, etc.) in debug output.</para>
394         </listitem>
395       </varlistentry>
396
397       <varlistentry>
398         <term>-t</term>
399         <listitem>
400           <para>Include timestamp in debug messages.</para>
401         </listitem>
402       </varlistentry>
403
404       <varlistentry>
405         <term>-h</term>
406         <listitem>
407           <para>Help.  Show a usage message.</para>
408         </listitem>
409       </varlistentry>
410
411       <varlistentry>
412         <term>-L</term>
413         <listitem>
414           <para>Show license (GPL and BSD).</para>
415         </listitem>
416       </varlistentry>
417
418       <varlistentry>
419         <term>-p</term>
420         <listitem>
421           <para>Driver parameters.</para>
422         </listitem>
423       </varlistentry>
424
425       <varlistentry>
426         <term>-P PID_file</term>
427         <listitem>
428           <para>Path to PID file.</para>
429         </listitem>
430       </varlistentry>
431
432       <varlistentry>
433         <term>-q</term>
434         <listitem>
435           <para>Decrease debugging verbosity (-qq even less).</para>
436         </listitem>
437       </varlistentry>
438
439       <varlistentry>
440         <term>-u</term>
441         <listitem>
442           <para>Enabled DBus control interface.</para>
443         </listitem>
444       </varlistentry>
445
446       <varlistentry>
447         <term>-v</term>
448         <listitem>
449           <para>Show version.</para>
450         </listitem>
451       </varlistentry>
452
453       <varlistentry>
454         <term>-W</term>
455         <listitem>
456           <para>Wait for a control interface monitor before starting.</para>
457         </listitem>
458       </varlistentry>
459
460       <varlistentry>
461         <term>-N</term>
462         <listitem>
463           <para>Start describing new interface.</para>
464         </listitem>
465       </varlistentry>
466     </variablelist>
467   </refsect1>
468
469   <refsect1>
470     <title>Examples</title>
471
472     <para>In most common cases, <command>wpa_supplicant</command> is
473     started with:</para>
474
475 <blockquote><programlisting>
476 wpa_supplicant -B -c/etc/wpa_supplicant.conf -iwlan0
477 </programlisting></blockquote>
478
479     <para>This makes the process fork into background.</para>
480
481     <para>The easiest way to debug problems, and to get debug log for
482     bug reports, is to start <command>wpa_supplicant</command> on
483     foreground with debugging enabled:</para>
484
485 <blockquote><programlisting>
486 wpa_supplicant -c/etc/wpa_supplicant.conf -iwlan0 -d
487 </programlisting></blockquote>
488
489     <para><command>wpa_supplicant</command> can control multiple
490     interfaces (radios) either by running one process for each
491     interface separately or by running just one process and list of
492     options at command line. Each interface is separated with -N
493     argument. As an example, following command would start
494     wpa_supplicant for two interfaces:</para>
495
496 <blockquote><programlisting>
497 wpa_supplicant \
498         -c wpa1.conf -i wlan0 -D hostap -N \
499         -c wpa2.conf -i ath0 -D madwifi
500 </programlisting></blockquote>
501   </refsect1>
502
503   <refsect1>
504     <title>OS Requirements</title>
505     <para>Current hardware/software requirements:</para>
506
507     <itemizedlist>
508       <listitem>
509         <para>Linux kernel 2.4.x or 2.6.x with Linux Wireless
510         Extensions v15 or newer</para>
511       </listitem>
512
513
514       <listitem>
515         <para>FreeBSD 6-CURRENT</para>
516       </listitem>
517
518       <listitem>
519         <para>Microsoft Windows with WinPcap (at least WinXP, may work
520         with other versions)</para>
521       </listitem>
522     </itemizedlist>
523   </refsect1>
524
525   <refsect1>
526     <title>Supported Drivers</title>
527     <variablelist>
528       <varlistentry>
529         <term>Host AP driver for Prism2/2.5/3 (development
530         snapshot/v0.2.x)</term>
531         <listitem>
532           <para> (http://hostap.epitest.fi/) Driver needs to be set in
533         Managed mode ('iwconfig wlan0 mode managed').  Please note
534         that station firmware version needs to be 1.7.0 or newer to
535         work in WPA mode.</para>
536         </listitem>
537       </varlistentry>
538
539       <varlistentry>
540         <term>Linuxant DriverLoader</term>
541         <listitem>
542           <para>(http://www.linuxant.com/driverloader/)
543         with Windows NDIS driver for your wlan card supporting WPA.</para>
544         </listitem>
545       </varlistentry>
546
547       <varlistentry>
548         <term>Agere Systems Inc. Linux Driver</term>
549         <listitem>
550           <para> (http://www.agere.com/support/drivers/) Please note
551         that the driver interface file (driver_hermes.c) and hardware
552         specific include files are not included in the wpa_supplicant
553         distribution. You will need to copy these from the source
554         package of the Agere driver.</para>
555         </listitem>
556       </varlistentry>
557
558       <varlistentry>
559         <term>madwifi driver for cards based on Atheros chip set (ar521x)</term>
560         <listitem>
561           <para> (http://sourceforge.net/projects/madwifi/) Please
562         note that you will need to modify the wpa_supplicant .config
563         file to use the correct path for the madwifi driver root
564         directory (CFLAGS += -I../madwifi/wpa line in example
565         defconfig).</para>
566         </listitem>
567       </varlistentry>
568
569       <varlistentry>
570         <term>ATMEL AT76C5XXx driver for USB and PCMCIA cards</term>
571         <listitem>
572           <para> (http://atmelwlandriver.sourceforge.net/).</para>
573         </listitem>
574       </varlistentry>
575
576       <varlistentry>
577         <term>Linux ndiswrapper</term>
578         <listitem>
579           <para> (http://ndiswrapper.sourceforge.net/) with Windows
580         NDIS driver.</para>
581         </listitem>
582       </varlistentry>
583
584       <varlistentry>
585         <term>Broadcom wl.o driver</term>
586         <listitem>
587           <para> This is a generic Linux driver for Broadcom IEEE
588         802.11a/g cards.  However, it is proprietary driver that is
589         not publicly available except for couple of exceptions, mainly
590         Broadcom-based APs/wireless routers that use Linux. The driver
591         binary can be downloaded, e.g., from Linksys support site
592         (http://www.linksys.com/support/gpl.asp) for Linksys
593         WRT54G. The GPL tarball includes cross-compiler and the needed
594         header file, wlioctl.h, for compiling wpa_supplicant.  This
595         driver support in wpa_supplicant is expected to work also with
596         other devices based on Broadcom driver (assuming the driver
597         includes client mode support).</para>
598         </listitem>
599       </varlistentry>
600
601       <varlistentry>
602         <term> Intel ipw2100 driver</term>
603         <listitem>
604           <para> (http://sourceforge.net/projects/ipw2100/)</para>
605         </listitem>
606       </varlistentry>
607
608       <varlistentry>
609         <term>Intel ipw2200 driver</term>
610         <listitem>
611           <para> (http://sourceforge.net/projects/ipw2200/)</para>
612         </listitem>
613       </varlistentry>
614
615       <varlistentry>
616         <term>Linux wireless extensions</term>
617         <listitem>
618           <para>In theory, any driver that supports Linux wireless
619         extensions can be used with IEEE 802.1X (i.e., not WPA) when
620         using ap_scan=0 option in configuration file.</para>
621         </listitem>
622       </varlistentry>
623       
624       <varlistentry>
625         <term>Wired Ethernet drivers</term>
626         <listitem>
627           <para>Use ap_scan=0.</para>
628         </listitem>
629       </varlistentry>
630
631       <varlistentry>
632         <term>BSD net80211 layer (e.g., Atheros driver)</term>
633         <listitem>
634           <para>At the moment, this is for FreeBSD 6-CURRENT branch.</para>
635         </listitem>
636       </varlistentry>
637
638       <varlistentry>
639         <term>Windows NDIS</term>
640         <listitem>
641           <para>The current Windows port requires WinPcap
642         (http://winpcap.polito.it/).  See README-Windows.txt for more
643         information.</para>
644         </listitem>
645       </varlistentry>
646     </variablelist>
647
648         
649     <para>wpa_supplicant was designed to be portable for different
650     drivers and operating systems. Hopefully, support for more wlan
651     cards and OSes will be added in the future. See developer.txt for
652     more information about the design of wpa_supplicant and porting to
653     other drivers. One main goal is to add full WPA/WPA2 support to
654     Linux wireless extensions to allow new drivers to be supported
655     without having to implement new driver-specific interface code in
656     wpa_supplicant.</para>
657   </refsect1>
658
659   <refsect1>
660     <title>Architecture</title> <para>The
661     <command>wpa_supplicant</command> system consists of the following
662     components:</para>
663
664     <variablelist>
665       <varlistentry>
666         <term><filename>wpa_supplicant.conf</filename> </term>
667         <listitem>
668         <para>the configuration file describing all networks that the
669         user wants the computer to connect to.  </para>
670         </listitem>
671       </varlistentry>
672       <varlistentry>
673         <term><command>wpa_supplicant</command></term>
674         <listitem><para>the program that directly interacts with the
675         network interface.  </para></listitem>
676       </varlistentry>
677       <varlistentry>
678         <term><command>wpa_cli</command></term> <listitem><para> the
679         client program that provides a high-level interface to the
680         functionality of the daemon.  </para></listitem>
681       </varlistentry>
682       <varlistentry>
683         <term><command>wpa_passphrase</command></term>
684         <listitem><para>a utility needed to construct
685         <filename>wpa_supplicant.conf</filename> files that include
686         encrypted passwords.</para></listitem>
687       </varlistentry>
688     </variablelist>
689   </refsect1>
690
691   <refsect1>
692     <title>Quick Start</title>
693
694     <para>First, make a configuration file, e.g.
695     <filename>/etc/wpa_supplicant.conf</filename>, that describes the networks
696     you are interested in.  See <citerefentry>
697         <refentrytitle>wpa_supplicant.conf</refentrytitle>
698         <manvolnum>5</manvolnum>
699       </citerefentry>
700     for details.</para>
701
702     <para>Once the configuration is ready, you can test whether the
703     configuration works by running <command>wpa_supplicant</command>
704     with following command to start it on foreground with debugging
705     enabled:</para>
706
707     <blockquote><programlisting>
708 wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -d
709     </programlisting></blockquote>
710
711     <para>Assuming everything goes fine, you can start using following
712     command to start <command>wpa_supplicant</command> on background
713     without debugging:</para>
714
715     <blockquote><programlisting>
716 wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -B
717     </programlisting></blockquote>
718
719     <para>Please note that if you included more than one driver
720     interface in the build time configuration (.config), you may need
721     to specify which interface to use by including -D&lt;driver
722     name&gt; option on the command line.</para>
723
724     <!-- XXX at this point, the page could include a little script
725          based on wpa_cli to wait for a connection and then run
726          dhclient -->
727
728   </refsect1>
729
730   <refsect1>
731     <title>Interface to pcmcia-cs/cardmrg</title>
732
733     <para>For example, following small changes to pcmcia-cs scripts
734     can be used to enable WPA support:</para>
735
736     <para>Add MODE="Managed" and WPA="y" to the network scheme in
737     <filename>/etc/pcmcia/wireless.opts</filename>.</para>
738
739     <para>Add the following block to the end of 'start' action handler
740     in <filename>/etc/pcmcia/wireless</filename>:</para>
741
742     <blockquote><programlisting>
743 if [ "$WPA" = "y" -a -x /usr/local/bin/wpa_supplicant ]; then
744     /usr/local/bin/wpa_supplicant -B -c/etc/wpa_supplicant.conf -i$DEVICE
745 fi
746     </programlisting></blockquote>
747
748
749     <para>Add the following block to the end of 'stop' action handler
750     (may need to be separated from other actions) in
751     <filename>/etc/pcmcia/wireless</filename>:</para>
752
753     <blockquote><programlisting>
754 if [ "$WPA" = "y" -a -x /usr/local/bin/wpa_supplicant ]; then
755     killall wpa_supplicant
756 fi
757     </programlisting></blockquote>
758
759     <para>This will make <command>cardmgr</command> start
760     <command>wpa_supplicant</command> when the card is plugged
761     in.</para>
762   </refsect1>
763
764   <refsect1>
765     <title>See Also</title>
766     <para>
767       <citerefentry>
768         <refentrytitle>wpa_background</refentrytitle>
769         <manvolnum>8</manvolnum>
770       </citerefentry>
771       <citerefentry>
772         <refentrytitle>wpa_supplicant.conf</refentrytitle>
773         <manvolnum>5</manvolnum>
774       </citerefentry>
775       <citerefentry>
776         <refentrytitle>wpa_cli</refentrytitle>
777         <manvolnum>8</manvolnum>
778       </citerefentry>
779       <citerefentry>
780         <refentrytitle>wpa_passphrase</refentrytitle>
781         <manvolnum>8</manvolnum>
782       </citerefentry>
783     </para>
784   </refsect1>
785   <refsect1>
786     <title>Legal</title>
787     <para>wpa_supplicant is copyright (c) 2003-2007,
788     Jouni Malinen <email>j@w1.fi</email> and
789     contributors.
790     All Rights Reserved.</para>
791
792     <para>This program is dual-licensed under both the GPL version 2
793     and BSD license. Either license may be used at your option.</para>
794   </refsect1>
795 </refentry>