Is possible to set tx power to 0 on 25.12?

on 24.10 i can set to 0 on 25.12 i cant.

I have small room and dont need strong signal on my

GL.iNet GL-A1300

Maybe a regdb update to your device/CC. Can’t say about 25.12, but it works on current Snapshot here.

FWIW selecting 0,1,2,3 is still going to draw max 1mW

You can increase "cell density" parameter and leave tx power as is.

1 Like
root@GL-A1300:~# wifi reload
root@GL-A1300:~# iw dev phy1-ap0 info | grep txpower
        txpower 13.00 dBm
root@GL-A1300:~# iw dev phy1-ap0 set txpower fixed 0
root@GL-A1300:~# iw dev phy1-ap0 info | grep txpower
        txpower 0.00 dBm
root@GL-A1300:~# 

seems setting from iw is respected but from uci is rejected and it goes to max possible power

its not big issue setting that to 1 no much difference but somewhere its rejected

Create an issue then.

Sorry, that was a bit brusque.

I don’t see any change from normal expectations whether via LuCI, uci, or iw. I cannot duplicate your complaint, and that is why I suggested creating an issue.

Summary
     # Current TX Power

root@RuralRoots:/# uci show wireless.radio0.txpower
wireless.radio0.txpower='23'

root@RuralRoots:/# iw dev phy0-ap0 info | grep txpower
txpower 23.00 dBm

      # Reset TX Power to 0 (zero)

root@RuralRoots:/# uci set wireless.radio0.txpower='0'
root@RuralRoots:/# uci commit wireless
root@RuralRoots:/# uci show wireless.radio0.txpower
wireless.radio0.txpower='0'
root@RuralRoots:/# wifi reload
root@RuralRoots:/# iw dev phy0-ap0 info | grep txpower
txpower 0.00 dBm

     # Set TX Power to Default

root@RuralRoots:/# uci del wireless.radio0.txpower
root@RuralRoots:/# uci commit wireless
root@RuralRoots:/# uci show wireless.radio0.txpower
uci: Entry not found
root@RuralRoots:/# wifi reload
root@RuralRoots:/# iw dev phy0-ap0 info | grep txpower
txpower 27.00 dBm