|
|
03-05-2012
, 10:52 AM
|
|
Posts: 1,433 |
Thanked: 2,089 times |
Joined on Apr 2010
@ St. Helens, England
|
#1342
|
/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" ;
|
|
03-06-2012
, 02:41 AM
|
|
|
Posts: 165 |
Thanked: 17 times |
Joined on Jun 2010
|
#1343
|
I currently have this on my desktop.
This outputsCode:/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" ;
- 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
|
|
03-12-2012
, 12:47 PM
|
|
Posts: 660 |
Thanked: 2,347 times |
Joined on Mar 2009
|
#1344
|
| The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
|
03-24-2012
, 10:19 AM
|
|
|
Posts: 165 |
Thanked: 17 times |
Joined on Jun 2010
|
#1345
|
|
|
03-24-2012
, 02:48 PM
|
|
|
Posts: 697 |
Thanked: 833 times |
Joined on Nov 2009
|
#1346
|
hey guys the qbw is giving me this error when i want to ussdquery.py *220#
QBW Warning! Possible Pango Markup Language inconsistent/unterminated Tag!
that's because the result of ussdquery.py contains the (&) character, how can this be fixed ??
i saw it in http://wiki.maemo.org/Queen_BeeCon_W...minated_Tag.21
how can i fix it please.
Nokia-N900-51-1:~# echo "pippo & pluto" | sed "s/&/&/g"
pippo & pluto
Nokia-N900-51-1:~#
| The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
|
|
05-19-2012
, 11:51 AM
|
|
|
Posts: 165 |
Thanked: 17 times |
Joined on Jun 2010
|
#1348
|
i think its possable check the wiki about halfway down just after advnce setting section you will see a picture test hot spot im sure thats it ..
http://wiki.maemo.org/Queen_BeeCon_Widget
|
|
05-23-2012
, 08:04 PM
|
|
Posts: 33 |
Thanked: 20 times |
Joined on Dec 2010
|
#1349
|
|
|
05-24-2012
, 12:30 AM
|
|
Posts: 9 |
Thanked: 1 time |
Joined on May 2012
|
#1350
|
![]() |
| Thread Tools | Search this Thread |
|
yes i know that script, but i need the iwlist scan command will give me the result JUST for SSID and MAC and Channel and quality , the other information like encryption key and other info i dont need them, can i grep just these info to my script ???