I use wpa/aes for my wireless connection. I have a linksys wrt54gs
router/ap. I have the latest firmware update, 4.70, compiled ndiswrapper
myself (stable 1.16) and have the latest windoze drivers for my card,
wpc54gs v1. I cannot get wpa2 to work. has anyone else had any luck?
Here is my wpasupplicant.conf

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

eapol_version=1
ap_scan=1
fast_reauth=1

### Associate with any open access point
### Scans/ESSID changes can be done with wpa_cli
#ap_scan=2
network={
ssid="????????"
#proto=WPA2
scan_ssid=1
#pairwise=CCMP
#group=CCMP
psk=??????????????????????????????????
}
The comment out sections are my attempts. Any help please!