source: networking/netprogs/wpa_supplicant.xml@ 81f86f9e

10.1 11.0 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 81f86f9e was 81f86f9e, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Add security patch for screen
Initial 10.1 tags from me

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

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