On Wed, 2009-04-22 at 15:08 +0200, Kai Timmer wrote: > Hello, > I need to get the rssi values in an adhoc network from every available > node separately. > I noticed that on some of my devices, in a adhoc network, there are > all values set to 0. Some other devices are showing values. I am not > sure how to interpret this values. If there are more than 2 nodes in > the adhoc network, it has to be some kind of average value. Am I right > with this? And if yes, is there any way to get the rssi value for > every available node? You can only get an RSSI if there are other nodes in the network, and then you get the RSSI of *that* node, as received by your node. You can't measure your own RSSI, because RSSI = *Received* Signal Strength Indicator, and you can't really receive your own traffic since you're radiating tons of power on TX and that completely deafens the RX chain. Not all drivers report RSSI in adhoc mode at this time. But even if they did, they could only report RSSI when they receive a beacon or traffic from some other node in the adhoc network, and that's pretty useless because it doesn't give you a general quality of the "network", it gives you a specific quality of the radio path between two points in the network. Dan > I am not sure if this is the right place to ask these questions, if it > is not, please redirect me to a more fitting place. > > Greets, -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html