Changeset 2a6b48f in clfs-embedded for BOOK/beyond-clfs/common/hostapd.xml


Ignore:
Timestamp:
Sep 15, 2009, 5:09:21 PM (15 years ago)
Author:
Maarten Lankhorst <mlankhorst@…>
Branches:
master
Children:
8235a08
Parents:
714d17e
Message:

hostapd: Use TKIP since CCMP appears to drop connections on linksys

File:
1 edited

Legend:

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

    r714d17e r2a6b48f  
    8383wpa=2
    8484wpa_passphrase=<replaceable>foobar123</replaceable>
    85 wpa_pairwise=CCMP TKIP
    86 rsn_pairwise=CCMP
     85# b43 drivers seem to have issues at the moment with CCMP encryption
     86# dropping packets among other things so use TKIP (AES) only for now
     87wpa_pairwise=TKIP
     88rsn_pairwise=TKIP
    8789EOF</literal></userinput></screen>
    8890
Note: See TracChangeset for help on using the changeset viewer.