![]() |
2008-08-18
, 10:21
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#2
|
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
![]() |
2008-08-18
, 12:38
|
Banned |
Posts: 57 |
Thanked: 2 times |
Joined on Jul 2008
|
#3
|
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)
![]() |
2008-08-18
, 12:55
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#4
|
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
![]() |
2008-08-18
, 13:09
|
Banned |
Posts: 57 |
Thanked: 2 times |
Joined on Jul 2008
|
#5
|
The command only works if wlan0 is active already (this is different from some other wlan interfaces/drivers for desktop computers). In other words, try the command while you're already connected to an AP.
When you get it working you'll see that it also prints Channel, signal level and more.
![]() |
2008-08-18
, 13:28
|
Banned |
Posts: 57 |
Thanked: 2 times |
Joined on Jul 2008
|
#6
|
![]() |
2008-08-22
, 10:29
|
Banned |
Posts: 57 |
Thanked: 2 times |
Joined on Jul 2008
|
#7
|
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)
was:
Dynamic rerouting - Inter-WiFi handover - how to implement for maemo ?
(update 2)
looking for a shell script to set internet wifi client into RD monitor mode
like Kismet does to scan for avaiable wifi networks
what already search for wifi networks does
Need shell script only (commands)
to start writing dynamic rerouting algorithms.
darius
tinyurl.com/dariusjack
http://www.wi-fiplanet.com/tutorials...le.php/3595531
"
Kismet works by putting the wireless client adapter into RF monitor mode. While in so-called “rfmon” mode, the wireless client is not (and cannot be) associated with any access point. Instead, it listens to all wireless traffic.