View Single Post
Banned | Posts: 57 | Thanked: 2 times | Joined on Jul 2008
#3
Thanks.
Exactly what I was looking for and have to learn.
The problem is I get
iwlist wlan0 scan
wlan0 Interface doesn't support scanning.

At the same time I xcan select a connection,
so scanning does work any way.
What is a way to make iwlist to work with each option
(channel, ap, power, peers ...) ?

darius

Originally Posted by TA-t3 View Post
If you want wi-fi handover it sounds like you _don't_ want to do it the way kismet does it - as you quote: '(.. cannot be) associated with any access point.'

So, why not scan when you're connected? Something like
iwlist wlan0 scan |grep ESSID | cut -d: -f2 |sort|uniq

Can be modified ad infinitum, look at the raw output of iwlist wlan 0 scan
to see what it provides.

(iwlist is from wirelesstools)