Según la página de aircrack-ng los valores que se optienen con los wlist wlan0 txpower deben ser ignorados.
Para que funcione deben ser los drivers de aircrack-ng parcheados para la inyeccion.
Fuente http://www.aircrack-ng.org/doku.php?id=r8187
Saludos
CitarYou MUST ignore the dBm and mW labels. The value of "5" above is the actual value in the 0 to 35 range. Unfortunately due to driver constraints, the "dBm (3mW)" are also displayed but must be ignored.
Para que funcione deben ser los drivers de aircrack-ng parcheados para la inyeccion.
Código [Seleccionar]
ifconfig wlan0 down
rmmod r8187 rtl8187 2>/dev/null
wget http://dl.aircrack-ng.org/drivers/rtl8187_linux_26.1010.zip
unzip rtl8187_linux_26.1010.zip
cd rtl8187_linux_26.1010.0622.2006/
wget http://patches.aircrack-ng.org/rtl8187_2.6.27.patch
wget http://patches.aircrack-ng.org/rtl8187_2.6.32.patch
tar xzf drv.tar.gz
tar xzf stack.tar.gz
patch -Np1 -i rtl8187_2.6.27.patch
patch -Np1 -i rtl8187_2.6.32.patch
make
make install
Fuente http://www.aircrack-ng.org/doku.php?id=r8187
Saludos