iwconfig usage for WEP access point?
- by johan elmander
I would like to use my wifi doggle in my pc (ubuntu 12.04). I am able to connect to my access point through the GUI. I would like to do the same in the terminal.
My access point uses WEP. So I typed the following commands
iwconfig wlan0 mode managed key 6d6f6e6579
iwconfig wlan0 essid "AccessPoint"
dhclient wlan0
after typing dhclient wlan0 it…