source: networking/netprogs/wpa_supplicant.xml@ 0884fe0

11.1 11.2 11.3 12.0 12.1 12.2 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0884fe0 was 0884fe0, checked in by Xi Ruoyao <xry111@…>, 3 years ago

wpa_supplicant: use /usr/lib instead of /lib for consistency

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