Changeset 26c1bdd


Ignore:
Timestamp:
05/16/2012 08:07:49 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7752d7d
Parents:
d61e48e3
Message:

wpa_supplicant 1.0

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd61e48e3 r26c1bdd  
    507507<!ENTITY wget-version                 "1.13.4">
    508508<!ENTITY wireless-tools-version       "29">
    509 <!ENTITY wpa_supplicant-version       "0.7.3">
     509<!ENTITY wpa_supplicant-version       "1.0">
    510510
    511511<!-- Obsolete
  • introduction/welcome/changelog.xml

    rd61e48e3 r26c1bdd  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[rthomsen] - Upgrade to wpa_supplicant 1.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[rthomsen] - Upgrade to libnl 3.2.9.</para>
    4952        </listitem>
  • networking/netlibs/libnl.xml

    rd61e48e3 r26c1bdd  
    110110
    111111      <seglistitem>
    112         <seg>genl-ctrl-list, nl-class-add, nl-class-delete, nl-class-list
    113         nl-classid-lookup, nl-cls-add, nl-cls-delete, nl-cls-list, nl-link-list
     112        <seg>genl-ctrl-list, nl-class-add, nl-class-delete, nl-class-list,
     113        nl-classid-lookup, nl-cls-add, nl-cls-delete, nl-cls-list, nl-link-list,
    114114        nl-pktloc-lookup, nl-qdisc-add, nl-qdisc-delete and nl-qdisc-list</seg>
    115115        <seg>libnl-3.so, libnl-cli-3.so, libnl-genl-3.so, libnl-nf-3.so and
  • networking/netprogs/wpa_supplicant.xml

    rd61e48e3 r26c1bdd  
    77  <!ENTITY wpa_supplicant-download-http
    88  "http://hostap.epitest.fi/releases/wpa_supplicant-&wpa_supplicant-version;.tar.gz">
    9   <!ENTITY wpa_supplicant-md5sum        "f516f191384a9a546e3f5145c08addda">
    10   <!ENTITY wpa_supplicant-size          "1.6 MB">
    11   <!ENTITY wpa_supplicant-buildsize     "15 MB">
     9  <!ENTITY wpa_supplicant-md5sum        "8650f6aa23646ef634402552d0669640">
     10  <!ENTITY wpa_supplicant-size          "1.9 MB">
     11  <!ENTITY wpa_supplicant-buildsize     "16 MB">
    1212  <!ENTITY wpa_supplicant-time          "0.1 SBU">
    1313]>
     
    5959      </listitem>
    6060    </itemizedlist>
    61 
     61<!--
    6262    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6363    <itemizedlist spacing="compact">
     
    6767      </listitem>
    6868    </itemizedlist>
    69 
     69-->
    7070    <bridgehead renderas="sect3">wpa_supplicant Dependencies</bridgehead>
    7171
    72     <bridgehead renderas="sect4">Recommended</bridgehead>
    73     <para role="recommended"><xref linkend="libnl"/> (required to use the
    74     nl80211 kernel interface. Using <application>wpa_supplicant</application>
    75     without <application>libnl</application> has not been tested).</para>
    76 
    7772    <bridgehead renderas="sect4">Optional</bridgehead>
    78     <para role="optional"><xref linkend="openssl"/>,
     73    <para role="optional">
     74    <xref linkend="openssl"/>,
     75    <xref linkend="libnl"/> (required to use the nl80211 kernel interface),
    7976    <!-- using CONFIG_TLS=gnutls fails as
    8077    src/crypto/tls_gnutls.c uses functions like gnutls_session_get_client_random
    8178    and gnutls_session_get_server_random which have been removed from current
    8279    <xref linkend="gnutls"/> -->
     80    <xref linkend="dbus"/>,
    8381    <ulink url="http://libtom.org/">libtommath</ulink>,
    84     <xref linkend="libpcap"/>,
    85     <ulink url="http://libdnet.sourceforge.net/">libdnet</ulink>
    86     and <xref linkend="dbus"/>.</para>
     82    <xref linkend="libpcap"/> and
     83    <ulink url="http://libdnet.sourceforge.net/">libdnet</ulink>.
     84    </para>
    8785
    8886    <para condition="html" role="usernotes">User Notes:
     
    108106
    109107    <para>Select the options that support your hardware:
    110     <command>lspci</command> from <xref linkend="pciutils"/> is your friend
    111     ;)</para>
     108    <command>lspci</command> from <xref linkend="pciutils"/> can be used to
     109    view your hardware configuration.</para>
    112110
    113111    <indexterm zone="wpa_supplicant wpa_supplicant-kernel">
     
    122120    following commands:</para>
    123121
    124 <screen><userinput>patch -p1 &lt; ../wpa_supplicant-0.7.3-libnl-3-fixes-1.patch &amp;&amp;
    125 cd wpa_supplicant &amp;&amp;
    126 cat &gt; .config &lt;&lt; "HERE_DOC" &amp;&amp;
     122<screen><userinput>cd wpa_supplicant &amp;&amp;
     123cat &gt; .config &lt;&lt; "HERE_DOC"
    127124CONFIG_DRIVER_WEXT=y
    128125CONFIG_EAP_GPSK=y
     
    144141CONFIG_READLINE=y
    145142CONFIG_IPV6=y
    146 CONFIG_LIBNL20=y
    147 CONFIG_DRIVER_NL80211=y
     143CONFIG_LIBNL32=y
    148144CFLAGS += -I/usr/include/libnl3
    149145
     
    154150# not installed libtommath, uncomment the next line:
    155151# CONFIG_INTERNAL_LIBTOMMATH=y
     152
     153# Uncomment the next line if you want to build the nl80211 driver:
     154# CONFIG_DRIVER_NL80211=y
    156155
    157156# Uncomment the next line if you have a ralink chipset:
     
    267266ip route add default via 192.168.1.1 dev wlan0</userinput></screen>
    268267
    269       <para>Writing a boot script that automates bringing up the network
    270       connection is left as an exercise for the reader ;).</para>
    271268    </sect3>
    272269  </sect2>
     
    277274    <segmentedlist>
    278275      <segtitle>Installed Programs</segtitle>
    279 
     276      <segtitle>Installed Libraries</segtitle>
     277      <segtitle>Installed Directories</segtitle>
     278     
    280279      <seglistitem>
    281280        <seg>wpa_supplicant, wpa_passphrase and wpa_cli</seg>
     281        <seg>none</seg>
     282        <seg>none</seg>
    282283      </seglistitem>
    283284    </segmentedlist>
     
    304305          <para>takes an SSID and a password and generates a simple
    305306          configuration that <command>wpa_supplicant</command> can
    306           understand</para>
     307          understand.</para>
    307308          <indexterm zone="wpa_supplicant wpa_passphrase">
    308309            <primary sortas="b-wpa_passphrase">wpa_passphrase</primary>
     
    315316        <listitem>
    316317          <para>is a command line interface to control a running wpa_supplicant
    317           daemon</para>
     318          daemon.</para>
    318319          <indexterm zone="wpa_supplicant wpa_cli">
    319320            <primary sortas="b-wpa_cli">wpa_cli</primary>
Note: See TracChangeset for help on using the changeset viewer.