AMD Geode computer
Atheros AR5006X 5gig card
Linux 2.6.21.5-smp kernel
Madwifi-trunk-r3727
hostapd/wpa_supplicant 0.5.10
Using r3727, wpa_supplicant -Dwext will not connect to hostapd.
Using r3727, wpa_supplicant -Dmadwifi works fine.
===== wpa_supplicant.conf ====
# /sbin/wpa_supplicant -Bw -P/mnt/rd/wpa_pid.ath0 -Dwext -bbr0 -iath0 -c<config file>
#DAEMON: wpa_supplicant
#
# WPA Supplicant control information
#
ctrl_interface=/mnt/rd/wpa_supplicant
eapol_version=1
ap_scan=1
fast_reauth=1
#
# Connection information
#
network={
scan_ssid=1
ssid="<ssid>"
proto=RSN
key_mgmt=WPA-PSK
pairwise=TKIP CCMP
group=CCMP TKIP
psk=<wpa-psk>
#psk_phrase="<wpa-phrase>"
}
===== hostapd configuration ====
# /sbin/hostapd -B -P /mnt/rd/wpa_pid.ath0 <config file>
#DAEMON: hostapd
# Basic hostapd control stuff
#
# country_code=US # Default
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
debug=2
dump_file=/mnt/rd/hostapd.dump
ctrl_interface=/mnt/rd/hostapd
ctrl_interface_group=<control group>
ap_max_inactivity=30
eapol_key_index_workaround=0
#
# Interface information
#
eapol_version=1
auth_algs=3
# keyck=WPAX
wpa=3 # 1=WPA 2=IEEE802.11i/RSN (WPA2) 3=both
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
wpa_psk=<wpa-psk>
#wpa_phrase=<wpa-phrase>
ssid=Emerald-N
interface=ath0
driver=madwifi
bridge=br0