|
I installed wpa_supplicant , i followed some steps i found ,most of them were editing the /etc/wpa_supplicant/wpa_supplicant.conf ,but whatever i did it didn't work
My /etc/wpa_supplicant/wpa_supplicant.conf is :
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="any"
key_mgmt=NONE
}
I tried this :
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
#ap_scan=0
#fast_reauth=1
network={
ssid="myssid"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk="My63CharacterAlphaNumericWPAKey"
}
and some more similar but nothing
I tried also iwconfig wlan0 key xxxxxxxxxxxx and it gives
Error for wireless request "Set Encode" (8B2A) :
invalid argument "xxxxxxxxxxxxx".
|