You can connect using wpa_supplicant. First you need to set up a config file, usually in the /etc/wpa_supplicant folder. For examples of config files, check the documentation, usually found in /usr/share/doc/wpasupplicant/examples. For WPA TKIP encryption, here is an example> Code: # WPA-PSK/TKIP
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="example wpa-psk network"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk="secret passphrase"
}
Of course, you need to change the ssid and psk.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
|