source: networking/netprogs/wpa_supplicant.xml@ 7085d277

12.2 lazarus trunk
Last change on this file since 7085d277 was 9c48a24b, checked in by Bruce Dubbs <bdubbs@…>, 5 weeks ago

Inital tags for BLFS-12.2.

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