Friday, September 29, 2006

Connecting to WPA Wifi Network with OPIE 3.5.4.1

This is actually quite similar to how it works in Cacko, and here is the summary

1) Insert Wifi Card

2) Config /etc/wpa_supplicant.conf

Should back up this file first before doing any changes to it. :-)

Modify the file to look like the following:


ctrl_interface=/var/run/wpa_supplicant

ctrl_interface_group=0

eapol_version=1

ap_scan=1

fast_reauth=1

network={
ssid="SSID for your network"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk="your password"
}


3) Make the connection with the following command:
> wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf &

0 Comments:

Post a Comment

<< Home