View Single Post
  #4   (View Single Post)  
Old 6th June 2008
forneus's Avatar
forneus forneus is offline
New User
 
Join Date: May 2008
Location: Poland
Posts: 3
Default

Quote:
Originally Posted by Malinda View Post

#### WPA/IEEE 802.11i config #####
wpa=1
wpa_passphrase=MY_KEY
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP TKIP
from /usr/share/examples/hostapd/hostapd.conf:
Code:
# This field is a bit field that can be used to enable WPA (IEEE 802.11i/D3.0)
# and/or WPA2 (full IEEE 802.11i/RSN):
# bit0 = WPA
# bit1 = IEEE 802.11i/RSN (WPA2) (dot11RSNAEnabled)
#wpa=1
You should use wpa=2 for WPA2.
Reply With Quote