Changeset 8fa167c


Ignore:
Timestamp:
01/06/2014 03:06:35 PM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
9297e31
Parents:
efdd9de
Message:

wpa supplicant page formatting

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wpa_supplicant.xml

    refdd9de r8fa167c  
    9595      <ulink url="&blfs-wiki;/wpa_supplicant"/>
    9696    </para>
     97
    9798  </sect2>
    9899
     
    101102
    102103    <para>
    103       Enable the following options in the kernel configuration
    104       and recompile the kernel if necessary:
    105     </para>
    106 
    107 <screen><literal>[*] Networking support  --->
    108   [*]   Wireless  --->
    109     [*]   cfg80211 - wireless configuration API
    110     [*]     cfg80211 wireless extensions compatibility
    111     [*]   Generic IEEE 802.11 Networking Stack (mac80211)
    112 
     104      Enable the following options in the kernel configuration as well as
     105      specific device drivers for your hardware and recompile the kernel if
     106      necessary:
     107    </para>
     108
     109<screen><literal>Networking support  --->
     110  Wireless  --->
     111    cfg80211 - wireless configuration API: Y or M
     112      cfg80211 wireless extensions compatibility: Y
     113    Generic IEEE 802.11 Networking Stack (mac80211): Y or M
    113114Device Drivers  --->
    114   [*] Network device support  --->
    115     [*]   Wireless LAN  --->
    116 </literal></screen>
     115  Network device support  --->
     116    Wireless LAN  ---></literal></screen>
    117117
    118118    <para>
     
    140140
    141141<screen><userinput>cat &gt; wpa_supplicant/.config &lt;&lt; "EOF"
    142 CONFIG_BACKEND=file
     142<literal>CONFIG_BACKEND=file
    143143CONFIG_CTRL_IFACE=y
    144144CONFIG_DEBUG_FILE=y
     
    164164CONFIG_SMARTCARD=y
    165165CONFIG_WPS=y
    166 CFLAGS += -I/usr/include/libnl3
     166CFLAGS += -I/usr/include/libnl3</literal>
    167167EOF</userinput></screen>
    168168
     
    176176
    177177<screen><userinput>cat &gt;&gt; wpa_supplicant/.config &lt;&lt; "EOF"
    178 CONFIG_CTRL_IFACE_DBUS=y
     178<literal>CONFIG_CTRL_IFACE_DBUS=y
    179179CONFIG_CTRL_IFACE_DBUS_NEW=y
    180 CONFIG_CTRL_IFACE_DBUS_INTRO=y
     180CONFIG_CTRL_IFACE_DBUS_INTRO=y</literal>
    181181EOF</userinput></screen>
    182182
Note: See TracChangeset for help on using the changeset viewer.