|
Triple boot osx,elive,windows August 12, 2007 02:33PM |
Registered: 5 years ago Posts: 2 |
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=2 was the one for me you may try 0 or 1 indstead of 2
ap_scan=2
fast_reauth=1
network={
ssid="my_network"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk="secret_password"
}
Then do the following command to test it:
|
Re: Triple boot osx,elive,windows August 23, 2007 07:01AM |
Admin Registered: 5 years ago Posts: 390 |
|
Re: Triple boot osx,elive,windows August 24, 2007 02:21PM |
Registered: 5 years ago Posts: 2 |