source: networking/netprogs/wpa_supplicant.xml@ 4e08bcca

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4e08bcca was 3e6dece, checked in by Douglas R. Reno <renodr@…>, 2 years ago

wpa_supplicant: Fix runtime issues with OpenSSL-3. Note that this patch
has no effect on an OpenSSL-1.1.1 system and is harmless on one of
those.

  • Property mode set to 100644
File size: 22.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY wpa_supplicant-download-http
8 "https://w1.fi/releases/wpa_supplicant-&wpa_supplicant-version;.tar.gz">
9 <!ENTITY wpa_supplicant-download-ftp " ">
10 <!ENTITY wpa_supplicant-md5sum "2d2958c782576dc9901092fbfecb4190">
11 <!ENTITY wpa_supplicant-size "3.1 MB">
12 <!ENTITY wpa_supplicant-buildsize "35 MB">
13 <!ENTITY wpa_supplicant-time "0.5 SBU (with optional gui)">
14]>
15
16<sect1 id="wpa_supplicant" xreflabel="wpa_supplicant-&wpa_supplicant-version;">
17 <?dbhtml filename="wpa_supplicant.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>wpa_supplicant-&wpa_supplicant-version;</title>
24
25 <indexterm zone="wpa_supplicant">
26 <primary sortas="a-wpa_supplicant">wpa_supplicant</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to WPA Supplicant</title>
31
32 <para>
33 <application>WPA Supplicant</application> is a Wi-Fi Protected Access
34 (WPA) client and IEEE 802.1X supplicant. It implements WPA key negotiation
35 with a WPA Authenticator and Extensible Authentication Protocol (EAP)
36 authentication with an Authentication Server. In addition, it controls the
37 roaming and IEEE 802.11 authentication/association of the wireless LAN
38 driver. This is useful for connecting to a password protected wireless
39 access point.
40 </para>
41
42 &lfs110a_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&wpa_supplicant-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&wpa_supplicant-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &wpa_supplicant-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &wpa_supplicant-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &wpa_supplicant-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &wpa_supplicant-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/wpa_supplicant-&wpa_supplicant-version;-security_fixes-1.patch"/>
84 </para>
85 <para>
86 Required patch:
87 <ulink url="&patch-root;/wpa_supplicant-&wpa_supplicant-version;-openssl3-1.patch"/>
88 </para>
89 </listitem>
90 </itemizedlist>
91
92 <bridgehead renderas="sect3">WPA Supplicant Dependencies</bridgehead>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="desktop-file-utils"/> (for running
97 <command>update-desktop-database</command>) and
98 <xref linkend="libnl"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <phrase revision="sysv"><xref linkend="dbus"/>,</phrase>
104 <xref linkend="libxml2"/>, and
105 <xref linkend="qt5"/>
106 </para>
107
108 <para condition="html" role="usernotes">User Notes:
109 <ulink url="&blfs-wiki;/wpa_supplicant"/>
110 </para>
111
112 </sect2>
113
114 <sect2 role="kernel" id="wpa_supplicant-kernel">
115 <title>Kernel Configuration</title>
116
117 <para>
118 Enable the following options in the kernel configuration as well as
119 specific device drivers for your hardware and recompile the kernel if
120 necessary:
121 </para>
122
123<screen><literal>[*] Networking support ---&gt; [CONFIG_NET]
124 [*] Wireless ---&gt; [CONFIG_WIRELESS]
125 &lt;*/M&gt; cfg80211 - wireless configuration API [CONFIG_CFG80211]
126 [*] cfg80211 wireless extensions compatibility [CONFIG_CFG80211_WEXT]
127 &lt;*/M&gt; Generic IEEE 802.11 Networking Stack (mac80211) [CONFIG_MAC80211]
128Device Drivers ---&gt;
129 [*] Network device support ---&gt; [CONFIG_NETDEVICES]
130 [*] Wireless LAN ---&gt; [CONFIG_WLAN]</literal></screen>
131
132 <para>
133 Open the submenu and select the options that support your hardware:
134 <command>lspci</command> from <xref linkend="pciutils"/> can be used to
135 view your hardware configuration.
136 </para>
137
138 <indexterm zone="wpa_supplicant wpa_supplicant-kernel">
139 <primary sortas="d-wpa_supplicant">wpa_supplicant</primary>
140 </indexterm>
141 </sect2>
142
143 <sect2 role="installation">
144 <title>Installation of WPA Supplicant</title>
145
146 <para>
147 First you will need to create an initial configuration file for the
148 build process. You can read <filename>wpa_supplicant/README</filename>
149 and <filename>wpa_supplicant/defconfig</filename> for the explanation
150 of the following options as well as other options that can be used.
151 Create a build configuration file that should work for standard WiFi
152 setups by running the following command:
153 </para>
154
155<screen><userinput>cat &gt; wpa_supplicant/.config &lt;&lt; "EOF"
156<literal>CONFIG_BACKEND=file
157CONFIG_CTRL_IFACE=y
158CONFIG_DEBUG_FILE=y
159CONFIG_DEBUG_SYSLOG=y
160CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
161CONFIG_DRIVER_NL80211=y
162CONFIG_DRIVER_WEXT=y
163CONFIG_DRIVER_WIRED=y
164CONFIG_EAP_GTC=y
165CONFIG_EAP_LEAP=y
166CONFIG_EAP_MD5=y
167CONFIG_EAP_MSCHAPV2=y
168CONFIG_EAP_OTP=y
169CONFIG_EAP_PEAP=y
170CONFIG_EAP_TLS=y
171CONFIG_EAP_TTLS=y
172CONFIG_IEEE8021X_EAPOL=y
173CONFIG_IPV6=y
174CONFIG_LIBNL32=y
175CONFIG_PEERKEY=y
176CONFIG_PKCS12=y
177CONFIG_READLINE=y
178CONFIG_SMARTCARD=y
179CONFIG_WPS=y
180CFLAGS += -I/usr/include/libnl3</literal>
181EOF</userinput></screen>
182
183 <para>
184 If you wish to use <application>WPA Supplicant</application> with
185 <xref linkend="NetworkManager"/>, make sure that you have installed
186 <xref linkend="dbus"/> and <xref linkend="libxml2"/>, then add the
187 following options to the <application>WPA Supplicant</application>
188 build configuration file by running the following command:
189 </para>
190
191<screen><userinput>cat &gt;&gt; wpa_supplicant/.config &lt;&lt; "EOF"
192<literal>CONFIG_CTRL_IFACE_DBUS=y
193CONFIG_CTRL_IFACE_DBUS_NEW=y
194CONFIG_CTRL_IFACE_DBUS_INTRO=y</literal>
195EOF</userinput></screen>
196
197 <para>
198 Next, apply a patch that fixes several security vulnerabilities:
199 </para>
200
201<screen><userinput remap="pre">patch -Np1 -i ../wpa_supplicant-&wpa_supplicant-version;-security_fixes-1.patch</userinput></screen>
202
203 <para>
204 Next, fix several runtime issues with OpenSSL-3:
205 </para>
206
207<screen><userinput remap="pre">patch -Np1 -i ../wpa_supplicant-&wpa_supplicant-version;-openssl3-1.patch</userinput></screen>
208
209 <para>
210 Install <application>WPA Supplicant</application> by running the
211 following commands:
212 </para>
213
214<screen><userinput>cd wpa_supplicant &amp;&amp;
215make BINDIR=/usr/sbin LIBDIR=/usr/lib</userinput></screen>
216
217 <para>
218 If you have installed <xref linkend="qt5"/> and wish to build
219 the <application>WPA Supplicant</application> GUI program, run
220 the following commands:
221 </para>
222
223 <note>
224 <para>
225 The following directory name is labelled qt4, but
226 is compatible with <xref linkend="qt5"/>.
227 </para>
228 </note>
229
230<screen><userinput>pushd wpa_gui-qt4 &amp;&amp;
231qmake wpa_gui.pro &amp;&amp;
232make &amp;&amp;
233popd</userinput></screen>
234
235 <para>
236 This package does not come with a test suite.
237 </para>
238
239 <para>
240 Now, as the <systemitem class="username">root</systemitem> user:
241 </para>
242
243<screen role="root"><userinput>install -v -m755 wpa_{cli,passphrase,supplicant} /usr/sbin/ &amp;&amp;
244install -v -m644 doc/docbook/wpa_supplicant.conf.5 /usr/share/man/man5/ &amp;&amp;
245install -v -m644 doc/docbook/wpa_{cli,passphrase,supplicant}.8 /usr/share/man/man8/</userinput></screen>
246
247 <para revision="systemd">
248 Install the <application>systemd</application> support files by
249 running the following command as the <systemitem
250 class="username">root</systemitem> user:
251 </para>
252
253<screen role="root" revision="systemd"><userinput>install -v -m644 systemd/*.service /usr/lib/systemd/system/</userinput></screen>
254
255 <para>
256 If you have built <application>WPA Supplicant</application> with
257 <application>D-Bus</application> support, you will need to install
258 <application>D-Bus</application> configuration files. Install them
259 by running the following commands as the
260 <systemitem class="username">root</systemitem> user:
261 </para>
262
263<screen role="root"><userinput>install -v -m644 dbus/fi.w1.wpa_supplicant1.service \
264 /usr/share/dbus-1/system-services/ &amp;&amp;
265install -v -d -m755 /etc/dbus-1/system.d &amp;&amp;
266install -v -m644 dbus/dbus-wpa_supplicant.conf \
267 /etc/dbus-1/system.d/wpa_supplicant.conf</userinput></screen>
268
269 <para revision="systemd">
270 Additionally, enable the <filename>wpa_supplicant.service</filename>
271 so that <application>systemd</application> can properly activate the
272 <application>D-Bus</application> service. Note that the
273 per-connection service and the D-Bus service cannot be enabled
274 at the same time. Run the following command as the
275 <systemitem class="username">root</systemitem> user:
276 </para>
277
278<screen role="root" revision="systemd"><userinput>systemctl enable wpa_supplicant</userinput></screen>
279
280 <para>
281 If you have built the <application>WPA Supplicant</application> GUI
282 program, install it by running the following commands as the
283 <systemitem class="username">root</systemitem> user:
284 </para>
285
286<screen role="root"><userinput>install -v -m755 wpa_gui-qt4/wpa_gui /usr/bin/ &amp;&amp;
287install -v -m644 doc/docbook/wpa_gui.8 /usr/share/man/man8/ &amp;&amp;
288install -v -m644 wpa_gui-qt4/wpa_gui.desktop /usr/share/applications/ &amp;&amp;
289install -v -m644 wpa_gui-qt4/icons/wpa_gui.svg /usr/share/pixmaps/</userinput></screen>
290
291 <note>
292 <para>
293 You will need to restart the system <application>D-Bus</application> daemon
294 before you can use the <application>WPA Supplicant</application>
295 <application>D-Bus</application> interface.
296 </para>
297 </note>
298
299 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
300 href="../../xincludes/update-desktop-database.xml"/>
301
302 </sect2>
303
304 <sect2 role="configuration">
305 <title>Configuring wpa_supplicant</title>
306
307 <sect3 id="wpa_supplicant-config">
308 <title>Config File</title>
309
310 <para revision="sysv">
311 <filename>/etc/sysconfig/wpa_supplicant-*.conf</filename>
312 </para>
313
314 <para revision="systemd">
315 <filename>/etc/wpa_supplicant/wpa_supplicant-*.conf</filename>
316 </para>
317
318 <indexterm zone="wpa_supplicant wpa_supplicant-config" revision="sysv">
319 <primary
320 sortas="e-etc-sysconfig-wpa_supplicant-star.conf">/etc/sysconfig/wpa_supplicant-*.conf</primary>
321 </indexterm>
322
323 <indexterm zone="wpa_supplicant wpa_supplicant-config" revision="systemd">
324 <primary
325 sortas="e-etc-wpa_supplicant-wpa_supplicant-star.conf">/etc/wpa_supplicant/wpa_supplicant-*.conf</primary>
326 </indexterm>
327
328 </sect3>
329
330 <sect3>
331 <title>Configuration Information</title>
332
333 <para>
334 To connect to an access point that uses a password, you need to put
335 the pre-shared key in
336 <phrase revision="sysv">
337 <filename>
338 /etc/sysconfig/wpa_supplicant-<replaceable>wifi0</replaceable>.conf</filename>.
339 </phrase>
340 <phrase revision="systemd">
341 <filename>
342 /etc/wpa_supplicant/wpa_supplicant-<replaceable>wifi0</replaceable>.conf</filename>.
343 </phrase>
344 SSID is the string that the access point/router transmits to
345 identify itself. Run the following command as the
346 <systemitem class="username">root</systemitem> user:
347 </para>
348
349<screen role="nodump" revision="sysv"><userinput>wpa_passphrase <replaceable>SSID</replaceable> <replaceable>SECRET_PASSWORD</replaceable> &gt; /etc/sysconfig/wpa_supplicant-<replaceable>wifi0</replaceable>.conf</userinput></screen>
350
351<screen role="nodump" revision="systemd"><userinput>install -v -dm755 /etc/wpa_supplicant &amp;&amp;
352wpa_passphrase <replaceable>SSID</replaceable> <replaceable>SECRET_PASSWORD</replaceable> &gt; /etc/wpa_supplicant/wpa_supplicant-<replaceable>wifi0</replaceable>.conf</userinput></screen>
353
354 <para>
355 <phrase revision="sysv">
356 <filename>
357 /etc/sysconfig/wpa_supplicant-<replaceable>wifi0</replaceable>.conf
358 </filename>
359 </phrase>
360 <phrase revision="systemd">
361 <filename>
362 /etc/wpa_supplicant/wpa_supplicant-<replaceable>wifi0</replaceable>.conf
363 </filename>
364 </phrase>
365 can hold the details of several access points. When
366 <command>wpa_supplicant</command> is started, it will scan for the
367 SSIDs it can see and choose the appropriate password to connect.
368 </para>
369
370 <para>
371 If you want to connect to an access point that isn't password
372 protected, put an entry like this in
373 <phrase revision="sysv">
374 <filename>
375/etc/sysconfig/wpa_supplicant-<replaceable>wifi0</replaceable>.conf</filename>.
376 </phrase>
377 <phrase revision="systemd">
378 <filename>
379/etc/wpa_supplicant/wpa_supplicant-<replaceable>wifi0</replaceable>.conf</filename>.
380 </phrase>
381 Replace "Some-SSID" with the SSID of the access point/router.
382 </para>
383
384<screen>network={
385 ssid="<replaceable>Some-SSID</replaceable>"
386 key_mgmt=NONE
387}</screen>
388
389 <para>
390 Connecting to a new access point that is not in the configuration
391 file can be accomplished manually via the command line or GUI, but it
392 must be done via a privileged user. To do that, add the following to
393 the configuration file:
394 </para>
395
396<screen>ctrl_interface=DIR=/run/wpa_supplicant GROUP=&lt;privileged group&gt;
397update_config=1</screen>
398
399 <para>
400 Replace the &lt;privileged group&gt; above with a system group where
401 members have the ability to connect to a wireless access point.
402 </para>
403
404 <para>
405 There are many options that you could use to tweak how you connect
406 to each access point. They are described in some detail in the
407 <filename>wpa_supplicant/wpa_supplicant.conf</filename> file in the
408 source tree.
409 </para>
410
411 </sect3>
412
413 <sect3>
414 <title>Connecting to an Access Point</title>
415
416 <para id="wpa-service" revision="sysv">
417 If you want to configure network interfaces at boot using
418 <command>wpa_supplicant</command>, you need to install the
419 <filename>/lib/services/wpa</filename> script
420 included in <xref linkend="bootscripts"/> package:
421 </para>
422
423<screen role="root" revision="sysv"><userinput>make install-service-wpa</userinput></screen>
424
425 <indexterm zone="wpa_supplicant wpa-service" revision="sysv">
426 <primary sortas="f-wpa">wpa</primary>
427 </indexterm>
428
429 <para revision="sysv">
430 If your router/access point uses DHCP to allocate IP addresses, you
431 can install <xref linkend="dhcp"/> client and use it to
432 automatically obtain network addresses. Create the
433 <filename>/etc/sysconfig/ifconfig-<replaceable>wifi0</replaceable>
434 </filename> by running the following command as the
435 <systemitem class="username">root</systemitem> user:
436 </para>
437
438<screen role="root" revision="sysv"><userinput>cat &gt; /etc/sysconfig/ifconfig.<replaceable>wifi0</replaceable> &lt;&lt; "EOF"
439<literal>ONBOOT="yes"
440IFACE="<replaceable>wlan0</replaceable>"
441SERVICE="wpa"
442
443# Additional arguments to wpa_supplicant
444WPA_ARGS=""
445
446WPA_SERVICE="dhclient"
447DHCP_START=""
448DHCP_STOP=""
449
450# Set PRINTIP="yes" to have the script print
451# the DHCP assigned IP address
452PRINTIP="no"
453
454# Set PRINTALL="yes" to print the DHCP assigned values for
455# IP, SM, DG, and 1st NS. This requires PRINTIP="yes".
456PRINTALL="no"</literal>
457EOF</userinput></screen>
458
459 <para revision="sysv">
460 If you prefer <xref linkend="dhcpcd"/> instead of
461 <xref linkend="dhcp"/> client, then create the
462 <filename>/etc/sysconfig/ifconfig-<replaceable>wifi0</replaceable>
463 </filename> by running the following command as the
464 <systemitem class="username">root</systemitem> user:
465 </para>
466
467<screen role="root" revision="sysv"><userinput>cat &gt; /etc/sysconfig/ifconfig.<replaceable>wifi0</replaceable> &lt;&lt; "EOF"
468<literal>ONBOOT="yes"
469IFACE="<replaceable>wlan0</replaceable>"
470SERVICE="wpa"
471
472# Additional arguments to wpa_supplicant
473WPA_ARGS=""
474
475WPA_SERVICE="dhcpcd"
476DHCP_START="-b -q <replaceable>&lt;insert appropriate start options here&gt;</replaceable>"
477DHCP_STOP="-k <replaceable>&lt;insert additional stop options here&gt;</replaceable>"</literal>
478EOF</userinput></screen>
479
480 <para revision="sysv">
481 Alternatively, if you use static addresses on your local network,
482 then create the
483 <filename>/etc/sysconfig/ifconfig-<replaceable>wifi0</replaceable>
484 </filename> by running the following command as the
485 <systemitem class="username">root</systemitem> user:
486 </para>
487
488<screen role="root" revision="sysv"><userinput>cat &gt; /etc/sysconfig/ifconfig.<replaceable>wifi0</replaceable> &lt;&lt; "EOF"
489<literal>ONBOOT="yes"
490IFACE="<replaceable>wlan0</replaceable>"
491SERVICE="wpa"
492
493# Additional arguments to wpa_supplicant
494WPA_ARGS=""
495
496WPA_SERVICE="ipv4-static"
497IP="192.168.1.1"
498GATEWAY="192.168.1.2"
499PREFIX="24"
500BROADCAST="192.168.1.255"</literal>
501EOF</userinput></screen>
502
503 <para revision="systemd">
504 There are 3 types of <application>systemd</application> units
505 that were installed:
506 </para>
507
508 <itemizedlist spacing="compact" revision="systemd">
509 <listitem>
510 <para>
511 wpa_supplicant@.service
512 </para>
513 </listitem>
514 <listitem>
515 <para>
516 wpa_supplicant-nl80211@.service
517 </para>
518 </listitem>
519 <listitem>
520 <para>
521 wpa_supplicant-wired@.service
522 </para>
523 </listitem>
524 </itemizedlist>
525
526 <para revision="systemd">
527 The only difference between 3 of them is what driver
528 is used for connecting (-D option). The first one uses
529 the default driver, the second one uses the nl80211
530 driver and the third one uses the wired driver.
531 </para>
532
533 <para>
534 You can connect to the wireless access point by
535 running the following command as the
536 <systemitem class="username">root</systemitem> user:
537 </para>
538
539<screen role="root" revision="sysv"><userinput>ifup <replaceable>wifi0</replaceable></userinput></screen>
540
541 <para revision="sysv">
542 Replace <replaceable>wlan0</replaceable> with the correct
543 wireless interface and <replaceable>wifi0</replaceable>
544 with desired name for the configuration file. Please note
545 that <filename>wpa_supplicant-*.conf</filename> and
546 <filename>ifconfig.*</filename> configuration files need
547 to have identical names, ie both contain
548 <replaceable>wifi0</replaceable> in their name.
549 </para>
550
551<screen role="root" revision="systemd"><userinput>systemctl start wpa_supplicant@<replaceable>wlan0</replaceable></userinput></screen>
552
553 <para revision="systemd">
554 To connect to the wireless access point at
555 boot, simply enable the appropriate
556 <command>wpa_supplicant</command> service
557 by running the following command as the
558 <systemitem class="username">root</systemitem> user:
559 </para>
560
561<screen role="root" revision="systemd"><userinput>systemctl enable wpa_supplicant@<replaceable>wlan0</replaceable></userinput></screen>
562
563 <para revision="systemd">
564 Depending on your setup, you can replace the
565 <filename>wpa_supplicant@.service</filename>
566 with any other listed above.
567 </para>
568
569 <para revision="systemd">
570 To assign a network address to your wireless interface, consult the
571 <ulink url="&lfs-root;/chapter09/network.html">General Network Configuration</ulink>
572 page in LFS.
573 </para>
574
575 </sect3>
576
577 </sect2>
578
579 <sect2 role="content">
580 <title>Contents</title>
581
582 <segmentedlist>
583 <segtitle>Installed Programs</segtitle>
584 <segtitle>Installed Libraries</segtitle>
585 <segtitle>Installed Directories</segtitle>
586
587 <seglistitem>
588 <seg>
589 wpa_gui, wpa_supplicant, wpa_passphrase and wpa_cli
590 </seg>
591 <seg>
592 None
593 </seg>
594 <seg>
595 None
596 </seg>
597 </seglistitem>
598 </segmentedlist>
599
600 <variablelist>
601 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
602 <?dbfo list-presentation="list"?>
603 <?dbhtml list-presentation="table"?>
604
605 <varlistentry id="wpa_gui">
606 <term><command>wpa_gui</command></term>
607 <listitem>
608 <para>
609 is a graphical frontend program for interacting with
610 <application>wpa_supplicant</application>
611 </para>
612 <indexterm zone="wpa_supplicant wpa_gui">
613 <primary sortas="b-wpa_gui">wpa_gui</primary>
614 </indexterm>
615 </listitem>
616 </varlistentry>
617
618 <varlistentry id="wpa_supplicant-prog">
619 <term><command>wpa_supplicant</command></term>
620 <listitem>
621 <para>
622 is a daemon that can connect to a password protected wireless
623 access point
624 </para>
625 <indexterm zone="wpa_supplicant wpa_supplicant-prog">
626 <primary sortas="b-wpa_supplicant">wpa_supplicant</primary>
627 </indexterm>
628 </listitem>
629 </varlistentry>
630
631 <varlistentry id="wpa_passphrase">
632 <term><command>wpa_passphrase</command></term>
633 <listitem>
634 <para>
635 takes an SSID and a password and generates a simple
636 configuration that <command>wpa_supplicant</command> can
637 understand
638 </para>
639 <indexterm zone="wpa_supplicant wpa_passphrase">
640 <primary sortas="b-wpa_passphrase">wpa_passphrase</primary>
641 </indexterm>
642 </listitem>
643 </varlistentry>
644
645 <varlistentry id="wpa_cli">
646 <term><command>wpa_cli</command></term>
647 <listitem>
648 <para>
649 is a command line interface used to control a running
650 <command>wpa_supplicant</command> daemon
651 </para>
652 <indexterm zone="wpa_supplicant wpa_cli">
653 <primary sortas="b-wpa_cli">wpa_cli</primary>
654 </indexterm>
655 </listitem>
656 </varlistentry>
657
658 </variablelist>
659
660 </sect2>
661
662</sect1>
Note: See TracBrowser for help on using the repository browser.