Changeset ba1a2ff in clfs-embedded


Ignore:
Timestamp:
Apr 13, 2011, 3:47:15 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
c678039
Parents:
42a70fd
git-author:
Andrew Bradford <bradfa@…> (04/11/11 03:13:43)
git-committer:
Andrew Bradford <bradfa@…> (04/13/11 03:47:15)
Message:

Formatting clean-up of hostapd

No functional changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-clfs/common/hostapd.xml

    r42a70fd rba1a2ff  
    1818    <title/>
    1919
    20     <para>Hostapd is a daemon required for setting up a wireless access point, it supports
    21     WEP, WPA and WPA2 encryption and can optionally use EAP for authentification, but since
    22     this feature requires OpenSSL only basic WEP/WPA/WPA2 encryption will be compiled here.
    23     </para>
     20    <para>Hostapd is a daemon required for setting up a wireless access point,
     21    it supports WEP, WPA and WPA2 encryption and can optionally use EAP for
     22    authentification, but since this feature requires OpenSSL only basic
     23    WEP/WPA/WPA2 encryption will be compiled here.</para>
    2424
    2525  </sect2>
     
    2828    <title>Installation of hostapd</title>
    2929
    30     <para os="a">By default only a very basic hostapd is made, but hostapd supports a lot of other options as well. Write a basic config file for hostap:</para>
     30    <para os="a">By default only a very basic hostapd is made, but hostapd
     31    supports a lot of other options as well. Write a basic config file for
     32    hostapd:</para>
    3133
    32 <screen os="b"><userinput>
    33 cd hostapd; cat &gt; .config &lt;&lt; EOF
     34<screen os="b"><userinput>cd hostapd; cat &gt; .config &lt;&lt; EOF
    3435<literal># Support for nl80211 driver
    3536CONFIG_DRIVER_NL80211=y
     
    6364<screen os="h"><userinput>make install-hostapd DESTDIR=${CLFS}</userinput></screen>
    6465
    65     <para os="i">Create hostapd.conf, this example file will create a WPA2 encrypted
    66     host access point with the name dummy and password foobar123 on channel 4:</para>
     66    <para os="i">Create hostapd.conf, this example file will create a WPA2
     67    encrypted host access point with the name dummy and password foobar123 on
     68    channel 4:</para>
    6769
    6870<screen os="j"><userinput>cat &gt; ${CLFS} &lt;&lt; EOF
Note: See TracChangeset for help on using the changeset viewer.