Just wanted to report that the 2.6.32 kernel, mac80211 drivers and hostapd are all rock solid when using the ath5k driver in wpa ap mode.  It is significantly more stable than the backported madwifi with 2.6.30 which still has occasional hiccups and incompatibilities with some wpa clients.<div>
<br></div><div>From a stock install, this script:</div><div>rmmod ath_pci</div><div>rmmod ath_rate_minstrel</div><div>rmmod ath_hal</div><div>modprobe ath5k</div><div>iw dev wlan0 del</div><div>iw phy phy0 interface add wlan0 type __ap   ## two underscores</div>
<div>hostapd -B /etc/hostapd/hostapd.conf</div><div>ifconfig wlan0 10.0.0.1 netmask 255.255.255.0 up</div><div><br></div><div>This is a basic working hostapd.conf:</div><div><br></div><div>interface=wlan0</div><div>driver=nl80211</div>
<div>ssid=WIRELESSTEST</div><div>channel=1</div><div>wpa=1</div><div>wpa_passphrase=yourwirelesspassword</div><div>wpa_key_mgmt=WPA-PSK</div><div>wpa_pairwise=TKIP</div><div>rsn_pairwise=CCMP</div><div>macaddr_acl=0</div>
<div>auth_algs=1</div><div>ignore_broadcase_ssid=0</div><div>ctrl_interface=/var/run/hostapd</div><div>ctrl_interface_group=0</div><div><br></div><div>Note that this config is for WPA / TKIP only, and TKIP is not very secure.  We have devices that do not support WPA2 so I have not tested that but would expect it to work ( change to wpa=3, wpa_pairwise=TKIP,AES).</div>
<div><br></div><div>Thanks,</div><div>Dean</div>