View Single Post
moudy91's Avatar
Posts: 165 | Thanked: 18 times | Joined on Jun 2010
#1343
Originally Posted by sixwheeledbeast View Post
I currently have this on my desktop.
Code:
/sbin/ifconfig wlan0 | awk -F "[: ]" ' /Bc/ {print $13}' ; echo "iwconfig wlan0" | sudo gainroot | grep ESSID | sed "s/.*ESSID:\"//;s/\".*//"; awk -F "[. ]" '/0/ {print $6" %"}' /proc/net/wireless ; echo "/sbin/iwconfig wlan0" | sudo gainroot | grep Point | sed "s/.*Point: //;s/ //g" ;
This outputs
  • Internal IP
  • SSID
  • Signal Quality
  • MAC

As for channel, "iwconfig wlan0" doesn't show a channel so I am not sure.
Will have a go later.

Possibly try "iwlist scan" | grep channel
hi, serious thank you for your help but all these commands i already have them on my desktop.

what am trying to get when i click on the iwlistscan.sh ( you did created for me ) it will opens xterm and a lot of info, all i need when i click this iwlistscan.sh will show me only the SSID, mac, channel, quality.