I decided i wanted to know how to connect to a wpa protected wireless network
without the need of a gui program.
Though, i have encountered some issues of which i'd appreciate some help
with.
wpa_passphrase "ssid" "password" > /etc/wpa_supplicant.conf
content of wpa_supplicant.conf:
network={
ssid="ssid"
#psk="password"
psk="password"
}
run in terminal (to connect to wireless network):
wpa_supplicant -B -i wlan0 -Dwext -c /etc/wpa_supplicant.conf
output:
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
I have searched on the internet for this output, but i cannot find a
solution.
Are any of you familiar with wpa_supplicant, and have a possible solution?