| Tri-City-Maniac  
 
 
 
 
 Group: Members
 Posts: 15
 Joined: Dec. 2006
 | 
|  | Posted: Jan. 22 2007,13:37 |  |  
 | Quote (roberts @ Jan. 02 2007,09:29) |  | wpa with ndiswrapper and with my Linksys was fairly easy and is why I added wpa in dsl-v3.2RC2 
 ndiswrapper -i NET8180.INF
 ndiswrapper -l
 modprobe ndiswrapper
 iwlist wlan0 scan
 iwconfig wlan0 essid my_essid_here
 wpa_supplicant -Bdd -Dndiswrapper -i wlan0 -c /home/dsl/wpa_supplicant.conf
 pump -i wlan0
 
 My wpa_supplicant.conf:
 
 network={
 ssid="my_ssid_here"
 key_mgmt=WPA-PSK
 pairwise=TKIP
 psk="my_passphrase"
 }
 
 Of course YMMV and it is really dependent on finding a wpa_supplicant.conf that will work with your card & access point.
 | 
 Sad ... i can't manage to implement the wpa_supplicant tool to my dsl installation ... how can i do this?
 
 But wait ... is wpa-supplicant implemented in Version 3.2?
 |