source: networking/netprogs/wpa_supplicant.xml@ 7b478500

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7b478500 was 7b478500, checked in by DJ Lucas <dj@…>, 8 years ago

[Systemd merge] - Chapter 16

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17478 af4574ff-66df-0310-9fd7-8a98e5e911e0

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