source: networking/netprogs/wpa_supplicant.xml@ f4ac7141

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since f4ac7141 was f5d675c, checked in by Douglas R. Reno <renodr@…>, 10 months ago

wpa_supplicant: minor formatting/layout change. Add the standard
"Install WPA Supplicant by running the following commands:" section

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