To scan wireless networks
sudo iwlist scanning
then change the mode to "managed"
iwconfig wlan0 mode Managed
then to set SSID
iwconfig wlan0 essid your_essid_in_double_quotes
For WEP encryption:
iwconfig wlan0 key wep_kep
And finally,tell the card to request an IP address from the router:
$ sudo dhclient wlan0
---------------------------------------------------------------------------
Monday, October 5, 2009
How to Connect Wifi card using Command line
Posted on 3:19 AM by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment