With the use of iwconfig we can connect to open and WEP protected wireless networks from the command line.
Open networks:
iwconfig wlan0 essid WLAN_test
iwconfig wlan0 essid WLAN_test key AAAABBBBCC
Where wlan0 is the name of the wireless interface, WLAN_test is the SSID and AAAABBBBCC is the WEP key.
No comments:
Post a Comment