- Timestamp:
- Apr 13, 2011, 10:47:15 AM (14 years ago)
- Branches:
- master
- Children:
- c678039
- Parents:
- 42a70fd
- git-author:
- Andrew Bradford <bradfa@…> (04/11/11 10:13:43)
- git-committer:
- Andrew Bradford <bradfa@…> (04/13/11 10:47:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs/common/hostapd.xml
r42a70fd rba1a2ff 18 18 <title/> 19 19 20 <para>Hostapd is a daemon required for setting up a wireless access point, it supports21 WEP, WPA and WPA2 encryption and can optionally use EAP for authentification, but since22 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> 24 24 25 25 </sect2> … … 28 28 <title>Installation of hostapd</title> 29 29 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> 31 33 32 <screen os="b"><userinput> 33 cd hostapd; cat > .config << EOF 34 <screen os="b"><userinput>cd hostapd; cat > .config << EOF 34 35 <literal># Support for nl80211 driver 35 36 CONFIG_DRIVER_NL80211=y … … 63 64 <screen os="h"><userinput>make install-hostapd DESTDIR=${CLFS}</userinput></screen> 64 65 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> 67 69 68 70 <screen os="j"><userinput>cat > ${CLFS} << EOF
Note:
See TracChangeset
for help on using the changeset viewer.