> > on TP-Link_TL-WR1043ND it does not work:
> > 
> > r...@wifibox:~# iwlist wlan0 txpower
> > wlan0     unknown transmit-power information.

> Try just setting txpower via iwconfig. iwconfig <interface> should
> also
> show the currently set txpower value.

this works, but it shows 27 dBm (500mW) ?
I propose an driver specific function within /lib/wifi/...

get_txpower() 
{
        local networkname="$1"    # e.g. wlan
        # some magic for getting the right phy
}

bye, Bastian.

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to